From f9a0f5ebc49adebb45ca4bf633fd5f62649f1c49 Mon Sep 17 00:00:00 2001 From: Egor Chesakov Date: Wed, 14 Aug 2019 11:05:39 -0700 Subject: [PATCH] Build tests as SDK projects (dotnet/coreclr#25761) Commit migrated from https://github.com/dotnet/coreclr/commit/8e48470c613b3246932f424e6326d088ee9c419f --- src/coreclr/tests/dir.common.props | 4 +- src/coreclr/tests/dir.sdkbuild.props | 5 ++- src/coreclr/tests/issues.targets | 6 +++ .../tests/src/CLRTest.CrossGen.targets | 16 +++---- .../tests/src/CLRTest.Execute.Bash.targets | 2 +- .../tests/src/CLRTest.Execute.Batch.targets | 2 +- src/coreclr/tests/src/CLRTest.Execute.targets | 4 +- src/coreclr/tests/src/CLRTest.Jit.targets | 8 ++-- .../system/buffer/ASURT_99893.csproj | 27 +----------- .../system/delegate/VSD/OpenDelegate.csproj | 27 +----------- .../delegate/delegate/DelegateCombine1.csproj | 28 +----------- .../delegate/DelegateCombineImpl.csproj | 28 +----------- .../delegate/delegate/DelegateEquals1.csproj | 28 +----------- .../delegate/DelegateGetHashCode1.csproj | 28 +----------- .../DelegateGetInvocationList1.csproj | 28 +----------- .../delegate/delegate/DelegateRemove.csproj | 28 +----------- .../delegate/delegateRemoveImpl.csproj | 28 +----------- .../delegate/generics/NG_Standard.csproj | 31 ++----------- .../delegate/generics/NegativeGenerics.csproj | 31 ++----------- .../delegate/generics/NullableTypes.csproj | 31 ++----------- .../delegate/miscellaneous/Central.csproj | 31 ++----------- .../miscellaneous/ClosedStatic.csproj | 26 +---------- .../Co6010DelegateEqualsTwo.csproj | 31 ++----------- .../miscellaneous/Co6031GetHashCode.csproj | 31 ++----------- .../Github_13160/Github_13160.csproj | 29 +------------ .../devdivbugs/113347/DDB113347.csproj | 27 +----------- .../enum/EnumIConvertibleToInt64.csproj | 28 +----------- .../enum/EnumIConvertibleToSingle.csproj | 28 +----------- .../system/enum/EnumIConvertibleToType.csproj | 28 +----------- .../enum/EnumIConvertibleToUint16.csproj | 28 +----------- .../enum/EnumIConvertibleToUint32.csproj | 28 +----------- .../enum/EnumIConvertibleToUint64.csproj | 28 +----------- .../environment/environment_version.csproj | 27 +----------- .../MulticastDelegateCombineImpl.csproj | 28 +----------- .../MulticastDelegateEquals.csproj | 28 +----------- .../MulticastDelegateGetHashCode.csproj | 28 +----------- .../MulticastDelegateGetInvocationList.csproj | 28 +----------- .../DynMethodJumpStubTests.csproj | 17 ++------ .../marshal/MarshalSizeOf1_PSC.csproj | 27 +----------- .../marshal/MarshalSizeOf2_PSC.csproj | 27 +----------- .../safehandle/SafeHandleCtor_cti_PSC.csproj | 27 +----------- .../SafeHandleDangerousAddRef_PSC.csproj | 27 +----------- .../SafeHandleDangerousGetHandle_PSC.csproj | 27 +----------- .../SafeHandleDangerousRelease_PSC.csproj | 27 +----------- .../safehandle/SafeHandleDispose1_PSC.csproj | 27 +----------- .../safehandle/SafeHandleDispose2_PSC.csproj | 27 +----------- .../safehandle/SafeHandleHandle_PSC.csproj | 27 +----------- .../safehandle/SafeHandleIsClosed_PSC.csproj | 27 +----------- .../safehandle/SafeHandleIsInvalid_PSC.csproj | 27 +----------- .../SafeHandleSetHandleAsInvalid_PSC.csproj | 27 +----------- .../safehandle/SafeHandleSetHandle_PSC.csproj | 27 +----------- .../system/span/RefStructWithSpan.csproj | 20 +-------- .../system/span/SlowTailCallArgs.csproj | 20 +-------- .../interlocked/InterlockedAdd1.csproj | 27 +----------- .../interlocked/InterlockedAdd2.csproj | 27 +----------- .../InterlockedCompareExchange1.csproj | 27 +----------- .../InterlockedCompareExchange5.csproj | 27 +----------- .../InterlockedCompareExchange6.csproj | 27 +----------- .../InterlockedCompareExchange7.csproj | 27 +----------- .../interlocked/InterlockedDecrement1.csproj | 27 +----------- .../interlocked/InterlockedDecrement2.csproj | 27 +----------- .../interlocked/InterlockedExchange1.csproj | 27 +----------- .../interlocked/InterlockedExchange5.csproj | 27 +----------- .../interlocked/InterlockedExchange6.csproj | 27 +----------- .../interlocked/InterlockedExchange7.csproj | 27 +----------- .../interlocked/InterlockedIncrement1.csproj | 27 +----------- .../interlocked/InterlockedIncrement2.csproj | 27 +----------- .../system/type/TypeEquals1.csproj | 28 +----------- .../system/type/TypeEquals2.csproj | 28 +----------- .../system/type/TypeGetArrayRank.csproj | 28 +----------- .../system/type/TypeGetElementType.csproj | 28 +----------- .../type/TypeGetGenericTypeDefinition.csproj | 28 +----------- .../system/type/TypeGetHashCode.csproj | 28 +----------- .../system/type/TypeGetType1.csproj | 28 +----------- .../system/type/TypeGetType2.csproj | 28 +----------- .../system/type/TypeGetTypeFromHandle.csproj | 28 +----------- .../system/type/TypeHasElementTypeImpl.csproj | 28 +----------- .../system/type/TypeIsByRefImpl.csproj | 28 +----------- .../system/type/TypeIsPointerImpl.csproj | 28 +----------- .../system/type/TypeMakeArrayType1.csproj | 28 +----------- .../system/type/TypeMakeArrayType2.csproj | 28 +----------- .../system/type/TypeMakeByRefType.csproj | 28 +----------- .../system/type/TypeMakePointerType.csproj | 28 +----------- .../system/type/TypeToString.csproj | 28 +----------- .../Exceptions/Finalization/Finalizer.csproj | 28 +----------- .../ForeignThreadExceptions.csproj | 25 +---------- .../GC/API/GC/AddMemoryPressureTest.csproj | 29 +------------ .../src/GC/API/GC/AddThresholdTest.csproj | 29 +------------ .../tests/src/GC/API/GC/AddUsageTest.csproj | 29 +------------ .../API/GC/AllocateUninitializedArray.csproj | 24 +---------- .../tests/src/GC/API/GC/Collect.csproj | 26 +---------- .../tests/src/GC/API/GC/Collect0.csproj | 29 +------------ .../tests/src/GC/API/GC/Collect1.csproj | 29 +------------ .../src/GC/API/GC/Collect_Default_1.csproj | 26 +---------- .../src/GC/API/GC/Collect_Default_2.csproj | 26 +---------- .../src/GC/API/GC/Collect_Default_3.csproj | 26 +---------- .../src/GC/API/GC/Collect_Forced_1.csproj | 24 +---------- .../src/GC/API/GC/Collect_Forced_2.csproj | 24 +---------- .../src/GC/API/GC/Collect_Forced_3.csproj | 24 +---------- .../src/GC/API/GC/Collect_Optimized_1.csproj | 26 +---------- .../src/GC/API/GC/Collect_Optimized_2.csproj | 29 +------------ .../src/GC/API/GC/Collect_Optimized_3.csproj | 29 +------------ .../tests/src/GC/API/GC/Collect_fail.csproj | 29 +------------ .../tests/src/GC/API/GC/Collect_neg.csproj | 29 +------------ .../src/GC/API/GC/CollectionCountTest.csproj | 29 +------------ .../tests/src/GC/API/GC/Finalize.csproj | 26 +---------- .../GetAllocatedBytesForCurrentThread.csproj | 24 +---------- .../tests/src/GC/API/GC/GetGeneration.csproj | 28 +----------- .../src/GC/API/GC/GetGenerationWR.csproj | 29 +------------ .../src/GC/API/GC/GetGenerationWR2.csproj | 28 ++---------- .../src/GC/API/GC/GetGeneration_box.csproj | 28 ++---------- .../src/GC/API/GC/GetGeneration_fail.csproj | 31 +------------ .../GC/API/GC/GetTotalAllocatedBytes.csproj | 25 +---------- .../tests/src/GC/API/GC/GetTotalMemory.csproj | 28 ++---------- .../tests/src/GC/API/GC/KeepAlive.csproj | 26 +---------- .../tests/src/GC/API/GC/KeepAliveNull.csproj | 26 +---------- .../tests/src/GC/API/GC/KeepAliveRecur.csproj | 26 +---------- .../tests/src/GC/API/GC/MaxGeneration.csproj | 31 +------------ .../GC/API/GC/ReRegisterForFinalize.csproj | 28 ++---------- .../API/GC/ReRegisterForFinalize_null.csproj | 29 +------------ .../GC/API/GC/RemoveMemoryPressureTest.csproj | 29 +------------ .../src/GC/API/GC/RemoveUsageTest.csproj | 29 +------------ .../src/GC/API/GC/SuppressFinalize.csproj | 28 ++---------- .../GC/API/GC/SuppressFinalize_Null.csproj | 29 +------------ .../tests/src/GC/API/GC/TotalMemory.csproj | 28 ++---------- .../tests/src/GC/API/GC/TotalMemory2.csproj | 26 +---------- .../GC/API/GCHandle/AddrOfPinnedObject.csproj | 26 +---------- .../GCHandle/AddrOfPinnedObject_neg.csproj | 29 +------------ .../tests/src/GC/API/GCHandle/Alloc.csproj | 26 +---------- .../src/GC/API/GCHandle/Alloc_neg.csproj | 26 +---------- .../src/GC/API/GCHandle/Alloc_neg2.csproj | 29 +------------ .../tests/src/GC/API/GCHandle/Casting.csproj | 29 +------------ .../tests/src/GC/API/GCHandle/Equality.csproj | 26 +---------- .../tests/src/GC/API/GCHandle/Free.csproj | 26 +---------- .../tests/src/GC/API/GCHandle/Free_neg.csproj | 29 +------------ .../src/GC/API/GCHandle/HandleCopy.csproj | 26 +---------- .../src/GC/API/GCHandle/IsAllocated.csproj | 26 +---------- .../tests/src/GC/API/GCHandle/Normal.csproj | 28 ++---------- .../src/GC/API/GCHandle/PinObj_neg.csproj | 29 +------------ .../tests/src/GC/API/GCHandle/Pinned.csproj | 26 +---------- .../tests/src/GC/API/GCHandle/Target.csproj | 26 +---------- .../src/GC/API/GCHandle/Target_neg.csproj | 29 +------------ .../src/GC/API/GCHandle/ToFromIntPtr.csproj | 29 +------------ .../tests/src/GC/API/GCHandle/Weak.csproj | 26 +---------- .../src/GC/API/GCHandleCollector/Count.csproj | 29 +------------ .../CtorsAndProperties.csproj | 26 +---------- .../GC/API/GCHandleCollector/NegTests.csproj | 29 +------------ .../src/GC/API/GCHandleCollector/Usage.csproj | 29 +------------ .../src/GC/API/GCSettings/ILatencyTest.csproj | 29 +------------ .../GC/API/GCSettings/InducedGen0GC.csproj | 29 +------------ .../GC/API/GCSettings/InducedGen1GC.csproj | 29 +------------ .../GC/API/GCSettings/InducedGen2GC.csproj | 29 +------------ .../GC/API/GCSettings/InputValidation.csproj | 31 +------------ .../tests/src/GC/API/NoGCRegion/NoGC.csproj | 31 +------------ .../src/GC/API/WeakReference/Finalize.csproj | 28 ++---------- .../src/GC/API/WeakReference/Finalize2.csproj | 29 +------------ .../src/GC/API/WeakReference/IsAlive.csproj | 28 ++---------- .../GC/API/WeakReference/IsAlive_neg.csproj | 28 ++---------- .../GC/API/WeakReference/NullHandle.csproj | 29 +------------ .../src/GC/API/WeakReference/Target.csproj | 26 +---------- .../WeakReference/TrackResurrection.csproj | 28 ++---------- .../GC/API/WeakReference/multipleWRs.csproj | 29 +------------ .../GC/API/WeakReference/multipleWRs_1.csproj | 29 +------------ .../tests/src/GC/Coverage/271010.csproj | 26 +---------- .../src/GC/Coverage/LargeObjectAlloc.csproj | 29 +------------ .../src/GC/Coverage/LargeObjectAlloc2.csproj | 29 +------------ .../GC/Coverage/delete_next_card_table.csproj | 26 +---------- .../tests/src/GC/Coverage/smalloom.csproj | 25 +---------- .../BackgroundGC/concurrentspin2.csproj | 26 +---------- .../Features/BackgroundGC/foregroundgc.csproj | 26 +---------- .../Finalizer/finalizeio/finalizeio.csproj | 28 ++---------- .../finalizeother/finalizearray.csproj | 27 +----------- .../finalizeother/finalizearraysleep.csproj | 26 +---------- .../finalizeother/finalizedest.csproj | 26 +---------- .../finalizeother/finalizeexcep.csproj | 27 +----------- .../finalizeother/finalizeinherit.csproj | 26 +---------- .../finalizeother/finalizenested.csproj | 26 +---------- .../Features/HeapExpansion/Finalizer.csproj | 31 ++----------- .../HeapExpansion/GCUtil_HeapExpansion.csproj | 31 ++----------- .../GC/Features/HeapExpansion/Handles.csproj | 31 ++----------- .../HeapExpansion/bestfit-finalize.csproj | 29 +------------ .../HeapExpansion/bestfit-threaded.csproj | 30 +------------ .../GC/Features/HeapExpansion/bestfit.csproj | 29 +------------ .../Features/HeapExpansion/bestfit_1.csproj | 28 +----------- .../Features/HeapExpansion/expandheap.csproj | 27 +----------- .../src/GC/Features/HeapExpansion/plug.csproj | 29 +------------ .../GC/Features/HeapExpansion/pluggaps.csproj | 27 +----------- .../keepaliveother/keepalivearray.csproj | 26 +---------- .../keepalivedirectedgraph.csproj | 27 +----------- .../keepaliveother/keepalivefinalize.csproj | 26 +---------- .../keepaliveother/keepalivehandle.csproj | 26 +---------- .../keepaliveother/keepalivescope.csproj | 26 +---------- .../keepaliveother/keepalivetry.csproj | 27 +----------- .../keepaliveother/keepalivetypes.csproj | 26 +---------- .../LOHCompaction/lohcompact_stress.csproj | 26 +---------- .../LOHCompaction/lohcompactapi.csproj | 28 +----------- .../LOHCompaction/lohcompactapi2.csproj | 26 +---------- .../lohcompactapi_exceptions.csproj | 27 +----------- .../lohcompactscenariorepro.csproj | 26 +---------- .../GC/Features/LOHCompaction/lohpin.csproj | 27 +----------- .../LOHFragmentation/lohfragmentation.csproj | 26 +---------- .../GC/Features/PartialCompaction/eco1.csproj | 26 +---------- .../partialcompactiontest.csproj | 26 +---------- .../partialcompactionwloh.csproj | 26 +---------- .../PinningOther/GCUtil_Pinning.csproj | 31 ++----------- .../Pinning/PinningOther/PinnedCollect.csproj | 29 +------------ .../Pinning/PinningOther/PinnedHandle.csproj | 29 +------------ .../Pinning/PinningOther/PinnedInt.csproj | 26 +---------- .../Pinning/PinningOther/PinnedMany.csproj | 29 +------------ .../PinningOther/PinnedMultiple.csproj | 29 +------------ .../Pinning/PinningOther/PinnedObject.csproj | 29 +------------ .../SustainedLowLatency/scenario.csproj | 26 +---------- .../sustainedlowlatency_race.csproj | 26 +---------- .../sustainedlowlatency_race_reverse.csproj | 26 +---------- .../src/GC/LargeMemory/API/gc/collect.csproj | 26 +---------- .../LargeMemory/API/gc/getgeneration.csproj | 26 +---------- .../LargeMemory/API/gc/gettotalmemory.csproj | 29 +------------ .../GC/LargeMemory/API/gc/keepalive.csproj | 26 +---------- .../GC/LargeMemory/API/gc/largeobject.csproj | 27 +----------- .../src/GC/LargeMemory/API/gc/memcheck.csproj | 27 +----------- .../API/gc/reregisterforfinalize.csproj | 26 +---------- .../API/gc/suppressfinalize.csproj | 26 +---------- .../Allocation/finalizertest.csproj | 26 +---------- .../Allocation/largeexceptiontest.csproj | 26 +---------- .../LargeMemory/Allocation/largeobject.csproj | 27 +----------- .../GC/LargeMemory/Allocation/memcheck.csproj | 27 +----------- .../Regressions/largearraytest.csproj | 27 +----------- .../Regressions/pressureoverflow.csproj | 27 +----------- .../GC/Performance/Tests/Allocation.csproj | 28 +----------- .../Performance/Tests/ConcurrentSpin.csproj | 28 +----------- .../src/GC/Performance/Tests/EEGC.csproj | 28 +----------- .../src/GC/Performance/Tests/GCHandle.csproj | 28 +----------- .../src/GC/Performance/Tests/GCLarge.csproj | 28 +----------- .../src/GC/Performance/Tests/GCPerf.csproj | 28 +----------- .../GC/Performance/Tests/GCSimulator.csproj | 28 +----------- .../src/GC/Performance/Tests/GCSmall.csproj | 28 +----------- .../src/GC/Performance/Tests/LOHSmooth.csproj | 28 +----------- .../GC/Performance/Tests/LargeStrings.csproj | 28 +----------- .../GC/Performance/Tests/LowLatency.csproj | 28 +----------- .../Tests/MarkingCardOfLargeArray.csproj | 28 +----------- .../Tests/MarkingCardOfList.csproj | 28 +----------- .../Performance/Tests/MemoryPressure.csproj | 28 +----------- .../GC/Performance/Tests/MicroBench.csproj | 28 +----------- .../src/GC/Performance/Tests/MidLife.csproj | 28 +----------- .../GC/Performance/Tests/ServerSpin.csproj | 28 +----------- .../GC/Performance/Tests/ToBoxOrNot.csproj | 28 +----------- .../GC/Performance/Tests/WeakReference.csproj | 28 +----------- .../src/GC/Performance/Tests/XMLReader.csproj | 28 +----------- .../dev10bugs/536168/536168.csproj | 28 ++---------- .../v2.0-beta1/149926/149926.csproj | 31 ++----------- .../v2.0-beta1/289745/289745.csproj | 31 ++----------- .../v2.0-beta1/289745/302560.csproj | 29 +------------ .../v2.0-beta2/426480/426480.csproj | 31 ++----------- .../v2.0-beta2/445488/445488.csproj | 31 ++----------- .../v2.0-beta2/452950/452950.csproj | 29 +------------ .../v2.0-beta2/460373/460373.csproj | 31 ++----------- .../v2.0-beta2/462651/462651.csproj | 28 ++---------- .../v2.0-beta2/471729/471729.csproj | 28 ++---------- .../v2.0-beta2/476725/ManagedTest.csproj | 29 +------------ .../v2.0-beta2/485617/Managed.csproj | 31 ++----------- .../Regressions/v2.0-rtm/494226/494226.csproj | 29 +------------ .../Regressions/v2.0-rtm/544701/544701.csproj | 28 ++---------- .../GC/Regressions/v3.0/25252/25252.csproj | 28 ++---------- .../GC/Scenarios/Affinity/affinitizer.csproj | 26 +---------- .../GC/Scenarios/BaseFinal/basefinal.csproj | 26 +---------- .../src/GC/Scenarios/BinTree/bintree.csproj | 29 +------------ .../src/GC/Scenarios/BinTree/thdtree.csproj | 27 +----------- .../BinTree/thdtreegrowingobj.csproj | 27 +----------- .../Scenarios/BinTree/thdtreelivingobj.csproj | 27 +----------- .../src/GC/Scenarios/Boxing/arrcpy.csproj | 27 +----------- .../src/GC/Scenarios/Boxing/doubLink.csproj | 31 ++----------- .../src/GC/Scenarios/Boxing/gcvariant.csproj | 27 +----------- .../src/GC/Scenarios/Boxing/gcvariant2.csproj | 27 +----------- .../src/GC/Scenarios/Boxing/gcvariant3.csproj | 27 +----------- .../src/GC/Scenarios/Boxing/gcvariant4.csproj | 27 +----------- .../GC/Scenarios/Boxing/simpvariant.csproj | 26 +---------- .../GC/Scenarios/Boxing/vararystress.csproj | 26 +---------- .../src/GC/Scenarios/Boxing/variantint.csproj | 27 +----------- .../Scenarios/Boxing/variantlinklist.csproj | 27 +----------- .../GC/Scenarios/DoublinkList/DoubLink.csproj | 31 ++----------- .../Scenarios/DoublinkList/DoubLink_V2.csproj | 29 +------------ .../Scenarios/DoublinkList/dlbigleak.csproj | 26 +---------- .../DoublinkList/dlbigleakthd.csproj | 27 +----------- .../DoublinkList/dlbigleakthd_v2.csproj | 26 +---------- .../Scenarios/DoublinkList/dlcollect.csproj | 27 +----------- .../GC/Scenarios/DoublinkList/dlstack.csproj | 27 +----------- .../Scenarios/DoublinkList/doublinkgen.csproj | 27 +----------- .../DoublinkList/doublinknoleak.csproj | 26 +---------- .../DoublinkList/doublinknoleak2.csproj | 27 +----------- .../DoublinkList/doublinkstay.csproj | 27 +----------- .../src/GC/Scenarios/Dynamo/dynamo.csproj | 27 +----------- .../FinalNStruct/finalnstruct.csproj | 27 +----------- .../FinalNStruct/nstructresur.csproj | 27 +----------- .../Scenarios/FinalNStruct/nstructtun.csproj | 27 +----------- .../GC/Scenarios/FinalNStruct/strmap.csproj | 31 ++----------- .../FinalizeTimeout/FinalizeTimeout.csproj | 16 +------ .../src/GC/Scenarios/FragMan/fragman.csproj | 26 +---------- .../src/GC/Scenarios/GCBase1/gc_base1.csproj | 26 +---------- .../GC/Scenarios/GCBase1/gc_base1_1.csproj | 26 +---------- .../src/GC/Scenarios/GCBench/gcbench.csproj | 27 +----------- .../Scenarios/GCSimulator/GCSimulator.csproj | 25 +---------- .../GCSimulator/GCSimulator_10.csproj | 25 +---------- .../GCSimulator/GCSimulator_100.csproj | 25 +---------- .../GCSimulator/GCSimulator_101.csproj | 25 +---------- .../GCSimulator/GCSimulator_102.csproj | 25 +---------- .../GCSimulator/GCSimulator_103.csproj | 25 +---------- .../GCSimulator/GCSimulator_104.csproj | 25 +---------- .../GCSimulator/GCSimulator_105.csproj | 25 +---------- .../GCSimulator/GCSimulator_106.csproj | 25 +---------- .../GCSimulator/GCSimulator_107.csproj | 25 +---------- .../GCSimulator/GCSimulator_108.csproj | 25 +---------- .../GCSimulator/GCSimulator_109.csproj | 25 +---------- .../GCSimulator/GCSimulator_11.csproj | 25 +---------- .../GCSimulator/GCSimulator_110.csproj | 25 +---------- .../GCSimulator/GCSimulator_111.csproj | 25 +---------- .../GCSimulator/GCSimulator_112.csproj | 25 +---------- .../GCSimulator/GCSimulator_113.csproj | 25 +---------- .../GCSimulator/GCSimulator_114.csproj | 25 +---------- .../GCSimulator/GCSimulator_115.csproj | 25 +---------- .../GCSimulator/GCSimulator_116.csproj | 25 +---------- .../GCSimulator/GCSimulator_117.csproj | 25 +---------- .../GCSimulator/GCSimulator_118.csproj | 25 +---------- .../GCSimulator/GCSimulator_119.csproj | 25 +---------- .../GCSimulator/GCSimulator_12.csproj | 25 +---------- .../GCSimulator/GCSimulator_120.csproj | 25 +---------- .../GCSimulator/GCSimulator_121.csproj | 25 +---------- .../GCSimulator/GCSimulator_122.csproj | 25 +---------- .../GCSimulator/GCSimulator_123.csproj | 25 +---------- .../GCSimulator/GCSimulator_124.csproj | 25 +---------- .../GCSimulator/GCSimulator_125.csproj | 25 +---------- .../GCSimulator/GCSimulator_126.csproj | 25 +---------- .../GCSimulator/GCSimulator_127.csproj | 25 +---------- .../GCSimulator/GCSimulator_128.csproj | 25 +---------- .../GCSimulator/GCSimulator_129.csproj | 25 +---------- .../GCSimulator/GCSimulator_13.csproj | 25 +---------- .../GCSimulator/GCSimulator_130.csproj | 25 +---------- .../GCSimulator/GCSimulator_131.csproj | 25 +---------- .../GCSimulator/GCSimulator_132.csproj | 25 +---------- .../GCSimulator/GCSimulator_133.csproj | 25 +---------- .../GCSimulator/GCSimulator_134.csproj | 25 +---------- .../GCSimulator/GCSimulator_135.csproj | 25 +---------- .../GCSimulator/GCSimulator_136.csproj | 25 +---------- .../GCSimulator/GCSimulator_137.csproj | 25 +---------- .../GCSimulator/GCSimulator_138.csproj | 25 +---------- .../GCSimulator/GCSimulator_139.csproj | 25 +---------- .../GCSimulator/GCSimulator_14.csproj | 25 +---------- .../GCSimulator/GCSimulator_140.csproj | 25 +---------- .../GCSimulator/GCSimulator_141.csproj | 25 +---------- .../GCSimulator/GCSimulator_142.csproj | 25 +---------- .../GCSimulator/GCSimulator_143.csproj | 25 +---------- .../GCSimulator/GCSimulator_144.csproj | 25 +---------- .../GCSimulator/GCSimulator_145.csproj | 25 +---------- .../GCSimulator/GCSimulator_146.csproj | 25 +---------- .../GCSimulator/GCSimulator_147.csproj | 25 +---------- .../GCSimulator/GCSimulator_148.csproj | 25 +---------- .../GCSimulator/GCSimulator_149.csproj | 25 +---------- .../GCSimulator/GCSimulator_15.csproj | 25 +---------- .../GCSimulator/GCSimulator_150.csproj | 25 +---------- .../GCSimulator/GCSimulator_151.csproj | 25 +---------- .../GCSimulator/GCSimulator_152.csproj | 25 +---------- .../GCSimulator/GCSimulator_153.csproj | 25 +---------- .../GCSimulator/GCSimulator_154.csproj | 25 +---------- .../GCSimulator/GCSimulator_155.csproj | 25 +---------- .../GCSimulator/GCSimulator_156.csproj | 25 +---------- .../GCSimulator/GCSimulator_157.csproj | 25 +---------- .../GCSimulator/GCSimulator_158.csproj | 25 +---------- .../GCSimulator/GCSimulator_159.csproj | 25 +---------- .../GCSimulator/GCSimulator_16.csproj | 25 +---------- .../GCSimulator/GCSimulator_160.csproj | 25 +---------- .../GCSimulator/GCSimulator_161.csproj | 25 +---------- .../GCSimulator/GCSimulator_162.csproj | 25 +---------- .../GCSimulator/GCSimulator_163.csproj | 25 +---------- .../GCSimulator/GCSimulator_164.csproj | 25 +---------- .../GCSimulator/GCSimulator_165.csproj | 25 +---------- .../GCSimulator/GCSimulator_166.csproj | 25 +---------- .../GCSimulator/GCSimulator_167.csproj | 25 +---------- .../GCSimulator/GCSimulator_168.csproj | 25 +---------- .../GCSimulator/GCSimulator_169.csproj | 25 +---------- .../GCSimulator/GCSimulator_17.csproj | 25 +---------- .../GCSimulator/GCSimulator_170.csproj | 25 +---------- .../GCSimulator/GCSimulator_171.csproj | 25 +---------- .../GCSimulator/GCSimulator_172.csproj | 25 +---------- .../GCSimulator/GCSimulator_173.csproj | 25 +---------- .../GCSimulator/GCSimulator_174.csproj | 25 +---------- .../GCSimulator/GCSimulator_175.csproj | 25 +---------- .../GCSimulator/GCSimulator_176.csproj | 25 +---------- .../GCSimulator/GCSimulator_177.csproj | 25 +---------- .../GCSimulator/GCSimulator_178.csproj | 25 +---------- .../GCSimulator/GCSimulator_179.csproj | 25 +---------- .../GCSimulator/GCSimulator_18.csproj | 25 +---------- .../GCSimulator/GCSimulator_180.csproj | 25 +---------- .../GCSimulator/GCSimulator_181.csproj | 25 +---------- .../GCSimulator/GCSimulator_182.csproj | 25 +---------- .../GCSimulator/GCSimulator_183.csproj | 25 +---------- .../GCSimulator/GCSimulator_184.csproj | 25 +---------- .../GCSimulator/GCSimulator_185.csproj | 25 +---------- .../GCSimulator/GCSimulator_186.csproj | 25 +---------- .../GCSimulator/GCSimulator_187.csproj | 25 +---------- .../GCSimulator/GCSimulator_188.csproj | 25 +---------- .../GCSimulator/GCSimulator_189.csproj | 25 +---------- .../GCSimulator/GCSimulator_19.csproj | 25 +---------- .../GCSimulator/GCSimulator_190.csproj | 25 +---------- .../GCSimulator/GCSimulator_191.csproj | 25 +---------- .../GCSimulator/GCSimulator_192.csproj | 25 +---------- .../GCSimulator/GCSimulator_193.csproj | 25 +---------- .../GCSimulator/GCSimulator_194.csproj | 25 +---------- .../GCSimulator/GCSimulator_195.csproj | 25 +---------- .../GCSimulator/GCSimulator_196.csproj | 25 +---------- .../GCSimulator/GCSimulator_197.csproj | 25 +---------- .../GCSimulator/GCSimulator_198.csproj | 25 +---------- .../GCSimulator/GCSimulator_199.csproj | 25 +---------- .../GCSimulator/GCSimulator_2.csproj | 25 +---------- .../GCSimulator/GCSimulator_20.csproj | 25 +---------- .../GCSimulator/GCSimulator_200.csproj | 25 +---------- .../GCSimulator/GCSimulator_201.csproj | 25 +---------- .../GCSimulator/GCSimulator_202.csproj | 25 +---------- .../GCSimulator/GCSimulator_203.csproj | 25 +---------- .../GCSimulator/GCSimulator_204.csproj | 25 +---------- .../GCSimulator/GCSimulator_205.csproj | 25 +---------- .../GCSimulator/GCSimulator_206.csproj | 25 +---------- .../GCSimulator/GCSimulator_207.csproj | 25 +---------- .../GCSimulator/GCSimulator_208.csproj | 25 +---------- .../GCSimulator/GCSimulator_209.csproj | 25 +---------- .../GCSimulator/GCSimulator_21.csproj | 25 +---------- .../GCSimulator/GCSimulator_210.csproj | 25 +---------- .../GCSimulator/GCSimulator_211.csproj | 25 +---------- .../GCSimulator/GCSimulator_212.csproj | 25 +---------- .../GCSimulator/GCSimulator_213.csproj | 25 +---------- .../GCSimulator/GCSimulator_214.csproj | 25 +---------- .../GCSimulator/GCSimulator_215.csproj | 25 +---------- .../GCSimulator/GCSimulator_216.csproj | 25 +---------- .../GCSimulator/GCSimulator_217.csproj | 25 +---------- .../GCSimulator/GCSimulator_218.csproj | 25 +---------- .../GCSimulator/GCSimulator_219.csproj | 25 +---------- .../GCSimulator/GCSimulator_22.csproj | 25 +---------- .../GCSimulator/GCSimulator_220.csproj | 25 +---------- .../GCSimulator/GCSimulator_221.csproj | 25 +---------- .../GCSimulator/GCSimulator_222.csproj | 25 +---------- .../GCSimulator/GCSimulator_223.csproj | 25 +---------- .../GCSimulator/GCSimulator_224.csproj | 25 +---------- .../GCSimulator/GCSimulator_225.csproj | 25 +---------- .../GCSimulator/GCSimulator_226.csproj | 25 +---------- .../GCSimulator/GCSimulator_227.csproj | 25 +---------- .../GCSimulator/GCSimulator_228.csproj | 25 +---------- .../GCSimulator/GCSimulator_229.csproj | 25 +---------- .../GCSimulator/GCSimulator_23.csproj | 25 +---------- .../GCSimulator/GCSimulator_230.csproj | 25 +---------- .../GCSimulator/GCSimulator_231.csproj | 25 +---------- .../GCSimulator/GCSimulator_232.csproj | 25 +---------- .../GCSimulator/GCSimulator_233.csproj | 25 +---------- .../GCSimulator/GCSimulator_234.csproj | 25 +---------- .../GCSimulator/GCSimulator_235.csproj | 25 +---------- .../GCSimulator/GCSimulator_236.csproj | 25 +---------- .../GCSimulator/GCSimulator_237.csproj | 25 +---------- .../GCSimulator/GCSimulator_238.csproj | 25 +---------- .../GCSimulator/GCSimulator_239.csproj | 25 +---------- .../GCSimulator/GCSimulator_24.csproj | 25 +---------- .../GCSimulator/GCSimulator_240.csproj | 25 +---------- .../GCSimulator/GCSimulator_241.csproj | 25 +---------- .../GCSimulator/GCSimulator_242.csproj | 25 +---------- .../GCSimulator/GCSimulator_243.csproj | 25 +---------- .../GCSimulator/GCSimulator_244.csproj | 25 +---------- .../GCSimulator/GCSimulator_245.csproj | 25 +---------- .../GCSimulator/GCSimulator_246.csproj | 25 +---------- .../GCSimulator/GCSimulator_247.csproj | 25 +---------- .../GCSimulator/GCSimulator_248.csproj | 25 +---------- .../GCSimulator/GCSimulator_249.csproj | 25 +---------- .../GCSimulator/GCSimulator_25.csproj | 25 +---------- .../GCSimulator/GCSimulator_250.csproj | 25 +---------- .../GCSimulator/GCSimulator_251.csproj | 25 +---------- .../GCSimulator/GCSimulator_252.csproj | 25 +---------- .../GCSimulator/GCSimulator_253.csproj | 25 +---------- .../GCSimulator/GCSimulator_254.csproj | 25 +---------- .../GCSimulator/GCSimulator_255.csproj | 25 +---------- .../GCSimulator/GCSimulator_256.csproj | 25 +---------- .../GCSimulator/GCSimulator_257.csproj | 25 +---------- .../GCSimulator/GCSimulator_258.csproj | 25 +---------- .../GCSimulator/GCSimulator_259.csproj | 25 +---------- .../GCSimulator/GCSimulator_26.csproj | 25 +---------- .../GCSimulator/GCSimulator_260.csproj | 25 +---------- .../GCSimulator/GCSimulator_261.csproj | 25 +---------- .../GCSimulator/GCSimulator_262.csproj | 25 +---------- .../GCSimulator/GCSimulator_263.csproj | 25 +---------- .../GCSimulator/GCSimulator_264.csproj | 25 +---------- .../GCSimulator/GCSimulator_265.csproj | 25 +---------- .../GCSimulator/GCSimulator_266.csproj | 25 +---------- .../GCSimulator/GCSimulator_267.csproj | 25 +---------- .../GCSimulator/GCSimulator_268.csproj | 25 +---------- .../GCSimulator/GCSimulator_269.csproj | 25 +---------- .../GCSimulator/GCSimulator_27.csproj | 25 +---------- .../GCSimulator/GCSimulator_270.csproj | 25 +---------- .../GCSimulator/GCSimulator_271.csproj | 25 +---------- .../GCSimulator/GCSimulator_272.csproj | 25 +---------- .../GCSimulator/GCSimulator_273.csproj | 25 +---------- .../GCSimulator/GCSimulator_274.csproj | 25 +---------- .../GCSimulator/GCSimulator_275.csproj | 25 +---------- .../GCSimulator/GCSimulator_276.csproj | 25 +---------- .../GCSimulator/GCSimulator_277.csproj | 25 +---------- .../GCSimulator/GCSimulator_278.csproj | 25 +---------- .../GCSimulator/GCSimulator_279.csproj | 25 +---------- .../GCSimulator/GCSimulator_28.csproj | 25 +---------- .../GCSimulator/GCSimulator_280.csproj | 25 +---------- .../GCSimulator/GCSimulator_281.csproj | 25 +---------- .../GCSimulator/GCSimulator_282.csproj | 25 +---------- .../GCSimulator/GCSimulator_283.csproj | 25 +---------- .../GCSimulator/GCSimulator_284.csproj | 25 +---------- .../GCSimulator/GCSimulator_285.csproj | 25 +---------- .../GCSimulator/GCSimulator_286.csproj | 25 +---------- .../GCSimulator/GCSimulator_287.csproj | 25 +---------- .../GCSimulator/GCSimulator_288.csproj | 25 +---------- .../GCSimulator/GCSimulator_289.csproj | 25 +---------- .../GCSimulator/GCSimulator_29.csproj | 25 +---------- .../GCSimulator/GCSimulator_290.csproj | 25 +---------- .../GCSimulator/GCSimulator_291.csproj | 25 +---------- .../GCSimulator/GCSimulator_292.csproj | 25 +---------- .../GCSimulator/GCSimulator_293.csproj | 25 +---------- .../GCSimulator/GCSimulator_294.csproj | 25 +---------- .../GCSimulator/GCSimulator_295.csproj | 25 +---------- .../GCSimulator/GCSimulator_296.csproj | 25 +---------- .../GCSimulator/GCSimulator_297.csproj | 25 +---------- .../GCSimulator/GCSimulator_298.csproj | 25 +---------- .../GCSimulator/GCSimulator_299.csproj | 25 +---------- .../GCSimulator/GCSimulator_3.csproj | 25 +---------- .../GCSimulator/GCSimulator_30.csproj | 25 +---------- .../GCSimulator/GCSimulator_300.csproj | 25 +---------- .../GCSimulator/GCSimulator_301.csproj | 25 +---------- .../GCSimulator/GCSimulator_302.csproj | 25 +---------- .../GCSimulator/GCSimulator_303.csproj | 25 +---------- .../GCSimulator/GCSimulator_304.csproj | 25 +---------- .../GCSimulator/GCSimulator_305.csproj | 25 +---------- .../GCSimulator/GCSimulator_306.csproj | 25 +---------- .../GCSimulator/GCSimulator_307.csproj | 25 +---------- .../GCSimulator/GCSimulator_308.csproj | 25 +---------- .../GCSimulator/GCSimulator_309.csproj | 25 +---------- .../GCSimulator/GCSimulator_31.csproj | 25 +---------- .../GCSimulator/GCSimulator_310.csproj | 25 +---------- .../GCSimulator/GCSimulator_311.csproj | 25 +---------- .../GCSimulator/GCSimulator_312.csproj | 25 +---------- .../GCSimulator/GCSimulator_313.csproj | 25 +---------- .../GCSimulator/GCSimulator_314.csproj | 25 +---------- .../GCSimulator/GCSimulator_315.csproj | 25 +---------- .../GCSimulator/GCSimulator_316.csproj | 25 +---------- .../GCSimulator/GCSimulator_317.csproj | 25 +---------- .../GCSimulator/GCSimulator_318.csproj | 25 +---------- .../GCSimulator/GCSimulator_319.csproj | 25 +---------- .../GCSimulator/GCSimulator_32.csproj | 25 +---------- .../GCSimulator/GCSimulator_320.csproj | 25 +---------- .../GCSimulator/GCSimulator_321.csproj | 25 +---------- .../GCSimulator/GCSimulator_322.csproj | 25 +---------- .../GCSimulator/GCSimulator_323.csproj | 25 +---------- .../GCSimulator/GCSimulator_324.csproj | 25 +---------- .../GCSimulator/GCSimulator_325.csproj | 25 +---------- .../GCSimulator/GCSimulator_326.csproj | 25 +---------- .../GCSimulator/GCSimulator_327.csproj | 25 +---------- .../GCSimulator/GCSimulator_328.csproj | 25 +---------- .../GCSimulator/GCSimulator_329.csproj | 25 +---------- .../GCSimulator/GCSimulator_33.csproj | 25 +---------- .../GCSimulator/GCSimulator_330.csproj | 25 +---------- .../GCSimulator/GCSimulator_331.csproj | 25 +---------- .../GCSimulator/GCSimulator_332.csproj | 25 +---------- .../GCSimulator/GCSimulator_333.csproj | 25 +---------- .../GCSimulator/GCSimulator_334.csproj | 25 +---------- .../GCSimulator/GCSimulator_335.csproj | 25 +---------- .../GCSimulator/GCSimulator_336.csproj | 25 +---------- .../GCSimulator/GCSimulator_337.csproj | 25 +---------- .../GCSimulator/GCSimulator_338.csproj | 25 +---------- .../GCSimulator/GCSimulator_339.csproj | 25 +---------- .../GCSimulator/GCSimulator_34.csproj | 25 +---------- .../GCSimulator/GCSimulator_340.csproj | 25 +---------- .../GCSimulator/GCSimulator_341.csproj | 25 +---------- .../GCSimulator/GCSimulator_342.csproj | 25 +---------- .../GCSimulator/GCSimulator_343.csproj | 25 +---------- .../GCSimulator/GCSimulator_344.csproj | 25 +---------- .../GCSimulator/GCSimulator_345.csproj | 25 +---------- .../GCSimulator/GCSimulator_346.csproj | 25 +---------- .../GCSimulator/GCSimulator_347.csproj | 25 +---------- .../GCSimulator/GCSimulator_348.csproj | 25 +---------- .../GCSimulator/GCSimulator_349.csproj | 25 +---------- .../GCSimulator/GCSimulator_35.csproj | 25 +---------- .../GCSimulator/GCSimulator_350.csproj | 25 +---------- .../GCSimulator/GCSimulator_351.csproj | 25 +---------- .../GCSimulator/GCSimulator_352.csproj | 25 +---------- .../GCSimulator/GCSimulator_353.csproj | 25 +---------- .../GCSimulator/GCSimulator_354.csproj | 25 +---------- .../GCSimulator/GCSimulator_355.csproj | 25 +---------- .../GCSimulator/GCSimulator_356.csproj | 25 +---------- .../GCSimulator/GCSimulator_357.csproj | 25 +---------- .../GCSimulator/GCSimulator_358.csproj | 25 +---------- .../GCSimulator/GCSimulator_359.csproj | 25 +---------- .../GCSimulator/GCSimulator_36.csproj | 25 +---------- .../GCSimulator/GCSimulator_360.csproj | 25 +---------- .../GCSimulator/GCSimulator_361.csproj | 25 +---------- .../GCSimulator/GCSimulator_362.csproj | 25 +---------- .../GCSimulator/GCSimulator_363.csproj | 25 +---------- .../GCSimulator/GCSimulator_364.csproj | 25 +---------- .../GCSimulator/GCSimulator_365.csproj | 25 +---------- .../GCSimulator/GCSimulator_366.csproj | 25 +---------- .../GCSimulator/GCSimulator_367.csproj | 25 +---------- .../GCSimulator/GCSimulator_368.csproj | 25 +---------- .../GCSimulator/GCSimulator_369.csproj | 25 +---------- .../GCSimulator/GCSimulator_37.csproj | 25 +---------- .../GCSimulator/GCSimulator_370.csproj | 25 +---------- .../GCSimulator/GCSimulator_371.csproj | 25 +---------- .../GCSimulator/GCSimulator_372.csproj | 25 +---------- .../GCSimulator/GCSimulator_373.csproj | 25 +---------- .../GCSimulator/GCSimulator_374.csproj | 25 +---------- .../GCSimulator/GCSimulator_375.csproj | 25 +---------- .../GCSimulator/GCSimulator_376.csproj | 25 +---------- .../GCSimulator/GCSimulator_377.csproj | 25 +---------- .../GCSimulator/GCSimulator_378.csproj | 25 +---------- .../GCSimulator/GCSimulator_379.csproj | 25 +---------- .../GCSimulator/GCSimulator_38.csproj | 25 +---------- .../GCSimulator/GCSimulator_380.csproj | 25 +---------- .../GCSimulator/GCSimulator_381.csproj | 25 +---------- .../GCSimulator/GCSimulator_382.csproj | 25 +---------- .../GCSimulator/GCSimulator_383.csproj | 25 +---------- .../GCSimulator/GCSimulator_384.csproj | 25 +---------- .../GCSimulator/GCSimulator_385.csproj | 25 +---------- .../GCSimulator/GCSimulator_386.csproj | 25 +---------- .../GCSimulator/GCSimulator_387.csproj | 25 +---------- .../GCSimulator/GCSimulator_388.csproj | 25 +---------- .../GCSimulator/GCSimulator_389.csproj | 25 +---------- .../GCSimulator/GCSimulator_39.csproj | 25 +---------- .../GCSimulator/GCSimulator_390.csproj | 25 +---------- .../GCSimulator/GCSimulator_391.csproj | 25 +---------- .../GCSimulator/GCSimulator_392.csproj | 25 +---------- .../GCSimulator/GCSimulator_393.csproj | 25 +---------- .../GCSimulator/GCSimulator_394.csproj | 25 +---------- .../GCSimulator/GCSimulator_395.csproj | 25 +---------- .../GCSimulator/GCSimulator_396.csproj | 25 +---------- .../GCSimulator/GCSimulator_397.csproj | 25 +---------- .../GCSimulator/GCSimulator_398.csproj | 25 +---------- .../GCSimulator/GCSimulator_399.csproj | 25 +---------- .../GCSimulator/GCSimulator_4.csproj | 25 +---------- .../GCSimulator/GCSimulator_40.csproj | 25 +---------- .../GCSimulator/GCSimulator_400.csproj | 25 +---------- .../GCSimulator/GCSimulator_401.csproj | 25 +---------- .../GCSimulator/GCSimulator_402.csproj | 25 +---------- .../GCSimulator/GCSimulator_403.csproj | 25 +---------- .../GCSimulator/GCSimulator_404.csproj | 25 +---------- .../GCSimulator/GCSimulator_405.csproj | 25 +---------- .../GCSimulator/GCSimulator_406.csproj | 25 +---------- .../GCSimulator/GCSimulator_407.csproj | 25 +---------- .../GCSimulator/GCSimulator_408.csproj | 25 +---------- .../GCSimulator/GCSimulator_409.csproj | 25 +---------- .../GCSimulator/GCSimulator_41.csproj | 25 +---------- .../GCSimulator/GCSimulator_410.csproj | 25 +---------- .../GCSimulator/GCSimulator_411.csproj | 25 +---------- .../GCSimulator/GCSimulator_412.csproj | 25 +---------- .../GCSimulator/GCSimulator_413.csproj | 25 +---------- .../GCSimulator/GCSimulator_414.csproj | 25 +---------- .../GCSimulator/GCSimulator_415.csproj | 25 +---------- .../GCSimulator/GCSimulator_416.csproj | 25 +---------- .../GCSimulator/GCSimulator_417.csproj | 25 +---------- .../GCSimulator/GCSimulator_418.csproj | 25 +---------- .../GCSimulator/GCSimulator_419.csproj | 25 +---------- .../GCSimulator/GCSimulator_42.csproj | 25 +---------- .../GCSimulator/GCSimulator_420.csproj | 25 +---------- .../GCSimulator/GCSimulator_421.csproj | 25 +---------- .../GCSimulator/GCSimulator_422.csproj | 25 +---------- .../GCSimulator/GCSimulator_423.csproj | 25 +---------- .../GCSimulator/GCSimulator_424.csproj | 25 +---------- .../GCSimulator/GCSimulator_425.csproj | 25 +---------- .../GCSimulator/GCSimulator_426.csproj | 25 +---------- .../GCSimulator/GCSimulator_427.csproj | 25 +---------- .../GCSimulator/GCSimulator_428.csproj | 25 +---------- .../GCSimulator/GCSimulator_429.csproj | 25 +---------- .../GCSimulator/GCSimulator_43.csproj | 25 +---------- .../GCSimulator/GCSimulator_430.csproj | 25 +---------- .../GCSimulator/GCSimulator_431.csproj | 25 +---------- .../GCSimulator/GCSimulator_432.csproj | 25 +---------- .../GCSimulator/GCSimulator_44.csproj | 25 +---------- .../GCSimulator/GCSimulator_45.csproj | 25 +---------- .../GCSimulator/GCSimulator_46.csproj | 25 +---------- .../GCSimulator/GCSimulator_47.csproj | 25 +---------- .../GCSimulator/GCSimulator_48.csproj | 25 +---------- .../GCSimulator/GCSimulator_49.csproj | 25 +---------- .../GCSimulator/GCSimulator_5.csproj | 25 +---------- .../GCSimulator/GCSimulator_50.csproj | 25 +---------- .../GCSimulator/GCSimulator_51.csproj | 25 +---------- .../GCSimulator/GCSimulator_52.csproj | 25 +---------- .../GCSimulator/GCSimulator_53.csproj | 25 +---------- .../GCSimulator/GCSimulator_54.csproj | 25 +---------- .../GCSimulator/GCSimulator_55.csproj | 25 +---------- .../GCSimulator/GCSimulator_56.csproj | 25 +---------- .../GCSimulator/GCSimulator_57.csproj | 25 +---------- .../GCSimulator/GCSimulator_58.csproj | 25 +---------- .../GCSimulator/GCSimulator_59.csproj | 25 +---------- .../GCSimulator/GCSimulator_6.csproj | 25 +---------- .../GCSimulator/GCSimulator_60.csproj | 25 +---------- .../GCSimulator/GCSimulator_61.csproj | 25 +---------- .../GCSimulator/GCSimulator_62.csproj | 25 +---------- .../GCSimulator/GCSimulator_63.csproj | 25 +---------- .../GCSimulator/GCSimulator_64.csproj | 25 +---------- .../GCSimulator/GCSimulator_65.csproj | 25 +---------- .../GCSimulator/GCSimulator_66.csproj | 25 +---------- .../GCSimulator/GCSimulator_67.csproj | 25 +---------- .../GCSimulator/GCSimulator_68.csproj | 25 +---------- .../GCSimulator/GCSimulator_69.csproj | 25 +---------- .../GCSimulator/GCSimulator_7.csproj | 25 +---------- .../GCSimulator/GCSimulator_70.csproj | 25 +---------- .../GCSimulator/GCSimulator_71.csproj | 25 +---------- .../GCSimulator/GCSimulator_72.csproj | 25 +---------- .../GCSimulator/GCSimulator_73.csproj | 25 +---------- .../GCSimulator/GCSimulator_74.csproj | 25 +---------- .../GCSimulator/GCSimulator_75.csproj | 25 +---------- .../GCSimulator/GCSimulator_76.csproj | 25 +---------- .../GCSimulator/GCSimulator_77.csproj | 25 +---------- .../GCSimulator/GCSimulator_78.csproj | 25 +---------- .../GCSimulator/GCSimulator_79.csproj | 25 +---------- .../GCSimulator/GCSimulator_8.csproj | 25 +---------- .../GCSimulator/GCSimulator_80.csproj | 25 +---------- .../GCSimulator/GCSimulator_82.csproj | 25 +---------- .../GCSimulator/GCSimulator_83.csproj | 25 +---------- .../GCSimulator/GCSimulator_84.csproj | 25 +---------- .../GCSimulator/GCSimulator_85.csproj | 25 +---------- .../GCSimulator/GCSimulator_86.csproj | 25 +---------- .../GCSimulator/GCSimulator_87.csproj | 25 +---------- .../GCSimulator/GCSimulator_88.csproj | 25 +---------- .../GCSimulator/GCSimulator_89.csproj | 25 +---------- .../GCSimulator/GCSimulator_9.csproj | 25 +---------- .../GCSimulator/GCSimulator_90.csproj | 25 +---------- .../GCSimulator/GCSimulator_91.csproj | 25 +---------- .../GCSimulator/GCSimulator_92.csproj | 25 +---------- .../GCSimulator/GCSimulator_93.csproj | 25 +---------- .../GCSimulator/GCSimulator_94.csproj | 25 +---------- .../GCSimulator/GCSimulator_95.csproj | 25 +---------- .../GCSimulator/GCSimulator_96.csproj | 25 +---------- .../GCSimulator/GCSimulator_97.csproj | 25 +---------- .../GCSimulator/GCSimulator_98.csproj | 25 +---------- .../GCSimulator/GCSimulator_99.csproj | 25 +---------- .../src/GC/Scenarios/GCStress/gcstress.csproj | 29 +------------ .../src/GC/Scenarios/LeakGen/leakgen.csproj | 26 +---------- .../GC/Scenarios/LeakGen/leakgenthrd.csproj | 26 +---------- .../GC/Scenarios/LeakWheel/leakwheel.csproj | 27 +----------- .../GC/Scenarios/MinLeakGen/minleakgen.csproj | 27 +----------- .../tests/src/GC/Scenarios/NDPin/ndpin.csproj | 27 +----------- .../src/GC/Scenarios/NDPin/ndpinfinal.csproj | 27 +----------- .../GC/Scenarios/RanCollect/rancollect.csproj | 27 +----------- .../GC/Scenarios/ReflectObj/reflectobj.csproj | 27 +----------- .../GC/Scenarios/Resurrection/continue.csproj | 27 +----------- .../src/GC/Scenarios/Rootmem/rootmem.csproj | 27 +----------- .../tests/src/GC/Scenarios/Samples/gc.csproj | 26 +---------- .../Scenarios/ServerModel/servermodel.csproj | 27 +----------- .../Scenarios/SingLinkList/singlinkgen.csproj | 27 +----------- .../SingLinkList/singlinkstay.csproj | 27 +----------- .../StringCreator/stringcreator.csproj | 27 +----------- .../src/GC/Scenarios/THDChaos/thdchaos.csproj | 27 +----------- .../src/GC/Scenarios/THDList/thdlist.csproj | 27 +----------- .../WeakReference/weakreffinal.csproj | 26 +---------- .../muldimjagary/muldimjagary.csproj | 29 +------------ .../Framework/ReliabilityFramework.csproj | 26 +---------- .../tests/src/GC/Stress/Tests/573277.csproj | 28 +----------- .../src/GC/Stress/Tests/DirectedGraph.csproj | 31 ++----------- .../GC/Stress/Tests/Directory.Build.targets | 7 +++ .../src/GC/Stress/Tests/ExpandHeap.csproj | 28 +----------- .../tests/src/GC/Stress/Tests/GCQueue.csproj | 28 +----------- .../src/GC/Stress/Tests/GCSimulator.csproj | 28 +----------- .../src/GC/Stress/Tests/GCVariant.csproj | 28 +----------- .../GC/Stress/Tests/LargeObjectAlloc.csproj | 31 ++----------- .../GC/Stress/Tests/LargeObjectAlloc1.csproj | 31 ++----------- .../GC/Stress/Tests/LargeObjectAlloc2.csproj | 31 ++----------- .../GC/Stress/Tests/LargeObjectAlloc3.csproj | 31 ++----------- .../GC/Stress/Tests/LargeObjectAlloc4.csproj | 31 ++----------- .../Tests/LargeObjectAllocPinned.csproj | 31 ++----------- .../src/GC/Stress/Tests/LeakGenThrd.csproj | 28 +----------- .../src/GC/Stress/Tests/MulDimJagAry.csproj | 28 +----------- .../tests/src/GC/Stress/Tests/PlugGaps.csproj | 28 +----------- .../src/GC/Stress/Tests/RedBlackTree.csproj | 31 ++----------- .../src/GC/Stress/Tests/SingLinkStay.csproj | 28 +----------- .../GC/Stress/Tests/StressAllocator.csproj | 28 +----------- .../GC/Stress/Tests/ThdTreeGrowingObj.csproj | 28 +----------- .../GC/Stress/Tests/allocationwithpins.csproj | 28 +----------- .../tests/src/GC/Stress/Tests/b115557.csproj | 28 +----------- .../GC/Stress/Tests/bestfit-finalize.csproj | 28 +----------- .../GC/Stress/Tests/concurrentspin2.csproj | 28 +----------- .../tests/src/GC/Stress/Tests/dir.targets | 6 --- .../src/GC/Stress/Tests/doubLinkStay.csproj | 28 +----------- .../src/GC/Stress/Tests/pinstress.csproj | 28 +----------- .../tests/src/GC/Stress/Tests/plug.csproj | 28 +----------- .../BoolArray/MarshalBoolArrayTest.csproj | 30 ++----------- .../ByValArray/MarshalArrayByValTest.csproj | 31 +------------ .../SafeArray/SafeArrayTest.csproj | 31 +------------ .../BestFitMapping/BestFitMapping.csproj | 32 ++------------ .../Interop/COM/Activator/Activator.csproj | 26 ++--------- .../COM/Activator/Servers/AssemblyA.csproj | 15 +------ .../COM/Activator/Servers/AssemblyB.csproj | 15 +------ .../COM/Activator/Servers/AssemblyC.csproj | 15 +------ .../Servers/AssemblyContracts.csproj | 15 +------ .../Aggregation/NETClientAggregation.csproj | 20 +-------- .../ConsumeNETServer/ConsumeNETServer.csproj | 21 +-------- .../NETClients/Events/NETClientEvents.csproj | 20 +-------- .../IDispatch/NETClientIDispatch.csproj | 20 +-------- .../Licensing/NETClientLicense.csproj | 20 +-------- .../Primitives/NETClientPrimitives.csproj | 20 +-------- .../NETClientPrimitivesInALC.csproj | 20 +-------- .../COM/NETClients/Primitives/TestInALC.cs | 2 +- .../NETServer.DefaultInterfaces.ilproj | 11 +---- .../Interop/COM/NETServer/NETServer.csproj | 16 +------ .../NativeClients/DefaultInterfaces.csproj | 8 +--- .../Interop/COM/NativeClients/Dispatch.csproj | 8 +--- .../COM/NativeClients/Licensing.csproj | 8 +--- .../COM/NativeClients/Primitives.csproj | 8 +--- .../Interop/COM/Reflection/Reflection.csproj | 31 ++----------- .../DllImportPath/DllImportPathTest.csproj | 26 ++--------- .../ExactSpelling/ExactSpellingTest.csproj | 20 +-------- .../ExecInDefAppDom/ExecInDefAppDom.csproj | 28 ++---------- .../InjectedCode/InjectedCode.csproj | 27 +----------- .../FuncPtrAsDelegateParam.csproj | 32 ++------------ .../src/Interop/ICastable/Castable.csproj | 26 +---------- .../ConflictingNames/CustomMarshaler.csproj | 21 +-------- .../ConflictingNames/CustomMarshaler2.csproj | 21 +-------- .../ConflictingNames/MultipleALCs.csproj | 23 +--------- .../SameNameDifferentAssembly.csproj | 22 +--------- .../Primitives/ICustomMarshaler.csproj | 22 +--------- .../CopyConstructorMarshaler.csproj | 25 +---------- .../FixupCallsHostWhenLoaded.csproj | 25 +---------- .../LoadIjwFromModuleHandle.csproj | 27 +----------- .../ManagedCallingNative.csproj | 26 +---------- .../NativeCallingManaged.csproj | 26 +---------- .../NativeVarargs/NativeVarargsTest.csproj | 25 +---------- .../src/Interop/Interop.settings.targets | 4 +- .../LayoutClass/LayoutClassTest.csproj | 30 ++----------- .../FunctionPointer/FunctionPtrTest.csproj | 31 +------------ .../MarshalAPI/IUnknown/IUnknownTest.csproj | 32 +------------- .../IUnknown/IUnknownTestInALC.csproj | 32 +------------- .../Interop/MarshalAPI/IUnknown/TestInALC.cs | 2 +- .../NativeCallable/NativeCallableTest.csproj | 26 +---------- .../NativeLibrary/NativeLibraryTests.csproj | 32 ++------------ .../CallbackStressTest.csproj | 25 +---------- .../CallbackTests.csproj | 25 +---------- .../ResolveEventTests.csproj | 25 +---------- .../TestAsm/TestAsm.csproj | 25 +---------- .../AsByValArray/AsByValArrayTest.csproj | 23 +--------- .../AsLPArray/AsLPArrayTest.csproj | 23 +--------- .../AsDefault/AsDefaultTest.csproj | 23 +--------- .../AsLPArray/AsLPArrayTest.csproj | 23 +--------- .../ArrayWithOffsetTest.csproj | 20 +-------- .../Interop/PInvoke/AsAny/AsAnyTest.csproj | 23 +--------- .../PInvoke/Attributes/LCID/LCIDTest.csproj | 21 +-------- .../Char/AFF_PFF/AFF_PFF.csproj | 26 +---------- .../Char/AFF_PFT/AFF_PFT.csproj | 26 +---------- .../Char/AFF_PTF/AFF_PTF.csproj | 26 +---------- .../Char/AFF_PTT/AFF_PTT.csproj | 26 +---------- .../Char/AFT_PFF/AFT_PFF.csproj | 26 +---------- .../Char/AFT_PFT/AFT_PFT.csproj | 26 +---------- .../Char/AFT_PTF/AFT_PTF.csproj | 26 +---------- .../Char/AFT_PTT/AFT_PTT.csproj | 26 +---------- .../Char/ATF_PFF/ATF_PFF.csproj | 26 +---------- .../Char/ATF_PFT/ATF_PFT.csproj | 26 +---------- .../Char/ATF_PTF/ATF_PTF.csproj | 26 +---------- .../Char/ATF_PTT/ATF_PTT.csproj | 26 +---------- .../Char/ATT_PFF/ATT_PFF.csproj | 26 +---------- .../Char/ATT_PFT/ATT_PFT.csproj | 26 +---------- .../Char/ATT_PTF/ATT_PTF.csproj | 26 +---------- .../Char/ATT_PTT/ATT_PTT.csproj | 26 +---------- .../Assembly_False_False.csproj | 26 +---------- .../Assembly_False_True.csproj | 26 +---------- .../Assembly_True_False.csproj | 26 +---------- .../Assembly_True_True.csproj | 26 +---------- .../Pinvoke_False_False.csproj | 26 +---------- .../Pinvoke_False_True.csproj | 26 +---------- .../Pinvoke_True_False.csproj | 26 +---------- .../Pinvoke_True_True.csproj | 26 +---------- .../LPStr/AFF_PFF/AFF_PFF.csproj | 27 +----------- .../LPStr/AFF_PFT/AFF_PFT.csproj | 26 +---------- .../LPStr/AFF_PTF/AFF_PTF.csproj | 26 +---------- .../LPStr/AFF_PTT/AFF_PTT.csproj | 26 +---------- .../LPStr/AFT_PFF/AFT_PFF.csproj | 26 +---------- .../LPStr/AFT_PFT/AFT_PFT.csproj | 26 +---------- .../LPStr/AFT_PTF/AFT_PTF.csproj | 26 +---------- .../LPStr/AFT_PTT/AFT_PTT.csproj | 26 +---------- .../LPStr/ATF_PFF/ATF_PFF.csproj | 26 +---------- .../LPStr/ATF_PFT/ATF_PFT.csproj | 26 +---------- .../LPStr/ATF_PTF/ATF_PTF.csproj | 26 +---------- .../LPStr/ATF_PTT/ATF_PTT.csproj | 26 +---------- .../LPStr/ATT_PFF/ATT_PFF.csproj | 26 +---------- .../LPStr/ATT_PFT/ATT_PFT.csproj | 26 +---------- .../LPStr/ATT_PTF/ATT_PTF.csproj | 26 +---------- .../LPStr/ATT_PTT/ATT_PTT.csproj | 26 +---------- .../Assembly_False_False.csproj | 26 +---------- .../Assembly_False_True.csproj | 26 +---------- .../Assembly_True_False.csproj | 26 +---------- .../Assembly_True_True.csproj | 26 +---------- .../Pinvoke_False_False.csproj | 26 +---------- .../Pinvoke_False_True.csproj | 26 +---------- .../Pinvoke_True_False.csproj | 26 +---------- .../Pinvoke_True_True.csproj | 26 +---------- .../ArrayTest/ArrayTest.csproj | 25 +---------- .../ReverseTest/ReverseTest.csproj | 25 +---------- .../StructTest/StructTest.csproj | 25 +---------- .../PInvoke/CriticalHandles/Test/Test.csproj | 25 +---------- .../CustomMarshalersTest.csproj | 24 +---------- .../PInvoke/DateTime/DateTimeTest.csproj | 23 +--------- .../PInvoke/Decimal/DecimalTest.csproj | 23 +--------- .../PInvoke/Delegate/DelegateTest.csproj | 23 +--------- .../IEnumerator/IEnumeratorTest.csproj | 23 +--------- .../HandleRef/HandleRefTest.csproj | 23 +--------- .../MAWSPITest.csproj | 23 +--------- .../ManagedDll1/ManagedDll1.csproj | 27 ++---------- .../ManagedDll2/ManagedDll2.csproj | 27 ++---------- .../ThisCall/ThisCallTest.csproj | 20 +-------- .../AssemblyTrue/AssemblyTrueTest.csproj | 23 +--------- .../AssemblyWithoutComVisibleTest.csproj | 23 +--------- .../Default/DefaultTest.csproj | 23 +--------- .../Default/DefaultTestInALC.csproj | 23 +--------- .../Default/TestInALC.cs | 2 +- .../Primitives/Int/PInvokeIntTest.csproj | 23 +--------- .../RuntimeHandles/RuntimeHandlesTest.csproj | 23 +--------- .../SafeHandles/SafeHandleTests.csproj | 23 +--------- .../PassingByOut/PassingByOutTest.csproj | 23 +--------- .../PassingByRef/PassingByRefTest.csproj | 23 +--------- .../PassingByOut/PassingByOutTest.csproj | 23 +--------- .../PassingByRef/PassingByRefTest.csproj | 23 +--------- .../PInvoke/Varargs/VarargsTest.csproj | 31 ++----------- .../PInvoke/Variant/VariantTest.csproj | 21 +-------- .../PrimitiveMarshalling/Bool/BoolTest.csproj | 32 ++------------ .../EnumMarshalling/EnumTest.csproj | 32 ++------------ .../UIntPtr/PInvokeUIntPtrTest.csproj | 32 ++------------ .../RefCharArray/RefCharArrayTest.csproj | 32 ++------------ .../src/Interop/RefInt/RefIntTest.csproj | 32 ++------------ .../Interop/SimpleStruct/SimpleStruct.csproj | 32 ++------------ .../Interop/SizeConst/SizeConstTest.csproj | 31 ++----------- .../AnsiBSTR/AnsiBStrTest.csproj | 39 +++-------------- .../StringMarshalling/BSTR/BSTRTest.csproj | 39 +++-------------- .../StringMarshalling/LPSTR/LPSTRTest.csproj | 37 +++------------- .../LPTSTR/LPTSTRTest.csproj | 30 ++----------- .../StringMarshalling/UTF8/UTF8Test.csproj | 32 ++------------ .../VBByRefStr/VBByRefStrTest.csproj | 20 +-------- .../PInvoke/MarshalStructAsLayoutExp.csproj | 30 ++----------- .../PInvoke/MarshalStructAsLayoutSeq.csproj | 37 +++------------- .../DelegatePInvokeTest.csproj | 23 +--------- .../ReversePInvokeTest.csproj | 23 +--------- .../DelegatePInvokeTest.csproj | 23 +--------- .../ReversePInvoke/ReversePInvokeTest.csproj | 23 +--------- .../StructPacking/StructPacking.csproj | 25 +---------- .../Bindings/NETClientBindings.csproj | 18 +------- .../Primitives/NETClientPrimitives.csproj | 18 +------- .../src/JIT/BBT/Scenario4/Not-Int32.ilproj | 26 +---------- .../JIT/CheckProjects/CheckProjects.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Add1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Add1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Add1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Add1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/And1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/And1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/And1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/And1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AndRef_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AndRef_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AndRef_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AndRef_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args4_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args4_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args4_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args4_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args5_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args5_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args5_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Args5_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array2_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array2_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array2_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array2_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array3_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array3_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array3_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array3_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array4_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array4_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array4_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Array4_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayExc_d.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayExc_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayExc_r.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayExc_ro.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayJagged_d.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayJagged_do.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayJagged_r.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayJagged_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayMD1_d.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayMD1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayMD1_r.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayMD1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayMD2_d.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayMD2_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayMD2_r.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayMD2_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayObj_d.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayObj_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ArrayObj_r.csproj | 25 +---------- .../CodeGenBringUpTests/ArrayObj_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAdd1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAdd1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAdd1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAdd1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAnd1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAnd1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAnd1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgAnd1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgOr1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgOr1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgOr1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgOr1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgSub1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgSub1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgSub1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgSub1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgXor1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgXor1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgXor1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/AsgXor1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/BinaryRMW_d.csproj | 25 +---------- .../CodeGenBringUpTests/BinaryRMW_do.csproj | 25 +---------- .../CodeGenBringUpTests/BinaryRMW_r.csproj | 25 +---------- .../CodeGenBringUpTests/BinaryRMW_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Call1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Call1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Call1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Call1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsBool_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsBool_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsBool_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsBool_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsLng1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsLng1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsLng1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/CnsLng1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/DblAddConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblAddConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/DblAddConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblAddConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAdd_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAdd_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAdd_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAdd_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblArea_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblArea_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblArea_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblArea_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblArray_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblArray_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblArray_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblArray_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg2_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg2_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg2_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg2_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg6_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg6_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg6_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblAvg6_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblCall1_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblCall1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblCall1_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblCall1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblCall2_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblCall2_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblCall2_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblCall2_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDist_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDist_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDist_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDist_ro.csproj | 25 +---------- .../CodeGenBringUpTests/DblDivConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblDivConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/DblDivConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblDivConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDiv_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDiv_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDiv_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblDiv_ro.csproj | 25 +---------- .../CodeGenBringUpTests/DblFillArray_d.csproj | 25 +---------- .../DblFillArray_do.csproj | 25 +---------- .../CodeGenBringUpTests/DblFillArray_r.csproj | 25 +---------- .../DblFillArray_ro.csproj | 25 +---------- .../CodeGenBringUpTests/DblMulConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblMulConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/DblMulConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblMulConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblMul_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblMul_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblMul_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblMul_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblNeg_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblNeg_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblNeg_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblNeg_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblRem_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblRem_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblRem_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblRem_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblRoots_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblRoots_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblRoots_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblRoots_ro.csproj | 25 +---------- .../CodeGenBringUpTests/DblSubConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/DblSubConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/DblSubConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/DblSubConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblSub_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblSub_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblSub_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblSub_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblVar_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblVar_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblVar_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DblVar_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DivConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/DivConst_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/DivConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/DivConst_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Eq1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Eq1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Eq1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Eq1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPAddConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPAddConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPAddConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPAddConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAdd_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAdd_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAdd_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAdd_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArea_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArea_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArea_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArea_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArray_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArray_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArray_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPArray_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg2_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg2_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg2_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg2_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg6_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg6_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg6_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPAvg6_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall2_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall2_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall2_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPCall2_ro.csproj | 25 +---------- .../FPConvDbl2Lng_d.csproj | 25 +---------- .../FPConvDbl2Lng_do.csproj | 25 +---------- .../FPConvDbl2Lng_r.csproj | 25 +---------- .../FPConvDbl2Lng_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2F_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2F_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2F_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2F_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2I_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2I_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2I_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2I_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2Lng_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2Lng_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2Lng_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvF2Lng_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvI2F_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvI2F_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvI2F_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPConvI2F_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDist_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDist_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDist_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDist_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPDivConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPDivConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPDivConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPDivConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDiv_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDiv_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDiv_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPDiv_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPError_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPError_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPError_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPError_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPFillArray_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPFillArray_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPFillArray_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPFillArray_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMath_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMath_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMath_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMath_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPMulConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPMulConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPMulConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPMulConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMul_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMul_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMul_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPMul_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPNeg_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPNeg_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPNeg_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPNeg_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRem_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRem_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRem_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRem_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRoots_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRoots_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRoots_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPRoots_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSmall_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSmall_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSmall_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSmall_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FPSubConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/FPSubConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/FPSubConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/FPSubConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSub_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSub_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSub_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPSub_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPVar_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPVar_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPVar_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FPVar_ro.csproj | 25 +---------- .../CodeGenBringUpTests/FactorialRec_d.csproj | 25 +---------- .../FactorialRec_do.csproj | 25 +---------- .../CodeGenBringUpTests/FactorialRec_r.csproj | 25 +---------- .../FactorialRec_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FibLoop_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FibLoop_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FibLoop_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FibLoop_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FiboRec_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FiboRec_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FiboRec_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/FiboRec_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gcd_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gcd_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gcd_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gcd_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ge1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ge1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ge1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ge1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gt1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gt1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gt1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Gt1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ind1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Ind1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ind1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Ind1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/InitObj_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/InitObj_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/InitObj_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/InitObj_ro.csproj | 25 +---------- .../InstanceCalls_d.csproj | 25 +---------- .../InstanceCalls_do.csproj | 25 +---------- .../InstanceCalls_r.csproj | 25 +---------- .../InstanceCalls_ro.csproj | 25 +---------- .../CodeGenBringUpTests/IntArraySum_d.csproj | 25 +---------- .../CodeGenBringUpTests/IntArraySum_do.csproj | 25 +---------- .../CodeGenBringUpTests/IntArraySum_r.csproj | 25 +---------- .../CodeGenBringUpTests/IntArraySum_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/IntConv_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/IntConv_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/IntConv_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/IntConv_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/JTrue1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/JTrue1_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/JTrue1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/JTrue1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqDbl_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqDbl_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqDbl_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqDbl_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqFP_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqFP_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqFP_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqFP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqInt1_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqInt1_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqInt1_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueEqInt1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeDbl_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeDbl_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeDbl_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeDbl_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeFP_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeFP_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeFP_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeFP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeInt1_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeInt1_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeInt1_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGeInt1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtDbl_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtDbl_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtDbl_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtDbl_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtFP_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtFP_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtFP_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtFP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtInt1_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtInt1_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtInt1_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueGtInt1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeDbl_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeDbl_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeDbl_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeDbl_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeFP_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeFP_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeFP_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeFP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeInt1_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeInt1_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeInt1_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLeInt1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtDbl_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtDbl_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtDbl_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtDbl_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtFP_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtFP_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtFP_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtFP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtInt1_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtInt1_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtInt1_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueLtInt1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeDbl_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeDbl_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeDbl_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeDbl_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeFP_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeFP_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeFP_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeFP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeInt1_d.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeInt1_do.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeInt1_r.csproj | 25 +---------- .../CodeGenBringUpTests/JTrueNeInt1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Jmp1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Jmp1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Jmp1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Jmp1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Le1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Le1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Le1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Le1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/LeftShift_d.csproj | 25 +---------- .../CodeGenBringUpTests/LeftShift_do.csproj | 25 +---------- .../CodeGenBringUpTests/LeftShift_r.csproj | 25 +---------- .../CodeGenBringUpTests/LeftShift_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/LngConv_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/LngConv_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/LngConv_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/LngConv_ro.csproj | 25 +---------- .../LocallocB_N_PSP_d.csproj | 25 +---------- .../LocallocB_N_PSP_do.csproj | 25 +---------- .../LocallocB_N_PSP_r.csproj | 25 +---------- .../LocallocB_N_PSP_ro.csproj | 25 +---------- .../CodeGenBringUpTests/LocallocB_N_d.csproj | 25 +---------- .../CodeGenBringUpTests/LocallocB_N_do.csproj | 25 +---------- .../CodeGenBringUpTests/LocallocB_N_r.csproj | 25 +---------- .../CodeGenBringUpTests/LocallocB_N_ro.csproj | 25 +---------- .../LocallocCnstB117_PSP_d.csproj | 25 +---------- .../LocallocCnstB117_PSP_do.csproj | 25 +---------- .../LocallocCnstB117_PSP_r.csproj | 25 +---------- .../LocallocCnstB117_PSP_ro.csproj | 25 +---------- .../LocallocCnstB117_d.csproj | 25 +---------- .../LocallocCnstB117_do.csproj | 25 +---------- .../LocallocCnstB117_r.csproj | 25 +---------- .../LocallocCnstB117_ro.csproj | 25 +---------- .../LocallocCnstB1_PSP_d.csproj | 25 +---------- .../LocallocCnstB1_PSP_do.csproj | 25 +---------- .../LocallocCnstB1_PSP_r.csproj | 25 +---------- .../LocallocCnstB1_PSP_ro.csproj | 25 +---------- .../LocallocCnstB1_d.csproj | 25 +---------- .../LocallocCnstB1_do.csproj | 25 +---------- .../LocallocCnstB1_r.csproj | 25 +---------- .../LocallocCnstB1_ro.csproj | 25 +---------- .../LocallocCnstB32_Loop_d.csproj | 23 +--------- .../LocallocCnstB32_Loop_do.csproj | 23 +--------- .../LocallocCnstB32_Loop_r.csproj | 23 +--------- .../LocallocCnstB32_Loop_ro.csproj | 23 +--------- .../LocallocCnstB5001_PSP_d.csproj | 25 +---------- .../LocallocCnstB5001_PSP_do.csproj | 25 +---------- .../LocallocCnstB5001_PSP_r.csproj | 25 +---------- .../LocallocCnstB5001_PSP_ro.csproj | 25 +---------- .../LocallocCnstB5001_d.csproj | 25 +---------- .../LocallocCnstB5001_do.csproj | 25 +---------- .../LocallocCnstB5001_r.csproj | 25 +---------- .../LocallocCnstB5001_ro.csproj | 25 +---------- .../LocallocCnstB5_PSP_d.csproj | 25 +---------- .../LocallocCnstB5_PSP_do.csproj | 25 +---------- .../LocallocCnstB5_PSP_r.csproj | 25 +---------- .../LocallocCnstB5_PSP_ro.csproj | 25 +---------- .../LocallocCnstB5_d.csproj | 25 +---------- .../LocallocCnstB5_do.csproj | 25 +---------- .../LocallocCnstB5_r.csproj | 25 +---------- .../LocallocCnstB5_ro.csproj | 25 +---------- .../LocallocLarge_d.csproj | 25 +---------- .../LocallocLarge_do.csproj | 25 +---------- .../LocallocLarge_r.csproj | 25 +---------- .../LocallocLarge_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Localloc_d.csproj | 25 +---------- .../CodeGenBringUpTests/Localloc_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Localloc_r.csproj | 25 +---------- .../CodeGenBringUpTests/Localloc_ro.csproj | 25 +---------- .../LongArgsAndReturn_d.csproj | 25 +---------- .../LongArgsAndReturn_do.csproj | 25 +---------- .../LongArgsAndReturn_r.csproj | 25 +---------- .../LongArgsAndReturn_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Lt1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Lt1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Lt1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Lt1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ModConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/ModConst_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ModConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/ModConst_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ne1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ne1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ne1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Ne1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NegRMW_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NegRMW_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NegRMW_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NegRMW_ro.csproj | 25 +---------- .../CodeGenBringUpTests/NestedCall_d.csproj | 25 +---------- .../CodeGenBringUpTests/NestedCall_do.csproj | 25 +---------- .../CodeGenBringUpTests/NestedCall_r.csproj | 25 +---------- .../CodeGenBringUpTests/NestedCall_ro.csproj | 25 +---------- .../CodeGenBringUpTests/NotAndNeg_d.csproj | 25 +---------- .../CodeGenBringUpTests/NotAndNeg_do.csproj | 25 +---------- .../CodeGenBringUpTests/NotAndNeg_r.csproj | 25 +---------- .../CodeGenBringUpTests/NotAndNeg_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NotRMW_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NotRMW_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NotRMW_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/NotRMW_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ObjAlloc_d.csproj | 25 +---------- .../CodeGenBringUpTests/ObjAlloc_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/ObjAlloc_r.csproj | 25 +---------- .../CodeGenBringUpTests/ObjAlloc_ro.csproj | 25 +---------- .../OpMembersOfStructLocal_d.csproj | 25 +---------- .../OpMembersOfStructLocal_do.csproj | 25 +---------- .../OpMembersOfStructLocal_r.csproj | 25 +---------- .../OpMembersOfStructLocal_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Or1_d.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Or1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Or1_r.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Or1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/OrRef_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/OrRef_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/OrRef_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/OrRef_ro.csproj | 25 +---------- .../RecursiveTailCall_d.csproj | 25 +---------- .../RecursiveTailCall_do.csproj | 25 +---------- .../RecursiveTailCall_r.csproj | 25 +---------- .../RecursiveTailCall_ro.csproj | 25 +---------- .../RightShiftRef_d.csproj | 25 +---------- .../RightShiftRef_do.csproj | 25 +---------- .../RightShiftRef_r.csproj | 25 +---------- .../RightShiftRef_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Rotate_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Rotate_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Rotate_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Rotate_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Shift_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Shift_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Shift_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Shift_ro.csproj | 25 +---------- .../CodeGenBringUpTests/StaticCalls_d.csproj | 25 +---------- .../CodeGenBringUpTests/StaticCalls_do.csproj | 25 +---------- .../CodeGenBringUpTests/StaticCalls_r.csproj | 25 +---------- .../CodeGenBringUpTests/StaticCalls_ro.csproj | 25 +---------- .../StaticValueField_d.csproj | 25 +---------- .../StaticValueField_do.csproj | 25 +---------- .../StaticValueField_r.csproj | 25 +---------- .../StaticValueField_ro.csproj | 25 +---------- .../StructFldAddr_d.csproj | 25 +---------- .../StructFldAddr_do.csproj | 25 +---------- .../StructFldAddr_r.csproj | 25 +---------- .../StructFldAddr_ro.csproj | 25 +---------- .../StructInstMethod_d.csproj | 25 +---------- .../StructInstMethod_do.csproj | 25 +---------- .../StructInstMethod_r.csproj | 25 +---------- .../StructInstMethod_ro.csproj | 25 +---------- .../CodeGenBringUpTests/StructReturn_d.csproj | 25 +---------- .../StructReturn_do.csproj | 25 +---------- .../CodeGenBringUpTests/StructReturn_r.csproj | 25 +---------- .../StructReturn_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Sub1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Sub1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Sub1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Sub1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/SubRef_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/SubRef_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/SubRef_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/SubRef_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Swap_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Swap_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Swap_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Swap_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Switch_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Switch_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Switch_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Switch_ro.csproj | 25 +---------- .../CodeGenBringUpTests/UDivConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/UDivConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/UDivConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/UDivConst_ro.csproj | 25 +---------- .../CodeGenBringUpTests/UModConst_d.csproj | 25 +---------- .../CodeGenBringUpTests/UModConst_do.csproj | 25 +---------- .../CodeGenBringUpTests/UModConst_r.csproj | 25 +---------- .../CodeGenBringUpTests/UModConst_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Unbox_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Unbox_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Unbox_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Unbox_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Xor1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Xor1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/Xor1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/Xor1_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/XorRef_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/XorRef_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/XorRef_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/XorRef_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/addref_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/addref_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/addref_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/addref_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/div1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/div1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/div1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/div1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/div2_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/div2_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/div2_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/div2_ro.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/divref_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/divref_do.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/divref_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/divref_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul1_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul2_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul2_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul2_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul2_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul3_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul3_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul3_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul3_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul4_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul4_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/mul4_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/mul4_ro.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/rem1_d.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/rem1_do.csproj | 25 +---------- .../src/JIT/CodeGenBringUpTests/rem1_r.csproj | 25 +---------- .../JIT/CodeGenBringUpTests/rem1_ro.csproj | 25 +---------- .../CodeGenBringUpTests/struct16args_d.csproj | 25 +---------- .../struct16args_do.csproj | 25 +---------- .../CodeGenBringUpTests/struct16args_r.csproj | 25 +---------- .../struct16args_ro.csproj | 25 +---------- .../src/JIT/Directed/Arrays/Complex1.csproj | 26 +---------- .../src/JIT/Directed/Arrays/Complex2.csproj | 26 +---------- .../src/JIT/Directed/Arrays/Simple1.csproj | 26 +---------- .../src/JIT/Directed/Arrays/Simple2.csproj | 26 +---------- .../src/JIT/Directed/BitTest/BitTest.csproj | 17 ++------ .../Generic_Test_CSharp_Base_1.csproj | 26 +---------- .../Generic_Test_CSharp_Base_2.csproj | 26 +---------- .../Generic_Test_CSharp_Base_3.csproj | 26 +---------- .../Generic_Test_CSharp_Base_4.csproj | 26 +---------- .../Generic_Test_CSharp_Base_6.csproj | 26 +---------- .../Generic_Test_CSharp_Peer_1.csproj | 26 +---------- .../Generic_Test_CSharp_Peer_2.csproj | 26 +---------- .../Generic_Test_CSharp_Peer_3.csproj | 26 +---------- .../Generic_Test_CSharp_Peer_4.csproj | 26 +---------- .../Generic_Test_CSharp_Peer_6.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Base_1.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Base_2.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Base_3.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Base_4.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Peer_1.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Peer_2.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Peer_3.csproj | 26 +---------- .../CheckedCtor/Test_CSharp_Peer_4.csproj | 26 +---------- .../src/JIT/Directed/Convert/FPZero.csproj | 26 +---------- .../JIT/Directed/Convert/implicitConv.ilproj | 26 +---------- .../JIT/Directed/Convert/ldind_conv.ilproj | 14 +----- .../Directed/Convert/minopts_convu1.ilproj | 26 +---------- .../ExcepFilters/excepobj/excepobj.ilproj | 29 ++----------- .../Directed/ExcepFilters/fault/fault.ilproj | 29 ++----------- .../Directed/ExcepFilters/mixed/mixed.ilproj | 29 ++----------- .../ExcepFilters/mixed3/mixed3.ilproj | 29 ++----------- .../FaultHandlers/CallOrder/CallOrder.ilproj | 29 ++----------- .../FaultHandlers/Nesting/Nesting.ilproj | 29 ++----------- .../FaultHandlers/Simple/Simple.ilproj | 27 +----------- .../IL/PInvokeTail/PInvokeTail.ilproj | 30 ++----------- .../Directed/IL/PInvokeTail/TailWinApi.ilproj | 28 +----------- .../IL/Tailcall/ExplicitTailCallNoSO.ilproj | 22 +--------- .../Directed/IL/Tailcall/JitTailcall2.ilproj | 26 +---------- .../Directed/IL/Tailcall/jitTailcall1.ilproj | 27 +----------- .../src/JIT/Directed/IL/leave/leave1.ilproj | 27 +----------- .../MutualRecur-TailCall.ilproj | 26 +---------- .../JIT/Directed/IL/rethrow/Rethrow1.ilproj | 27 +----------- .../JIT/Directed/IL/rethrow/Rethrow2.ilproj | 27 +----------- .../Directed/Misc/Concat/ConcatTest.csproj | 26 +---------- .../Misc/SIDEEFFECTS/BadRegArgs.ilproj | 27 +----------- .../Misc/SIDEEFFECTS/SideEffects.ilproj | 27 +----------- .../MutualThdRecur-fptr.ilproj | 29 +------------ .../Misc/function_pointer/funcptrtest.ilproj | 27 +----------- .../Misc/gettype/gettypetypeofmatrix.csproj | 27 +----------- .../PREFIX/PrimitiveVT/callconv1_cs_d.csproj | 26 +---------- .../PREFIX/PrimitiveVT/callconv1_cs_do.csproj | 26 +---------- .../PREFIX/PrimitiveVT/callconv1_cs_r.csproj | 28 ++---------- .../PREFIX/PrimitiveVT/callconv1_cs_ro.csproj | 28 ++---------- .../PREFIX/PrimitiveVT/callconv2_cs_d.csproj | 26 +---------- .../PREFIX/PrimitiveVT/callconv2_cs_do.csproj | 26 +---------- .../PREFIX/PrimitiveVT/callconv2_cs_r.csproj | 28 ++---------- .../PREFIX/PrimitiveVT/callconv2_cs_ro.csproj | 28 ++---------- .../Directed/PREFIX/PrimitiveVT/helper.csproj | 31 ++----------- .../PREFIX/unaligned/1/Box_Unbox.ilproj | 27 +----------- .../PREFIX/unaligned/1/Desktop/add.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/1/add.ilproj | 28 ++---------- .../PREFIX/unaligned/1/arglist.ilproj | 25 +---------- .../PREFIX/unaligned/1/array_tests.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/1/cpblk.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/1/cpobj.ilproj | 27 +----------- .../PREFIX/unaligned/1/field_tests.ilproj | 27 +----------- .../PREFIX/unaligned/1/fielda_tests.ilproj | 27 +----------- .../PREFIX/unaligned/1/initblk.ilproj | 27 +----------- .../PREFIX/unaligned/1/initobj.ilproj | 27 +----------- .../PREFIX/unaligned/1/ldind_stind.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/1/ldloca.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/1/ldobj.ilproj | 27 +----------- .../PREFIX/unaligned/1/localloc.ilproj | 27 +----------- .../PREFIX/unaligned/2/Box_Unbox.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/2/add.ilproj | 27 +----------- .../PREFIX/unaligned/2/arglist.ilproj | 25 +---------- .../PREFIX/unaligned/2/array_tests.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/2/cpblk.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/2/cpobj.ilproj | 26 +---------- .../PREFIX/unaligned/2/field_tests.ilproj | 27 +----------- .../PREFIX/unaligned/2/fielda_tests.ilproj | 27 +----------- .../PREFIX/unaligned/2/initblk.ilproj | 27 +----------- .../PREFIX/unaligned/2/initobj.ilproj | 27 +----------- .../PREFIX/unaligned/2/ldind_stind.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/2/ldloca.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/2/ldobj.ilproj | 26 +---------- .../PREFIX/unaligned/2/localloc.ilproj | 26 +---------- .../PREFIX/unaligned/4/Box_Unbox.ilproj | 27 +----------- .../PREFIX/unaligned/4/Desktop/add.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/4/add.ilproj | 28 ++---------- .../PREFIX/unaligned/4/arglist.ilproj | 25 +---------- .../PREFIX/unaligned/4/array_tests.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/4/cpblk.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/4/cpobj.ilproj | 27 +----------- .../PREFIX/unaligned/4/field_tests.ilproj | 27 +----------- .../PREFIX/unaligned/4/fielda_tests.ilproj | 27 +----------- .../PREFIX/unaligned/4/initblk.ilproj | 27 +----------- .../PREFIX/unaligned/4/initobj.ilproj | 27 +----------- .../PREFIX/unaligned/4/ldind_stind.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/4/ldloca.ilproj | 27 +----------- .../Directed/PREFIX/unaligned/4/ldobj.ilproj | 27 +----------- .../PREFIX/unaligned/4/localloc.ilproj | 27 +----------- .../PREFIX/volatile/1/Box_Unbox.ilproj | 27 +----------- .../PREFIX/volatile/1/Desktop/add.ilproj | 27 +----------- .../JIT/Directed/PREFIX/volatile/1/add.ilproj | 26 +---------- .../Directed/PREFIX/volatile/1/arglist.ilproj | 25 +---------- .../PREFIX/volatile/1/array_tests.ilproj | 27 +----------- .../Directed/PREFIX/volatile/1/cpblk.ilproj | 27 +----------- .../Directed/PREFIX/volatile/1/cpobj.ilproj | 27 +----------- .../PREFIX/volatile/1/field_tests.ilproj | 27 +----------- .../PREFIX/volatile/1/fielda_tests.ilproj | 27 +----------- .../Directed/PREFIX/volatile/1/initblk.ilproj | 27 +----------- .../Directed/PREFIX/volatile/1/initobj.ilproj | 27 +----------- .../PREFIX/volatile/1/ldind_stind.ilproj | 27 +----------- .../Directed/PREFIX/volatile/1/ldloca.ilproj | 27 +----------- .../Directed/PREFIX/volatile/1/ldobj.ilproj | 27 +----------- .../PREFIX/volatile/1/localloc.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/extended.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/gcref1.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/gcref2.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/nested.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/oddsize.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/overlap.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/simple.ilproj | 27 +----------- .../src/JIT/Directed/RVAInit/simplearg.ilproj | 27 +----------- .../Directed/StrAccess/straccess1_cs_d.csproj | 26 +---------- .../StrAccess/straccess1_cs_do.csproj | 26 +---------- .../Directed/StrAccess/straccess1_cs_r.csproj | 26 +---------- .../StrAccess/straccess1_cs_ro.csproj | 29 +------------ .../Directed/StrAccess/straccess2_cs_d.csproj | 26 +---------- .../StrAccess/straccess2_cs_do.csproj | 29 +------------ .../Directed/StrAccess/straccess2_cs_r.csproj | 26 +---------- .../StrAccess/straccess2_cs_ro.csproj | 29 +------------ .../Directed/StrAccess/straccess3_cs_d.csproj | 29 +------------ .../StrAccess/straccess3_cs_do.csproj | 29 +------------ .../Directed/StrAccess/straccess3_cs_r.csproj | 29 +------------ .../StrAccess/straccess3_cs_ro.csproj | 29 +------------ .../JIT/Directed/StrAccess/straccess4.csproj | 29 +------------ .../JIT/Directed/StructABI/StructABI.csproj | 22 +--------- .../StructABI/structfieldparam_r.csproj | 26 +---------- .../StructABI/structfieldparam_ro.csproj | 26 +---------- .../src/JIT/Directed/StructPromote/SP1.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP1a.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP1a2.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP1b.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP1c.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP1d.csproj | 26 +---------- .../src/JIT/Directed/StructPromote/SP2.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP2a.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP2b.csproj | 26 +---------- .../JIT/Directed/StructPromote/SP2c.csproj | 26 +---------- .../JIT/Directed/StructPromote/SpAddr.csproj | 26 +---------- .../Directed/StructPromote/SpAddrAT.csproj | 26 +---------- .../Unsafe/AccessInvalidFieldOffset.csproj | 24 +---------- .../Unsafe/ReadDoubleFromIntOffset.csproj | 24 +---------- .../Unsafe/ReadStructAsAnotherType.csproj | 24 +---------- .../TypedReference/TypedReference.csproj | 31 ++----------- .../Directed/UnrollLoop/Dev10_846218.csproj | 26 +---------- .../JIT/Directed/UnrollLoop/loop1_cs_d.csproj | 26 +---------- .../Directed/UnrollLoop/loop1_cs_do.csproj | 26 +---------- .../JIT/Directed/UnrollLoop/loop1_cs_r.csproj | 26 +---------- .../Directed/UnrollLoop/loop1_cs_ro.csproj | 26 +---------- .../JIT/Directed/UnrollLoop/loop2_cs_d.csproj | 29 ++----------- .../Directed/UnrollLoop/loop2_cs_do.csproj | 27 +----------- .../JIT/Directed/UnrollLoop/loop2_cs_r.csproj | 29 ++----------- .../Directed/UnrollLoop/loop2_cs_ro.csproj | 27 +----------- .../JIT/Directed/UnrollLoop/loop3_il_d.ilproj | 26 +---------- .../JIT/Directed/UnrollLoop/loop3_il_r.ilproj | 27 +----------- .../JIT/Directed/UnrollLoop/loop4_cs_d.csproj | 26 +---------- .../Directed/UnrollLoop/loop4_cs_do.csproj | 29 +------------ .../JIT/Directed/UnrollLoop/loop4_cs_r.csproj | 26 +---------- .../Directed/UnrollLoop/loop4_cs_ro.csproj | 29 +------------ .../JIT/Directed/UnrollLoop/loop6_cs_d.csproj | 30 +------------ .../Directed/UnrollLoop/loop6_cs_do.csproj | 30 +------------ .../JIT/Directed/UnrollLoop/loop6_cs_r.csproj | 30 +------------ .../Directed/UnrollLoop/loop6_cs_ro.csproj | 30 +------------ .../VectorABI/VectorMgdMgdArray_r.csproj | 28 ++---------- .../VectorABI/VectorMgdMgdArray_ro.csproj | 26 +---------- .../VectorABI/VectorMgdMgdStatic_r.csproj | 28 ++---------- .../VectorABI/VectorMgdMgdStatic_ro.csproj | 26 +---------- .../Directed/VectorABI/VectorMgdMgd_r.csproj | 28 ++---------- .../Directed/VectorABI/VectorMgdMgd_ro.csproj | 26 +---------- .../src/JIT/Directed/arglist/vararg.csproj | 27 +----------- .../Directed/array-il/_Arrayscomplex3.ilproj | 27 +----------- .../Directed/array-il/_Arrayssimple3.ilproj | 27 +----------- .../JIT/Directed/cmov/Bool_And_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Bool_And_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_And_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Bool_And_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_No_Op_cs_d.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_No_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_No_Op_cs_r.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_No_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_Or_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_Or_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Bool_Xor_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Bool_Xor_Op_cs_ro.csproj | 26 +---------- .../Directed/cmov/Double_And_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Double_And_Op_cs_do.csproj | 26 +---------- .../Directed/cmov/Double_And_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Double_And_Op_cs_ro.csproj | 26 +---------- .../Directed/cmov/Double_No_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Double_No_Op_cs_do.csproj | 26 +---------- .../Directed/cmov/Double_No_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Double_No_Op_cs_ro.csproj | 26 +---------- .../Directed/cmov/Double_Or_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Double_Or_Op_cs_do.csproj | 26 +---------- .../Directed/cmov/Double_Or_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Double_Or_Op_cs_ro.csproj | 26 +---------- .../Directed/cmov/Double_Xor_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Double_Xor_Op_cs_do.csproj | 26 +---------- .../Directed/cmov/Double_Xor_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Double_Xor_Op_cs_ro.csproj | 26 +---------- .../Directed/cmov/Float_And_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Float_And_Op_cs_do.csproj | 26 +---------- .../Directed/cmov/Float_And_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Float_And_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Float_No_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Float_No_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Float_No_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Float_No_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Float_Or_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Float_Or_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Float_Or_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Float_Or_Op_cs_ro.csproj | 26 +---------- .../Directed/cmov/Float_Xor_Op_cs_d.csproj | 26 +---------- .../Directed/cmov/Float_Xor_Op_cs_do.csproj | 26 +---------- .../Directed/cmov/Float_Xor_Op_cs_r.csproj | 26 +---------- .../Directed/cmov/Float_Xor_Op_cs_ro.csproj | 29 +------------ .../JIT/Directed/cmov/Int_And_Op_cs_d.csproj | 26 +---------- .../JIT/Directed/cmov/Int_And_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Int_And_Op_cs_r.csproj | 26 +---------- .../JIT/Directed/cmov/Int_And_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Int_No_Op_cs_d.csproj | 26 +---------- .../JIT/Directed/cmov/Int_No_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Int_No_Op_cs_r.csproj | 26 +---------- .../JIT/Directed/cmov/Int_No_Op_cs_ro.csproj | 26 +---------- .../JIT/Directed/cmov/Int_Or_Op_cs_d.csproj | 26 +---------- .../JIT/Directed/cmov/Int_Or_Op_cs_do.csproj | 29 +------------ .../JIT/Directed/cmov/Int_Or_Op_cs_r.csproj | 26 +---------- .../JIT/Directed/cmov/Int_Or_Op_cs_ro.csproj | 29 +------------ .../JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj | 26 +---------- .../JIT/Directed/cmov/Int_Xor_Op_cs_do.csproj | 26 +---------- .../JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj | 26 +---------- .../JIT/Directed/cmov/Int_Xor_Op_cs_ro.csproj | 26 +---------- .../coverage/compiler/FilterToHandler.ilproj | 26 +---------- .../coverage/flowgraph/xaddmuly_cs_d.csproj | 26 +---------- .../coverage/flowgraph/xaddmuly_cs_do.csproj | 26 +---------- .../coverage/flowgraph/xaddmuly_cs_r.csproj | 26 +---------- .../coverage/flowgraph/xaddmuly_cs_ro.csproj | 26 +---------- .../Desktop/badendfinally_il_d.ilproj | 27 +----------- .../Desktop/badendfinally_il_r.ilproj | 26 +---------- .../importer/Desktop/badldsfld_il_d.ilproj | 27 +----------- .../importer/Desktop/badldsfld_il_r.ilproj | 26 +---------- .../importer/Desktop/badtailcall_il_d.ilproj | 26 +---------- .../importer/Desktop/badtailcall_il_r.ilproj | 26 +---------- .../importer/Desktop/bleref_il_d.ilproj | 27 +----------- .../importer/Desktop/bleref_il_r.ilproj | 27 +----------- .../Desktop/byrefsubbyref1_il_d.ilproj | 26 +---------- .../Desktop/byrefsubbyref1_il_r.ilproj | 26 +---------- .../importer/Desktop/calli2_il_d.ilproj | 26 +---------- .../importer/Desktop/calli2_il_r.ilproj | 26 +---------- .../importer/Desktop/ceeillegal_il_d.ilproj | 27 +----------- .../importer/Desktop/ceeillegal_il_r.ilproj | 26 +---------- .../Desktop/ldelemnullarr1_il_d.ilproj | 27 +----------- .../Desktop/ldelemnullarr1_il_r.ilproj | 27 +----------- .../Desktop/ldelemnullarr2_il_d.ilproj | 27 +----------- .../Desktop/ldelemnullarr2_il_r.ilproj | 26 +---------- .../importer/Desktop/ldfldr4_il_d.ilproj | 26 +---------- .../importer/Desktop/ldfldr4_il_r.ilproj | 26 +---------- .../importer/Desktop/ldfldstatic1_il_d.ilproj | 26 +---------- .../importer/Desktop/ldfldstatic1_il_r.ilproj | 27 +----------- .../Desktop/ldfldunboxedvt_il_d.ilproj | 26 +---------- .../Desktop/ldfldunboxedvt_il_r.ilproj | 26 +---------- .../Desktop/ldvirtftnsideeffect_il_d.ilproj | 26 +---------- .../Desktop/ldvirtftnsideeffect_il_r.ilproj | 26 +---------- .../importer/Desktop/nonrefsdarr_il_d.ilproj | 27 +----------- .../importer/Desktop/nonrefsdarr_il_r.ilproj | 27 +----------- .../importer/Desktop/nullsdarr_il_d.ilproj | 27 +----------- .../importer/Desktop/nullsdarr_il_r.ilproj | 26 +---------- .../importer/Desktop/refanytype1_il_d.ilproj | 26 +---------- .../importer/Desktop/refanytype1_il_r.ilproj | 26 +---------- .../importer/Desktop/stfldstatic1_il_d.ilproj | 26 +---------- .../importer/Desktop/stfldstatic1_il_r.ilproj | 27 +----------- .../importer/Desktop/subovfun1_il_d.ilproj | 26 +---------- .../importer/Desktop/subovfun1_il_r.ilproj | 27 +----------- .../importer/Desktop/volatilldind_il_d.ilproj | 27 +----------- .../importer/Desktop/volatilldind_il_r.ilproj | 26 +---------- .../importer/Desktop/volatilstind_il_d.ilproj | 27 +----------- .../importer/Desktop/volatilstind_il_r.ilproj | 26 +---------- .../coverage/importer/badendfinally.ilproj | 29 +------------ .../coverage/importer/badtailcall.ilproj | 26 +---------- .../coverage/importer/byrefsubbyref1.ilproj | 26 +---------- .../Directed/coverage/importer/calli2.ilproj | 26 +---------- .../coverage/importer/ceeillegal.ilproj | 29 +------------ .../coverage/importer/ldelemnullarr2.ilproj | 29 +------------ .../importer/ldfldstatic1_il_r.ilproj | 28 ++---------- .../coverage/importer/ldfldunboxedvt.ilproj | 26 +---------- .../importer/ldvirtftnsideeffect.ilproj | 26 +---------- .../coverage/importer/nullsdarr.ilproj | 29 +------------ .../coverage/importer/refanytype1.ilproj | 26 +---------- .../importer/stfldstatic1_il_d.ilproj | 26 +---------- .../importer/stfldstatic1_il_r.ilproj | 28 ++---------- .../coverage/importer/subovfun1_il_d.ilproj | 26 +---------- .../coverage/importer/subovfun1_il_r.ilproj | 28 ++---------- .../coverage/importer/volatilldind.ilproj | 29 +------------ .../coverage/importer/volatilstind.ilproj | 29 +------------ .../coverage/oldtests/33objref_cs_d.csproj | 26 +---------- .../coverage/oldtests/33objref_cs_do.csproj | 26 +---------- .../coverage/oldtests/33objref_cs_r.csproj | 26 +---------- .../coverage/oldtests/33objref_cs_ro.csproj | 26 +---------- .../oldtests/Desktop/callipinvoke_il_d.ilproj | 30 +------------ .../oldtests/Desktop/callipinvoke_il_r.ilproj | 28 +----------- .../coverage/oldtests/arrgetlen_il_d.ilproj | 26 +---------- .../coverage/oldtests/arrgetlen_il_r.ilproj | 27 +----------- .../coverage/oldtests/callipinvoke.ilproj | 30 +------------ .../coverage/oldtests/cse1_cs_d.csproj | 26 +---------- .../coverage/oldtests/cse1_cs_do.csproj | 26 +---------- .../coverage/oldtests/cse1_cs_r.csproj | 26 +---------- .../coverage/oldtests/cse1_cs_ro.csproj | 26 +---------- .../coverage/oldtests/cse2_cs_d.csproj | 26 +---------- .../coverage/oldtests/cse2_cs_do.csproj | 29 +------------ .../coverage/oldtests/cse2_cs_r.csproj | 26 +---------- .../coverage/oldtests/cse2_cs_ro.csproj | 29 +------------ .../coverage/oldtests/lclfldadd_cs_d.csproj | 26 +---------- .../coverage/oldtests/lclfldadd_cs_do.csproj | 26 +---------- .../coverage/oldtests/lclfldadd_cs_r.csproj | 29 +------------ .../coverage/oldtests/lclfldadd_cs_ro.csproj | 26 +---------- .../coverage/oldtests/lclflddiv_cs_d.csproj | 26 +---------- .../coverage/oldtests/lclflddiv_cs_do.csproj | 26 +---------- .../coverage/oldtests/lclflddiv_cs_r.csproj | 26 +---------- .../coverage/oldtests/lclflddiv_cs_ro.csproj | 26 +---------- .../coverage/oldtests/lclfldmul_cs_d.csproj | 26 +---------- .../coverage/oldtests/lclfldmul_cs_do.csproj | 26 +---------- .../coverage/oldtests/lclfldmul_cs_r.csproj | 26 +---------- .../coverage/oldtests/lclfldmul_cs_ro.csproj | 26 +---------- .../coverage/oldtests/lclfldrem_cs_d.csproj | 26 +---------- .../coverage/oldtests/lclfldrem_cs_do.csproj | 26 +---------- .../coverage/oldtests/lclfldrem_cs_r.csproj | 26 +---------- .../coverage/oldtests/lclfldrem_cs_ro.csproj | 26 +---------- .../coverage/oldtests/lclfldsub_cs_d.csproj | 26 +---------- .../coverage/oldtests/lclfldsub_cs_do.csproj | 26 +---------- .../coverage/oldtests/lclfldsub_cs_r.csproj | 26 +---------- .../coverage/oldtests/lclfldsub_cs_ro.csproj | 26 +---------- .../coverage/oldtests/lcliimpl_il_d.ilproj | 26 +---------- .../coverage/oldtests/lcliimpl_il_r.ilproj | 27 +----------- .../coverage/oldtests/ldfldstatic_il_d.ilproj | 26 +---------- .../coverage/oldtests/ldfldstatic_il_r.ilproj | 26 +---------- .../oldtests/ldsshrstsfld_il_d.ilproj | 26 +---------- .../oldtests/ldsshrstsfld_il_r.ilproj | 27 +----------- .../oldtests/ldvirtftncalli_il_d.ilproj | 26 +---------- .../oldtests/ldvirtftncalli_il_r.ilproj | 27 +----------- .../coverage/oldtests/ovfldiv1_il_d.ilproj | 27 +----------- .../coverage/oldtests/ovfldiv1_il_r.ilproj | 26 +---------- .../coverage/oldtests/ovfldiv2_il_d.ilproj | 29 +------------ .../coverage/oldtests/ovfldiv2_il_r.ilproj | 27 +----------- .../coverage/oldtests/ovflrem1_il_d.ilproj | 27 +----------- .../coverage/oldtests/ovflrem1_il_r.ilproj | 26 +---------- .../coverage/oldtests/ovflrem2_il_d.ilproj | 29 +------------ .../coverage/oldtests/ovflrem2_il_r.ilproj | 27 +----------- .../oldtests/stfldstatic1_il_d.ilproj | 26 +---------- .../oldtests/stfldstatic1_il_r.ilproj | 27 +----------- .../oldtests/stfldstatic2_il_d.ilproj | 26 +---------- .../oldtests/stfldstatic2_il_r.ilproj | 27 +----------- .../coverage/oldtests/subbyref_il_d.ilproj | 26 +---------- .../coverage/oldtests/subbyref_il_r.ilproj | 27 +----------- .../oldtests/switchdefaultonly1_il_d.ilproj | 26 +---------- .../oldtests/switchdefaultonly1_il_r.ilproj | 27 +----------- .../oldtests/switchdefaultonly2_il_d.ilproj | 26 +---------- .../oldtests/switchdefaultonly2_il_r.ilproj | 27 +----------- .../oldtests/switchdefaultonly3_il_d.ilproj | 26 +---------- .../oldtests/switchdefaultonly3_il_r.ilproj | 27 +----------- .../Directed/coverage/oldtests/tls1.ilproj | 29 +------------ .../Directed/coverage/oldtests/tls2.ilproj | 29 +------------ .../coverage/oldtests/tlstest_il_d.ilproj | 26 +---------- .../coverage/oldtests/tlstest_il_r.ilproj | 27 +----------- .../coverage/oldtests/trashreg_il_d.ilproj | 29 +------------ .../coverage/oldtests/trashreg_il_r.ilproj | 27 +----------- .../oldtests/volatilecpobj_il_d.ilproj | 26 +---------- .../oldtests/volatilecpobj_il_r.ilproj | 27 +----------- .../coverage/oldtests/zeroinit_il_d.ilproj | 26 +---------- .../coverage/oldtests/zeroinit_il_r.ilproj | 27 +----------- .../forceinlining/AttributeConflict.ilproj | 26 +---------- .../forceinlining/LargeNumberOfArgs.csproj | 26 +---------- .../forceinlining/NegativeCases.ilproj | 29 +------------ .../Directed/forceinlining/NoMetaData.csproj | 26 +---------- .../forceinlining/PositiveCases.ilproj | 26 +---------- .../Directed/forceinlining/Recursion.csproj | 26 +---------- .../gettypetypeof/gettypetypeofmatrix.csproj | 30 +------------ .../interlocked/IntrinsicTest_Overflow.csproj | 26 +---------- .../intrinsic/interlocked/cmpxchg.csproj | 26 +---------- .../intrinsic/interlocked/cse_cmpxchg.csproj | 26 +---------- .../interlocked/nullchecksuppress.csproj | 26 +---------- .../intrinsic/interlocked/regalloc1.csproj | 26 +---------- .../intrinsic/interlocked/regalloc2.csproj | 26 +---------- .../interlocked/rva_rvastatic1.ilproj | 27 +----------- .../interlocked/rva_rvastatic2.ilproj | 27 +----------- .../interlocked/rva_rvastatic3.ilproj | 27 +----------- .../interlocked/rva_rvastatic4.ilproj | 27 +----------- .../Directed/intrinsic/pow/pow0_cs_d.csproj | 26 +---------- .../Directed/intrinsic/pow/pow0_cs_do.csproj | 26 +---------- .../Directed/intrinsic/pow/pow0_cs_r.csproj | 26 +---------- .../Directed/intrinsic/pow/pow0_cs_ro.csproj | 26 +---------- .../JIT/Directed/intrinsic/pow/pow1.csproj | 26 +---------- .../Directed/intrinsic/pow/pow2_cs_d.csproj | 26 +---------- .../Directed/intrinsic/pow/pow2_cs_do.csproj | 26 +---------- .../Directed/intrinsic/pow/pow2_cs_r.csproj | 26 +---------- .../Directed/intrinsic/pow/pow2_cs_ro.csproj | 26 +---------- .../Directed/intrinsic/pow/pow3_cs_d.csproj | 26 +---------- .../Directed/intrinsic/pow/pow3_cs_do.csproj | 26 +---------- .../Directed/intrinsic/pow/pow3_cs_r.csproj | 26 +---------- .../Directed/intrinsic/pow/pow3_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/leave/catch1_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/catch1_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/catch2_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/catch2_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/catch3_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/catch3_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/filter1_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/filter1_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/filter2_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/filter2_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/filter3_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/filter3_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/try1_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/try1_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/try2_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/try2_r.ilproj | 27 +----------- .../src/JIT/Directed/leave/try3_d.ilproj | 26 +---------- .../src/JIT/Directed/leave/try3_r.ilproj | 27 +----------- .../JIT/Directed/lifetime/lifetime1.csproj | 26 +---------- .../JIT/Directed/lifetime/lifetime2.csproj | 26 +---------- .../Directed/localloc/localloc3_cs_d.csproj | 26 +---------- .../Directed/localloc/localloc3_cs_do.csproj | 26 +---------- .../Directed/localloc/localloc3_cs_r.csproj | 26 +---------- .../Directed/localloc/localloc3_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/newarr/newarr.csproj | 31 ++----------- .../Desktop/boxunboxvaluetype_do.csproj | 29 +------------ .../Desktop/boxunboxvaluetype_r.csproj | 29 +------------ .../Desktop/boxunboxvaluetype_ro.csproj | 29 +------------ .../Desktop/nullcomparaison_d.csproj | 26 +---------- .../Desktop/nullcomparaison_do.csproj | 26 +---------- .../Desktop/nullcomparaison_r.csproj | 26 +---------- .../Desktop/nullcomparaison_ro.csproj | 26 +---------- .../nullabletypes/boxunboxenum_d.csproj | 29 +------------ .../nullabletypes/boxunboxenum_do.csproj | 29 +------------ .../nullabletypes/boxunboxenum_r.csproj | 29 +------------ .../nullabletypes/boxunboxenum_ro.csproj | 29 +------------ .../nullabletypes/boxunboxinterface_d.csproj | 29 +------------ .../nullabletypes/boxunboxinterface_do.csproj | 29 +------------ .../nullabletypes/boxunboxinterface_r.csproj | 29 +------------ .../nullabletypes/boxunboxinterface_ro.csproj | 29 +------------ .../nullabletypes/castclassenum_d.csproj | 29 +------------ .../nullabletypes/castclassenum_do.csproj | 29 +------------ .../nullabletypes/castclassenum_r.csproj | 29 +------------ .../nullabletypes/castclassenum_ro.csproj | 29 +------------ .../nullabletypes/castclassinterface_d.csproj | 29 +------------ .../castclassinterface_do.csproj | 29 +------------ .../nullabletypes/castclassinterface_r.csproj | 29 +------------ .../castclassinterface_ro.csproj | 29 +------------ .../nullabletypes/castclassvaluetype_d.csproj | 29 +------------ .../castclassvaluetype_do.csproj | 29 +------------ .../nullabletypes/castclassvaluetype_r.csproj | 29 +------------ .../castclassvaluetype_ro.csproj | 29 +------------ .../nullabletypes/constructor_d.csproj | 28 ++---------- .../nullabletypes/constructor_do.csproj | 26 +---------- .../nullabletypes/constructor_r.csproj | 28 ++---------- .../nullabletypes/constructor_ro.csproj | 26 +---------- .../Directed/nullabletypes/hashcode_d.csproj | 29 +------------ .../Directed/nullabletypes/hashcode_do.csproj | 27 +----------- .../Directed/nullabletypes/hashcode_r.csproj | 29 +------------ .../Directed/nullabletypes/hashcode_ro.csproj | 27 +----------- .../Directed/nullabletypes/hasvalue_d.csproj | 28 ++---------- .../Directed/nullabletypes/hasvalue_do.csproj | 26 +---------- .../Directed/nullabletypes/hasvalue_r.csproj | 28 ++---------- .../Directed/nullabletypes/hasvalue_ro.csproj | 26 +---------- .../nullabletypes/invocation_d.csproj | 28 ++---------- .../nullabletypes/invocation_do.csproj | 26 +---------- .../nullabletypes/invocation_r.csproj | 28 ++---------- .../nullabletypes/invocation_ro.csproj | 26 +---------- .../Directed/nullabletypes/isinst2_d.csproj | 26 +---------- .../Directed/nullabletypes/isinst2_do.csproj | 26 +---------- .../Directed/nullabletypes/isinst2_r.csproj | 26 +---------- .../Directed/nullabletypes/isinst2_ro.csproj | 26 +---------- .../Directed/nullabletypes/isinst_d.csproj | 26 +---------- .../Directed/nullabletypes/isinst_do.csproj | 29 +------------ .../Directed/nullabletypes/isinst_r.csproj | 26 +---------- .../Directed/nullabletypes/isinst_ro.csproj | 26 +---------- .../nullabletypes/isinstboxed_d.csproj | 26 +---------- .../nullabletypes/isinstboxed_do.csproj | 26 +---------- .../nullabletypes/isinstboxed_r.csproj | 26 +---------- .../nullabletypes/isinstboxed_ro.csproj | 26 +---------- .../nullabletypes/isinstenum_d.csproj | 26 +---------- .../nullabletypes/isinstenum_do.csproj | 26 +---------- .../nullabletypes/isinstenum_r.csproj | 26 +---------- .../nullabletypes/isinstenum_ro.csproj | 26 +---------- .../nullabletypes/isinstgenerics_d.csproj | 26 +---------- .../nullabletypes/isinstgenerics_do.csproj | 26 +---------- .../nullabletypes/isinstgenerics_r.csproj | 26 +---------- .../nullabletypes/isinstgenerics_ro.csproj | 26 +---------- .../nullabletypes/isinstinterface_d.csproj | 26 +---------- .../nullabletypes/isinstinterface_do.csproj | 26 +---------- .../nullabletypes/isinstinterface_r.csproj | 26 +---------- .../nullabletypes/isinstinterface_ro.csproj | 26 +---------- .../nullabletypes/isinstvaluetype_d.csproj | 26 +---------- .../nullabletypes/isinstvaluetype_do.csproj | 29 +------------ .../nullabletypes/isinstvaluetype_r.csproj | 26 +---------- .../nullabletypes/isinstvaluetype_ro.csproj | 26 +---------- .../Directed/nullabletypes/tostring_d.csproj | 28 ++---------- .../Directed/nullabletypes/tostring_do.csproj | 26 +---------- .../Directed/nullabletypes/tostring_r.csproj | 28 ++---------- .../Directed/nullabletypes/tostring_ro.csproj | 26 +---------- .../nullabletypes/unboxnullable_d.csproj | 27 +----------- .../nullabletypes/unboxnullable_do.csproj | 27 +----------- .../nullabletypes/unboxnullable_r.csproj | 27 +----------- .../nullabletypes/unboxnullable_ro.csproj | 27 +----------- .../JIT/Directed/nullabletypes/value_d.csproj | 27 +----------- .../Directed/nullabletypes/value_do.csproj | 27 +----------- .../JIT/Directed/nullabletypes/value_r.csproj | 29 +------------ .../Directed/nullabletypes/value_ro.csproj | 27 +----------- .../perffix/commutativecse/ccse_cs_d.csproj | 26 +---------- .../perffix/commutativecse/ccse_cs_do.csproj | 26 +---------- .../perffix/commutativecse/ccse_cs_r.csproj | 26 +---------- .../perffix/commutativecse/ccse_cs_ro.csproj | 26 +---------- .../perffix/primitivevt/callconv1_cs_d.csproj | 28 ++---------- .../primitivevt/callconv1_cs_do.csproj | 26 +---------- .../perffix/primitivevt/callconv1_cs_r.csproj | 28 ++---------- .../primitivevt/callconv1_cs_ro.csproj | 26 +---------- .../perffix/primitivevt/callconv2_cs_d.csproj | 28 ++---------- .../primitivevt/callconv2_cs_do.csproj | 26 +---------- .../perffix/primitivevt/callconv2_cs_r.csproj | 28 ++---------- .../primitivevt/callconv2_cs_ro.csproj | 26 +---------- .../perffix/primitivevt/callconv3_il_d.ilproj | 27 +----------- .../perffix/primitivevt/callconv3_il_r.ilproj | 26 +---------- .../perffix/primitivevt/identity3_il_d.ilproj | 27 +----------- .../perffix/primitivevt/identity3_il_r.ilproj | 26 +---------- .../perffix/primitivevt/mixed1_cs_d.csproj | 26 +---------- .../perffix/primitivevt/mixed1_cs_do.csproj | 27 +----------- .../perffix/primitivevt/mixed1_cs_r.csproj | 26 +---------- .../perffix/primitivevt/mixed1_cs_ro.csproj | 27 +----------- .../perffix/primitivevt/mixed2_cs_d.csproj | 26 +---------- .../perffix/primitivevt/mixed2_cs_do.csproj | 26 +---------- .../perffix/primitivevt/mixed2_cs_r.csproj | 26 +---------- .../perffix/primitivevt/mixed2_cs_ro.csproj | 26 +---------- .../primitivevt/nativeinthelper.ilproj | 29 +------------ .../pinning/object-pin/object-pin.ilproj | 24 +---------- .../JIT/Directed/pinvoke/calli_excep.ilproj | 28 +----------- .../src/JIT/Directed/pinvoke/jump.ilproj | 28 +----------- .../JIT/Directed/pinvoke/pinvoke-bug.csproj | 27 +----------- .../Directed/pinvoke/pinvoke-examples.csproj | 27 +----------- .../pinvoke/preemptive_cooperative.ilproj | 27 +----------- .../tests/src/JIT/Directed/pinvoke/sin.csproj | 27 +----------- .../JIT/Directed/pinvoke/sysinfo_cs.csproj | 27 +----------- .../JIT/Directed/pinvoke/sysinfo_il.ilproj | 28 +----------- .../src/JIT/Directed/pinvoke/tail.ilproj | 23 +--------- .../Directed/refbyref/byref2iu_il_d.ilproj | 26 +---------- .../Directed/refbyref/byref2iu_il_r.ilproj | 26 +---------- .../refbyref/byrefconvert_il_d.ilproj | 26 +---------- .../refbyref/byrefconvert_il_r.ilproj | 27 +----------- .../Directed/refbyref/ref2byref_il_d.ilproj | 26 +---------- .../Directed/refbyref/ref2byref_il_r.ilproj | 26 +---------- .../JIT/Directed/refbyref/ref2iu_il_d.ilproj | 26 +---------- .../JIT/Directed/refbyref/ref2iu_il_r.ilproj | 26 +---------- .../refbyref/refpinned2iu_il_d.ilproj | 26 +---------- .../refbyref/refpinned2iu_il_r.ilproj | 26 +---------- .../rvastatics/RVAOrderingTest.ilproj | 24 +---------- .../JIT/Directed/rvastatics/rvastatic1.ilproj | 27 +----------- .../JIT/Directed/rvastatics/rvastatic2.ilproj | 27 +----------- .../JIT/Directed/rvastatics/rvastatic3.ilproj | 27 +----------- .../JIT/Directed/rvastatics/rvastatic4.ilproj | 27 +----------- .../JIT/Directed/rvastatics/rvastatic5.ilproj | 27 +----------- .../src/JIT/Directed/shift/int16_cs_d.csproj | 26 +---------- .../src/JIT/Directed/shift/int16_cs_do.csproj | 26 +---------- .../src/JIT/Directed/shift/int16_cs_r.csproj | 26 +---------- .../src/JIT/Directed/shift/int16_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/shift/int16_d.csproj | 26 +---------- .../src/JIT/Directed/shift/int16_do.csproj | 26 +---------- .../src/JIT/Directed/shift/int16_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/int16_ro.csproj | 28 ++---------- .../src/JIT/Directed/shift/int32_cs_d.csproj | 26 +---------- .../src/JIT/Directed/shift/int32_cs_do.csproj | 26 +---------- .../src/JIT/Directed/shift/int32_cs_r.csproj | 26 +---------- .../src/JIT/Directed/shift/int32_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/shift/int32_d.csproj | 26 +---------- .../src/JIT/Directed/shift/int32_do.csproj | 26 +---------- .../src/JIT/Directed/shift/int32_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/int32_ro.csproj | 28 ++---------- .../src/JIT/Directed/shift/int64_d.csproj | 26 +---------- .../src/JIT/Directed/shift/int64_do.csproj | 26 +---------- .../src/JIT/Directed/shift/int64_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/int64_ro.csproj | 28 ++---------- .../src/JIT/Directed/shift/int8_il_d.ilproj | 26 +---------- .../src/JIT/Directed/shift/int8_il_r.ilproj | 27 +----------- .../JIT/Directed/shift/nativeint_il_d.ilproj | 26 +---------- .../JIT/Directed/shift/nativeint_il_r.ilproj | 27 +----------- .../JIT/Directed/shift/nativeuint_il_d.ilproj | 26 +---------- .../JIT/Directed/shift/nativeuint_il_r.ilproj | 27 +----------- .../src/JIT/Directed/shift/uint16_cs_d.csproj | 26 +---------- .../JIT/Directed/shift/uint16_cs_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint16_cs_r.csproj | 26 +---------- .../JIT/Directed/shift/uint16_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/shift/uint16_d.csproj | 26 +---------- .../src/JIT/Directed/shift/uint16_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint16_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/uint16_ro.csproj | 32 ++------------ .../src/JIT/Directed/shift/uint32_cs_d.csproj | 26 +---------- .../JIT/Directed/shift/uint32_cs_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint32_cs_r.csproj | 26 +---------- .../JIT/Directed/shift/uint32_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/shift/uint32_d.csproj | 26 +---------- .../src/JIT/Directed/shift/uint32_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint32_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/uint32_ro.csproj | 28 ++---------- .../src/JIT/Directed/shift/uint64Opt_d.csproj | 26 +---------- .../JIT/Directed/shift/uint64Opt_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint64Opt_r.csproj | 30 ++----------- .../JIT/Directed/shift/uint64Opt_ro.csproj | 28 ++---------- .../src/JIT/Directed/shift/uint64_d.csproj | 26 +---------- .../src/JIT/Directed/shift/uint64_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint64_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/uint64_ro.csproj | 28 ++---------- .../src/JIT/Directed/shift/uint8_cs_d.csproj | 26 +---------- .../src/JIT/Directed/shift/uint8_cs_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint8_cs_r.csproj | 26 +---------- .../src/JIT/Directed/shift/uint8_cs_ro.csproj | 26 +---------- .../src/JIT/Directed/shift/uint8_d.csproj | 26 +---------- .../src/JIT/Directed/shift/uint8_do.csproj | 26 +---------- .../src/JIT/Directed/shift/uint8_r.csproj | 30 ++----------- .../src/JIT/Directed/shift/uint8_ro.csproj | 28 ++---------- .../src/JIT/Directed/tailcall/tailcall.ilproj | 28 ++---------- .../src/JIT/Directed/throwbox/fault.ilproj | 27 +----------- .../src/JIT/Directed/throwbox/filter.ilproj | 27 +----------- .../src/JIT/Directed/throwbox/finally.ilproj | 27 +----------- .../src/JIT/Directed/throwbox/rethrow.ilproj | 27 +----------- .../Directed/tls/mutualrecurthd-tls.ilproj | 27 +----------- .../src/JIT/Directed/tls/test-tls.ilproj | 27 +----------- .../JIT/Directed/zeroinit/Dev10_863995.ilproj | 27 +----------- .../JIT/Directed/zeroinit/init_byte.ilproj | 27 +----------- .../JIT/Directed/zeroinit/init_int32.ilproj | 27 +----------- .../JIT/Directed/zeroinit/init_int64.ilproj | 27 +----------- .../JIT/Directed/zeroinit/init_struct.ilproj | 27 +----------- .../JIT/Directed/zeroinit/init_uint32.ilproj | 27 +----------- .../JIT/Directed/zeroinit/init_uint64.ilproj | 27 +----------- .../src/JIT/Directed/zeroinit/tail.ilproj | 27 +----------- .../JIT/{dir.props => Directory.Build.props} | 4 +- .../ConstructedTypes/Jagged/Struct01.csproj | 26 +---------- .../Jagged/Struct01_instance.csproj | 26 +---------- .../ConstructedTypes/Jagged/class01.csproj | 26 +---------- .../Jagged/class01_instance.csproj | 26 +---------- .../Jagged/class01_static.csproj | 26 +---------- .../ConstructedTypes/Jagged/class02.csproj | 26 +---------- .../ConstructedTypes/Jagged/class03.csproj | 26 +---------- .../ConstructedTypes/Jagged/class04.csproj | 26 +---------- .../ConstructedTypes/Jagged/class05.csproj | 26 +---------- .../ConstructedTypes/Jagged/class06.csproj | 26 +---------- .../ConstructedTypes/Jagged/class07.csproj | 26 +---------- .../ConstructedTypes/Jagged/struc01.csproj | 26 +---------- .../Jagged/struct01_static.csproj | 26 +---------- .../ConstructedTypes/Jagged/struct02.csproj | 26 +---------- .../ConstructedTypes/Jagged/struct03.csproj | 26 +---------- .../ConstructedTypes/Jagged/struct04.csproj | 26 +---------- .../ConstructedTypes/Jagged/struct05.csproj | 26 +---------- .../ConstructedTypes/Jagged/struct06.csproj | 26 +---------- .../ConstructedTypes/Jagged/struct07.csproj | 26 +---------- .../ConstructedTypes/MultiDim/class01.csproj | 26 +---------- .../MultiDim/class01_instance.csproj | 26 +---------- .../MultiDim/class01_static.csproj | 26 +---------- .../ConstructedTypes/MultiDim/struct01.csproj | 26 +---------- .../MultiDim/struct01_instance.csproj | 26 +---------- .../MultiDim/struct01_static.csproj | 26 +---------- .../TypeParameters/Jagged/class01.csproj | 29 +------------ .../TypeParameters/Jagged/struct01.csproj | 26 +---------- .../TypeParameters/MultiDim/class01.csproj | 26 +---------- .../TypeParameters/MultiDim/struct01.csproj | 26 +---------- .../ConstrainedCall/class1_cs_d.csproj | 26 +---------- .../ConstrainedCall/class1_cs_do.csproj | 26 +---------- .../ConstrainedCall/class1_cs_r.csproj | 26 +---------- .../ConstrainedCall/class1_cs_ro.csproj | 26 +---------- .../ConstrainedCall/class1_il_d.ilproj | 26 +---------- .../ConstrainedCall/class1_il_r.ilproj | 26 +---------- .../ConstrainedCall/class2_cs_d.csproj | 26 +---------- .../ConstrainedCall/class2_cs_do.csproj | 26 +---------- .../ConstrainedCall/class2_cs_r.csproj | 26 +---------- .../ConstrainedCall/class2_cs_ro.csproj | 26 +---------- .../ConstrainedCall/class2_il_d.ilproj | 26 +---------- .../ConstrainedCall/class2_il_r.ilproj | 26 +---------- .../Generics/ConstrainedCall/vt1_cs_d.csproj | 26 +---------- .../Generics/ConstrainedCall/vt1_cs_do.csproj | 26 +---------- .../Generics/ConstrainedCall/vt1_cs_r.csproj | 26 +---------- .../Generics/ConstrainedCall/vt1_cs_ro.csproj | 26 +---------- .../Generics/ConstrainedCall/vt1_il_d.ilproj | 26 +---------- .../Generics/ConstrainedCall/vt1_il_r.ilproj | 27 +----------- .../Generics/ConstrainedCall/vt2_cs_d.csproj | 29 +------------ .../Generics/ConstrainedCall/vt2_cs_do.csproj | 29 +------------ .../Generics/ConstrainedCall/vt2_cs_r.csproj | 29 +------------ .../Generics/ConstrainedCall/vt2_cs_ro.csproj | 29 +------------ .../Generics/ConstrainedCall/vt2_il_d.ilproj | 29 +------------ .../Generics/ConstrainedCall/vt2_il_r.ilproj | 27 +----------- .../Generics/ConstrainedCall/vt3_cs_d.csproj | 26 +---------- .../Generics/ConstrainedCall/vt3_cs_do.csproj | 26 +---------- .../Generics/ConstrainedCall/vt3_cs_r.csproj | 26 +---------- .../Generics/ConstrainedCall/vt3_cs_ro.csproj | 26 +---------- .../Generics/ConstrainedCall/vt3_il_d.ilproj | 26 +---------- .../Generics/ConstrainedCall/vt3_il_r.ilproj | 27 +----------- .../Generics/ConstrainedCall/vt4_cs_d.csproj | 26 +---------- .../Generics/ConstrainedCall/vt4_cs_do.csproj | 26 +---------- .../Generics/ConstrainedCall/vt4_cs_r.csproj | 26 +---------- .../Generics/ConstrainedCall/vt4_cs_ro.csproj | 26 +---------- .../Generics/ConstrainedCall/vt4_il_d.ilproj | 26 +---------- .../Generics/ConstrainedCall/vt4_il_r.ilproj | 26 +---------- .../Constraints/Call_instance01_d.csproj | 26 +---------- .../Constraints/Call_instance01_do.csproj | 26 +---------- .../Constraints/Call_instance01_r.csproj | 30 ++----------- .../Constraints/Call_instance01_ro.csproj | 28 ++---------- .../Constraints/call_instance01.csproj | 26 +---------- .../Generics/Constraints/call_static01.csproj | 26 +---------- .../Constraints/convert_instance01.csproj | 26 +---------- .../Constraints/convert_static01.csproj | 26 +---------- .../Constraints/transitive_instance01.csproj | 26 +---------- .../Constraints/transitive_static01.csproj | 26 +---------- .../Conversions/Boxing/box_unbox01.csproj | 26 +---------- .../Conversions/Reference/gentogen01.csproj | 29 +------------ .../Conversions/Reference/gentogen02.csproj | 29 +------------ .../Conversions/Reference/gentogen03.csproj | 29 +------------ .../Reference/gentonongen01.csproj | 29 +------------ .../Reference/gentonongen02.csproj | 26 +---------- .../Reference/gentonongen03.csproj | 26 +---------- .../Reference/nongentogen01.csproj | 29 +------------ .../Reference/nongentogen02.csproj | 29 +------------ .../Reference/nongentogen03.csproj | 29 +------------ .../Generics/Coverage/chaos55915408cs.csproj | 29 +------------ .../Coverage/chaos55915408cs_o.csproj | 29 +------------ .../Generics/Coverage/chaos56200037cs.csproj | 29 +------------ .../Coverage/chaos56200037cs_o.csproj | 29 +------------ .../Generics/Coverage/chaos65204782cs.csproj | 27 +----------- .../Coverage/chaos65204782cs_o.csproj | 27 +----------- .../general_class_instance01.csproj | 29 +------------ .../Exceptions/general_class_static01.csproj | 29 +------------ .../general_struct_instance01.csproj | 29 +------------ .../Exceptions/general_struct_static01.csproj | 29 +------------ .../specific_class_instance01.csproj | 26 +---------- .../specific_class_instance02.csproj | 26 +---------- .../Exceptions/specific_class_static01.csproj | 26 +---------- .../Exceptions/specific_class_static02.csproj | 26 +---------- .../specific_struct_instance01.csproj | 26 +---------- .../specific_struct_instance02.csproj | 26 +---------- .../specific_struct_static01.csproj | 26 +---------- .../specific_struct_static02.csproj | 26 +---------- .../Fields/getclassfrommethodparam.csproj | 27 +----------- .../Fields/instance_assignment_class01.csproj | 26 +---------- .../instance_assignment_struct01.csproj | 26 +---------- .../Fields/instance_equalnull_class01.csproj | 26 +---------- .../Fields/instance_equalnull_struct01.csproj | 26 +---------- .../Fields/instance_passing_class01.csproj | 26 +---------- .../Fields/instance_passing_struct01.csproj | 26 +---------- .../Fields/static_assignment_class01.csproj | 26 +---------- .../Fields/static_assignment_struct01.csproj | 26 +---------- .../Fields/static_equalnull_class01.csproj | 26 +---------- .../Fields/static_equalnull_struct01.csproj | 26 +---------- .../Fields/static_passing_class01.csproj | 26 +---------- .../Fields/static_passing_struct01.csproj | 26 +---------- .../Instantiation/Classes/baseclass01.csproj | 29 +------------ .../Instantiation/Classes/baseclass02.csproj | 29 +------------ .../Instantiation/Classes/baseclass03.csproj | 29 +------------ .../Instantiation/Classes/baseclass04.csproj | 26 +---------- .../Instantiation/Classes/baseclass05.csproj | 29 +------------ .../Instantiation/Classes/class01.csproj | 29 +------------ .../Instantiation/Classes/class02.csproj | 26 +---------- .../Instantiation/Classes/class03.csproj | 29 +------------ .../Instantiation/Interfaces/class01.csproj | 29 +------------ .../Instantiation/Interfaces/class02.csproj | 29 +------------ .../Instantiation/Interfaces/class03.csproj | 29 +------------ .../Instantiation/Interfaces/class04.csproj | 29 +------------ .../Instantiation/Interfaces/class05.csproj | 29 +------------ .../Instantiation/Interfaces/struct01.csproj | 29 +------------ .../Instantiation/Interfaces/struct02.csproj | 29 +------------ .../Instantiation/Interfaces/struct03.csproj | 29 +------------ .../Instantiation/Interfaces/struct04.csproj | 29 +------------ .../Instantiation/Interfaces/struct05.csproj | 29 +------------ .../Instantiation/Structs/struct01.csproj | 29 +------------ .../Instantiation/Structs/struct02.csproj | 26 +---------- .../Instantiation/Structs/struct03.csproj | 29 +------------ .../delegates/Delegate001.csproj | 26 +---------- .../delegates/Delegate002.csproj | 26 +---------- .../delegates/Delegate003.csproj | 26 +---------- .../delegates/Delegate004.csproj | 26 +---------- .../delegates/Delegate005.csproj | 26 +---------- .../delegates/Delegate006.csproj | 26 +---------- .../delegates/Delegate007.csproj | 26 +---------- .../delegates/Delegate008.csproj | 26 +---------- .../delegates/Delegate009.csproj | 26 +---------- .../delegates/Delegate010.csproj | 26 +---------- .../delegates/Delegate011.csproj | 26 +---------- .../delegates/Delegate012.csproj | 26 +---------- .../delegates/Delegate013.csproj | 26 +---------- .../delegates/Delegate014.csproj | 26 +---------- .../delegates/Delegate015.csproj | 26 +---------- .../delegates/Delegate016.csproj | 26 +---------- .../delegates/Delegate017.csproj | 26 +---------- .../delegates/Delegate018.csproj | 26 +---------- .../delegates/Delegate019.csproj | 26 +---------- .../delegates/Delegate020.csproj | 26 +---------- .../delegates/Delegate021.csproj | 26 +---------- .../delegates/Delegate022.csproj | 26 +---------- .../delegates/Delegate023.csproj | 26 +---------- .../delegates/Delegate024.csproj | 26 +---------- .../delegates/Delegate025.csproj | 26 +---------- .../delegates/Delegate026.csproj | 26 +---------- .../delegates/Delegate027.csproj | 26 +---------- .../delegates/Delegate028.csproj | 26 +---------- .../delegates/Delegate029.csproj | 26 +---------- .../delegates/Delegate030.csproj | 26 +---------- .../delegates/Delegate031.csproj | 26 +---------- .../delegates/Delegate032.csproj | 26 +---------- .../Locals/instance_assignment_class01.csproj | 26 +---------- .../instance_assignment_struct01.csproj | 26 +---------- .../Locals/instance_equalnull_class01.csproj | 26 +---------- .../Locals/instance_equalnull_struct01.csproj | 26 +---------- .../Locals/instance_passing_class01.csproj | 26 +---------- .../Locals/instance_passing_struct01.csproj | 26 +---------- .../Locals/static_assignment_class01.csproj | 26 +---------- .../Locals/static_assignment_struct01.csproj | 26 +---------- .../Locals/static_equalnull_class01.csproj | 26 +---------- .../Locals/static_equalnull_struct01.csproj | 26 +---------- .../Locals/static_passing_class01.csproj | 26 +---------- .../Locals/static_passing_struct01.csproj | 26 +---------- .../MemberAccess/class_instance01.csproj | 26 +---------- .../MemberAccess/class_static01.csproj | 26 +---------- .../MemberAccess/interface_class01.csproj | 26 +---------- .../MemberAccess/interface_class02.csproj | 26 +---------- .../MemberAccess/interface_struct01.csproj | 26 +---------- .../MemberAccess/interface_struct02.csproj | 26 +---------- .../MemberAccess/struct_instance01.csproj | 26 +---------- .../MemberAccess/struct_static01.csproj | 26 +---------- .../instance_assignment_class01.csproj | 26 +---------- .../instance_assignment_struct01.csproj | 26 +---------- .../instance_equalnull_class01.csproj | 26 +---------- .../instance_equalnull_struct01.csproj | 26 +---------- .../instance_passing_class01.csproj | 26 +---------- .../instance_passing_struct01.csproj | 26 +---------- .../static_assignment_class01.csproj | 26 +---------- .../static_assignment_struct01.csproj | 26 +---------- .../static_equalnull_class01.csproj | 26 +---------- .../static_equalnull_struct01.csproj | 26 +---------- .../Parameters/static_passing_class01.csproj | 26 +---------- .../Parameters/static_passing_struct01.csproj | 26 +---------- .../TypeParameters/default_class01.csproj | 26 +---------- .../TypeParameters/default_struct01.csproj | 26 +---------- .../src/JIT/Generics/Typeof/class01.csproj | 26 +---------- .../src/JIT/Generics/Typeof/class02.csproj | 26 +---------- .../src/JIT/Generics/Typeof/class03.csproj | 26 +---------- .../JIT/Generics/Typeof/dynamicTypes.csproj | 26 +---------- .../JIT/Generics/Typeof/objectBoxing.csproj | 26 +---------- .../Generics/Typeof/refTypesdynamic.csproj | 26 +---------- .../src/JIT/Generics/Typeof/struct01.csproj | 26 +---------- .../src/JIT/Generics/Typeof/struct02.csproj | 26 +---------- .../src/JIT/Generics/Typeof/struct03.csproj | 26 +---------- .../Generics/Typeof/valueTypeBoxing.csproj | 26 +---------- .../JIT/Generics/pinvoke/instance01.csproj | 27 +----------- .../JIT/Generics/pinvoke/instance02.csproj | 27 +----------- .../JIT/Generics/pinvoke/instance03.csproj | 27 +----------- .../src/JIT/Generics/pinvoke/static01.csproj | 27 +----------- .../src/JIT/Generics/pinvoke/static02.csproj | 27 +----------- .../regression/DDB148379/ddb148379.ilproj | 27 +----------- .../JIT/HardwareIntrinsics/Arm64/Base.csproj | 25 +---------- .../HardwareIntrinsics/Arm64/Crypto.csproj | 23 +--------- .../JIT/HardwareIntrinsics/Arm64/Simd.csproj | 25 +---------- .../General/Directory.Build.props | 7 +++ .../NotSupported/NotSupported_r.csproj | 25 +---------- .../NotSupported/NotSupported_ro.csproj | 23 +--------- .../General/Vector128/Vector128_r.csproj | 25 +---------- .../General/Vector128/Vector128_ro.csproj | 23 +--------- .../General/Vector128_1/Vector128_1_r.csproj | 26 +---------- .../General/Vector128_1/Vector128_1_ro.csproj | 23 +--------- .../General/Vector256/Vector256_r.csproj | 25 +---------- .../General/Vector256/Vector256_ro.csproj | 23 +--------- .../General/Vector256_1/Vector256_1_r.csproj | 25 +---------- .../General/Vector256_1/Vector256_1_ro.csproj | 23 +--------- .../General/Vector64/Vector64_r.csproj | 25 +---------- .../General/Vector64/Vector64_ro.csproj | 23 +--------- .../General/Vector64_1/Vector64_1_r.csproj | 25 +---------- .../General/Vector64_1/Vector64_1_ro.csproj | 23 +--------- .../JIT/HardwareIntrinsics/General/dir.props | 7 --- .../HardwareIntrinsics/X86/Aes/Aes_r.csproj | 25 +---------- .../HardwareIntrinsics/X86/Aes/Aes_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Avx/Avx_r.csproj | 25 +---------- .../HardwareIntrinsics/X86/Avx/Avx_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Avx/Blend_r.csproj | 25 +---------- .../X86/Avx/Blend_ro.csproj | 23 +--------- .../X86/Avx/CompareScalar_r.csproj | 25 +---------- .../X86/Avx/CompareScalar_ro.csproj | 23 +--------- .../X86/Avx/Compare_r.csproj | 25 +---------- .../X86/Avx/Compare_ro.csproj | 23 +--------- .../X86/Avx/ConvertToVector_r.csproj | 25 +---------- .../X86/Avx/ConvertToVector_ro.csproj | 23 +--------- .../X86/Avx/DotProduct_r.csproj | 25 +---------- .../X86/Avx/DotProduct_ro.csproj | 23 +--------- .../X86/Avx/HorizontalAdd_r.csproj | 28 ++---------- .../X86/Avx/HorizontalAdd_ro.csproj | 25 +---------- .../X86/Avx/HorizontalSubtract_r.csproj | 28 ++---------- .../X86/Avx/HorizontalSubtract_ro.csproj | 25 +---------- .../X86/Avx/LoadAlignedVector256_r.csproj | 25 +---------- .../X86/Avx/LoadAlignedVector256_ro.csproj | 23 +--------- .../X86/Avx/LoadDquVector256_r.csproj | 25 +---------- .../X86/Avx/LoadDquVector256_ro.csproj | 23 +--------- .../X86/Avx/MoveMask_r.csproj | 29 ++----------- .../X86/Avx/MoveMask_ro.csproj | 25 +---------- .../HardwareIntrinsics/X86/Avx/Sqrt_r.csproj | 25 +---------- .../HardwareIntrinsics/X86/Avx/Sqrt_ro.csproj | 23 +--------- .../X86/Avx/StoreAlignedNonTemporal_r.csproj | 25 +---------- .../X86/Avx/StoreAlignedNonTemporal_ro.csproj | 23 +--------- .../X86/Avx/StoreAligned_r.csproj | 25 +---------- .../X86/Avx/StoreAligned_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Avx/Store_r.csproj | 25 +---------- .../X86/Avx/Store_ro.csproj | 23 +--------- .../X86/Avx/UnpackHigh_r.csproj | 28 ++---------- .../X86/Avx/UnpackHigh_ro.csproj | 25 +---------- .../X86/Avx/UnpackLow_r.csproj | 28 ++---------- .../X86/Avx/UnpackLow_ro.csproj | 25 +---------- .../X86/Avx2/AddSaturate_r.csproj | 25 +---------- .../X86/Avx2/AddSaturate_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Avx2/Avx2_r.csproj | 37 ++++------------ .../X86/Avx2/Avx2_ro.csproj | 35 +++------------ .../BroadcastVector128ToVector256_r.csproj | 27 ++---------- .../BroadcastVector128ToVector256_ro.csproj | 25 +---------- .../X86/Avx2/ConvertToVector256_r.csproj | 25 +---------- .../X86/Avx2/ConvertToVector256_ro.csproj | 23 +--------- .../X86/Avx2/GatherMaskVector128_r.csproj | 25 +---------- .../X86/Avx2/GatherMaskVector128_ro.csproj | 23 +--------- .../X86/Avx2/GatherMaskVector256_r.csproj | 25 +---------- .../X86/Avx2/GatherMaskVector256_ro.csproj | 23 +--------- .../X86/Avx2/GatherVector128_r.csproj | 25 +---------- .../X86/Avx2/GatherVector128_ro.csproj | 23 +--------- .../X86/Avx2/GatherVector256_r.csproj | 25 +---------- .../X86/Avx2/GatherVector256_ro.csproj | 23 +--------- .../X86/Avx2/HorizontalAdd_r.csproj | 25 +---------- .../X86/Avx2/HorizontalAdd_ro.csproj | 23 +--------- .../X86/Avx2/HorizontalSubtract_r.csproj | 25 +---------- .../X86/Avx2/HorizontalSubtract_ro.csproj | 23 +--------- .../LoadAlignedVector256NonTemporal_r.csproj | 25 +---------- .../LoadAlignedVector256NonTemporal_ro.csproj | 23 +--------- .../X86/Avx2/MoveMask_r.csproj | 29 ++----------- .../X86/Avx2/MoveMask_ro.csproj | 25 +---------- .../X86/Avx2/Multiply_r.csproj | 27 ++---------- .../X86/Avx2/Multiply_ro.csproj | 25 +---------- .../Avx2/ShiftLeftLogicalVariable_r.csproj | 25 +---------- .../Avx2/ShiftLeftLogicalVariable_ro.csproj | 23 +--------- .../Avx2/ShiftRightLogicalVariable_r.csproj | 25 +---------- .../Avx2/ShiftRightLogicalVariable_ro.csproj | 23 +--------- .../X86/Avx2/SubtractSaturate_r.csproj | 25 +---------- .../X86/Avx2/SubtractSaturate_ro.csproj | 23 +--------- .../X86/Avx2/UnpackHigh_r.csproj | 25 +---------- .../X86/Avx2/UnpackHigh_ro.csproj | 23 +--------- .../X86/Avx2/UnpackLow_r.csproj | 25 +---------- .../X86/Avx2/UnpackLow_ro.csproj | 23 +--------- .../X86/Avx2_Vector128/Avx2_r.csproj | 25 +---------- .../X86/Avx2_Vector128/Avx2_ro.csproj | 23 +--------- .../X86/Avx_Vector128/Avx_r.csproj | 25 +---------- .../X86/Avx_Vector128/Avx_ro.csproj | 23 +--------- .../X86/Bmi1.X64/Bmi1.X64_r.csproj | 25 +---------- .../X86/Bmi1.X64/Bmi1.X64_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Bmi1/Bmi1_r.csproj | 25 +---------- .../X86/Bmi1/Bmi1_ro.csproj | 23 +--------- .../X86/Bmi2.X64/Bmi2.X64_r.csproj | 25 +---------- .../X86/Bmi2.X64/Bmi2.X64_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Bmi2/Bmi2_r.csproj | 25 +---------- .../X86/Bmi2/Bmi2_ro.csproj | 23 +--------- .../X86/Directory.Build.props | 7 +++ .../X86/Fma_Vector128/Fma_r.csproj | 25 +---------- .../X86/Fma_Vector128/Fma_ro.csproj | 23 +--------- .../X86/Fma_Vector256/Fma_r.csproj | 25 +---------- .../X86/Fma_Vector256/Fma_ro.csproj | 23 +--------- .../X86/General/IsSupported_r.csproj | 27 ++---------- .../X86/General/IsSupported_ro.csproj | 25 +---------- .../X86/General/VectorArgs_r.csproj | 25 +---------- .../X86/General/VectorArgs_ro.csproj | 23 +--------- .../X86/General/VectorArray_r.csproj | 25 +---------- .../X86/General/VectorArray_ro.csproj | 23 +--------- .../X86/General/VectorRet_r.csproj | 25 +---------- .../X86/General/VectorRet_ro.csproj | 23 +--------- .../X86/General/VectorUnused_r.csproj | 25 +---------- .../X86/General/VectorUnused_ro.csproj | 23 +--------- .../X86/Lzcnt.X64/Lzcnt.X64_r.csproj | 25 +---------- .../X86/Lzcnt.X64/Lzcnt.X64_ro.csproj | 23 +--------- .../X86/Lzcnt/Lzcnt_r.csproj | 25 +---------- .../X86/Lzcnt/Lzcnt_ro.csproj | 23 +--------- .../X86/Pclmulqdq/Pclmulqdq_r.csproj | 25 +---------- .../X86/Pclmulqdq/Pclmulqdq_ro.csproj | 23 +--------- .../X86/Popcnt.X64/Popcnt.X64_r.csproj | 25 +---------- .../X86/Popcnt.X64/Popcnt.X64_ro.csproj | 23 +--------- .../X86/Popcnt/Popcnt_r.csproj | 25 +---------- .../X86/Popcnt/Popcnt_ro.csproj | 23 +--------- .../GitHub_17435/GitHub_17435.csproj | 25 +---------- .../GitHub_17957/GitHub_17957_r.csproj | 25 +---------- .../GitHub_17957/GitHub_17957_ro.csproj | 23 +--------- .../GitHub_21666/GitHub_21666_r.csproj | 25 +---------- .../GitHub_21666/GitHub_21666_ro.csproj | 23 +--------- .../GitHub_21855/GitHub_21855_r.csproj | 25 +---------- .../GitHub_21855/GitHub_21855_ro.csproj | 23 +--------- .../GitHub_21899/GitHub_21899_r.csproj | 25 +---------- .../GitHub_21899/GitHub_21899_ro.csproj | 23 +--------- .../GitHub_22815/GitHub_22815_r.csproj | 25 +---------- .../GitHub_22815/GitHub_22815_ro.csproj | 23 +--------- .../GitHub_23438/GitHub_23438_r.csproj | 25 +---------- .../GitHub_23438/GitHub_23438_ro.csproj | 23 +--------- .../X86/Sse.X64/Sse.X64_r.csproj | 25 +---------- .../X86/Sse.X64/Sse.X64_ro.csproj | 23 +--------- .../Sse/ConvertToInt32WithTruncation_r.csproj | 25 +---------- .../ConvertToInt32WithTruncation_ro.csproj | 23 +--------- .../X86/Sse/ConvertToInt32_r.csproj | 25 +---------- .../X86/Sse/ConvertToInt32_ro.csproj | 23 +--------- .../X86/Sse/LoadAlignedVector128_r.csproj | 25 +---------- .../X86/Sse/LoadAlignedVector128_ro.csproj | 23 +--------- .../X86/Sse/LoadHigh_r.csproj | 25 +---------- .../X86/Sse/LoadHigh_ro.csproj | 23 +--------- .../X86/Sse/LoadLow_r.csproj | 25 +---------- .../X86/Sse/LoadLow_ro.csproj | 23 +--------- .../X86/Sse/MoveHighToLow_r.csproj | 25 +---------- .../X86/Sse/MoveHighToLow_ro.csproj | 23 +--------- .../X86/Sse/MoveLowToHigh_r.csproj | 25 +---------- .../X86/Sse/MoveLowToHigh_ro.csproj | 23 +--------- .../X86/Sse/MoveMask_r.csproj | 25 +---------- .../X86/Sse/MoveMask_ro.csproj | 23 +--------- .../X86/Sse/MoveScalar_r.csproj | 25 +---------- .../X86/Sse/MoveScalar_ro.csproj | 23 +--------- .../X86/Sse/Prefetch_r.csproj | 25 +---------- .../X86/Sse/Prefetch_ro.csproj | 23 +--------- .../X86/Sse/ReciprocalScalar_r.csproj | 25 +---------- .../X86/Sse/ReciprocalScalar_ro.csproj | 23 +--------- .../X86/Sse/ReciprocalSqrtScalar_r.csproj | 25 +---------- .../X86/Sse/ReciprocalSqrtScalar_ro.csproj | 23 +--------- .../X86/Sse/ReciprocalSqrt_r.csproj | 25 +---------- .../X86/Sse/ReciprocalSqrt_ro.csproj | 23 +--------- .../X86/Sse/Reciprocal_r.csproj | 25 +---------- .../X86/Sse/Reciprocal_ro.csproj | 23 +--------- .../X86/Sse/Shuffle_r.csproj | 25 +---------- .../X86/Sse/Shuffle_ro.csproj | 23 +--------- .../X86/Sse/SqrtScalar_r.csproj | 25 +---------- .../X86/Sse/SqrtScalar_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Sse/Sqrt_r.csproj | 25 +---------- .../HardwareIntrinsics/X86/Sse/Sqrt_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Sse/Sse_r.csproj | 25 +---------- .../HardwareIntrinsics/X86/Sse/Sse_ro.csproj | 23 +--------- .../X86/Sse/StoreAlignedNonTemporal_r.csproj | 25 +---------- .../X86/Sse/StoreAlignedNonTemporal_ro.csproj | 23 +--------- .../X86/Sse/StoreAligned_r.csproj | 25 +---------- .../X86/Sse/StoreAligned_ro.csproj | 23 +--------- .../X86/Sse/StoreFence_r.csproj | 25 +---------- .../X86/Sse/StoreFence_ro.csproj | 23 +--------- .../X86/Sse/StoreHigh_r.csproj | 25 +---------- .../X86/Sse/StoreHigh_ro.csproj | 23 +--------- .../X86/Sse/StoreLow_r.csproj | 25 +---------- .../X86/Sse/StoreLow_ro.csproj | 23 +--------- .../X86/Sse/StoreScalar_r.csproj | 25 +---------- .../X86/Sse/StoreScalar_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Sse/Store_r.csproj | 25 +---------- .../X86/Sse/Store_ro.csproj | 23 +--------- .../X86/Sse/UnpackHigh_r.csproj | 25 +---------- .../X86/Sse/UnpackHigh_ro.csproj | 23 +--------- .../X86/Sse/UnpackLow_r.csproj | 25 +---------- .../X86/Sse/UnpackLow_ro.csproj | 23 +--------- .../X86/Sse2.X64/Sse2.X64_r.csproj | 25 +---------- .../X86/Sse2.X64/Sse2.X64_ro.csproj | 23 +--------- .../X86/Sse2.X64/StoreNonTemporal_r.csproj | 27 ++---------- .../X86/Sse2.X64/StoreNonTemporal_ro.csproj | 25 +---------- .../ConvertScalarToVector128Double_r.csproj | 29 ++----------- .../ConvertScalarToVector128Double_ro.csproj | 27 +----------- .../ConvertScalarToVector128Single_r.csproj | 29 ++----------- .../ConvertScalarToVector128Single_ro.csproj | 27 +----------- .../X86/Sse2/LoadAlignedVector128_r.csproj | 25 +---------- .../X86/Sse2/LoadAlignedVector128_ro.csproj | 23 +--------- .../X86/Sse2/LoadFence_r.csproj | 25 +---------- .../X86/Sse2/LoadFence_ro.csproj | 23 +--------- .../X86/Sse2/LoadHigh_r.csproj | 29 ++----------- .../X86/Sse2/LoadHigh_ro.csproj | 27 +----------- .../X86/Sse2/LoadLow_r.csproj | 29 ++----------- .../X86/Sse2/LoadLow_ro.csproj | 27 +----------- .../X86/Sse2/MaskMove_r.csproj | 27 +----------- .../X86/Sse2/MaskMove_ro.csproj | 25 +---------- .../X86/Sse2/MemoryFence_r.csproj | 25 +---------- .../X86/Sse2/MemoryFence_ro.csproj | 23 +--------- .../X86/Sse2/MoveScalar.Int64_r.csproj | 29 ++----------- .../X86/Sse2/MoveScalar.Int64_ro.csproj | 27 +----------- .../X86/Sse2/MoveScalar.UInt64_r.csproj | 29 ++----------- .../X86/Sse2/MoveScalar.UInt64_ro.csproj | 27 +----------- .../X86/Sse2/MoveScalar_r.csproj | 29 ++----------- .../X86/Sse2/MoveScalar_ro.csproj | 27 +----------- .../X86/Sse2/MultiplyHigh_r.csproj | 29 ++----------- .../X86/Sse2/MultiplyHigh_ro.csproj | 27 +----------- .../X86/Sse2/Multiply_r.csproj | 29 ++----------- .../X86/Sse2/Multiply_ro.csproj | 27 +----------- .../X86/Sse2/SqrtScalar_r.csproj | 29 ++----------- .../X86/Sse2/SqrtScalar_ro.csproj | 27 +----------- .../HardwareIntrinsics/X86/Sse2/Sqrt_r.csproj | 29 ++----------- .../X86/Sse2/Sqrt_ro.csproj | 27 +----------- .../HardwareIntrinsics/X86/Sse2/Sse2_r.csproj | 25 +---------- .../X86/Sse2/Sse2_ro.csproj | 23 +--------- .../X86/Sse2/StoreAlignedNonTemporal_r.csproj | 25 +---------- .../Sse2/StoreAlignedNonTemporal_ro.csproj | 23 +--------- .../X86/Sse2/StoreAligned_r.csproj | 25 +---------- .../X86/Sse2/StoreAligned_ro.csproj | 23 +--------- .../X86/Sse2/StoreHigh_r.csproj | 25 +---------- .../X86/Sse2/StoreHigh_ro.csproj | 23 +--------- .../X86/Sse2/StoreLow_r.csproj | 25 +---------- .../X86/Sse2/StoreLow_ro.csproj | 23 +--------- .../X86/Sse2/StoreNonTemporal_r.csproj | 27 ++---------- .../X86/Sse2/StoreNonTemporal_ro.csproj | 25 +---------- .../X86/Sse2/StoreScalar_r.csproj | 25 +---------- .../X86/Sse2/StoreScalar_ro.csproj | 23 +--------- .../X86/Sse2/Store_r.csproj | 25 +---------- .../X86/Sse2/Store_ro.csproj | 23 +--------- .../JIT/HardwareIntrinsics/X86/Sse2/dir.props | 5 --- .../Sse3/LoadAndDuplicateToVector128_r.csproj | 25 +---------- .../LoadAndDuplicateToVector128_ro.csproj | 23 +--------- .../X86/Sse3/LoadDquVector128_r.csproj | 25 +---------- .../X86/Sse3/LoadDquVector128_ro.csproj | 23 +--------- .../X86/Sse3/MoveAndDuplicate_r.csproj | 25 +---------- .../X86/Sse3/MoveAndDuplicate_ro.csproj | 23 +--------- .../X86/Sse3/MoveHighAndDuplicate_r.csproj | 25 +---------- .../X86/Sse3/MoveHighAndDuplicate_ro.csproj | 23 +--------- .../X86/Sse3/MoveLowAndDuplicate_r.csproj | 25 +---------- .../X86/Sse3/MoveLowAndDuplicate_ro.csproj | 23 +--------- .../HardwareIntrinsics/X86/Sse3/Sse3_r.csproj | 25 +---------- .../X86/Sse3/Sse3_ro.csproj | 23 +--------- .../X86/Sse41.X64/Sse41.X64_r.csproj | 25 +---------- .../X86/Sse41.X64/Sse41.X64_ro.csproj | 23 +--------- .../X86/Sse41/Blend_r.csproj | 25 +---------- .../X86/Sse41/Blend_ro.csproj | 23 +--------- .../X86/Sse41/ConvertToVector128_r.csproj | 25 +---------- .../X86/Sse41/ConvertToVector128_ro.csproj | 23 +--------- .../X86/Sse41/DotProduct_r.csproj | 25 +---------- .../X86/Sse41/DotProduct_ro.csproj | 23 +--------- .../LoadAlignedVector128NonTemporal_r.csproj | 25 +---------- .../LoadAlignedVector128NonTemporal_ro.csproj | 23 +--------- .../X86/Sse41/MinHorizontal_r.csproj | 25 +---------- .../X86/Sse41/MinHorizontal_ro.csproj | 23 +--------- .../MultipleSumAbsoluteDifferences_r.csproj | 25 +---------- .../MultipleSumAbsoluteDifferences_ro.csproj | 23 +--------- .../X86/Sse41/Multiply_r.csproj | 27 ++---------- .../X86/Sse41/Multiply_ro.csproj | 25 +---------- .../X86/Sse41/Sse41_r.csproj | 43 +++++-------------- .../X86/Sse41/Sse41_ro.csproj | 41 +++++------------- .../Sse41_Overloaded_r.csproj | 25 +---------- .../Sse41_Overloaded_ro.csproj | 23 +--------- .../X86/Sse42.X64/Crc32_r.csproj | 25 +---------- .../X86/Sse42.X64/Crc32_ro.csproj | 23 +--------- .../X86/Sse42/Crc32_r.csproj | 25 +---------- .../X86/Sse42/Crc32_ro.csproj | 23 +--------- .../X86/Sse42/Sse42_r.csproj | 25 +---------- .../X86/Sse42/Sse42_ro.csproj | 23 +--------- .../X86/Ssse3/Ssse3_r.csproj | 25 +---------- .../X86/Ssse3/Ssse3_ro.csproj | 23 +--------- .../src/JIT/HardwareIntrinsics/X86/dir.props | 7 --- .../src/JIT/HardwareIntrinsics/dir.props | 3 -- .../JIT/IL_Conformance/Old/Base/add.ilproj | 27 +----------- .../IL_Conformance/Old/Base/add_ovf.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/and.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/beq.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/beq_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/bge.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/bge_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/bgt.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/bgt_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ble.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ble_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/blt.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/blt_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/bne.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/bne_s.ilproj | 27 +----------- .../src/JIT/IL_Conformance/Old/Base/br.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/br_s.ilproj | 27 +----------- .../IL_Conformance/Old/Base/brfalse.ilproj | 27 +----------- .../IL_Conformance/Old/Base/brfalse_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/brtrue.ilproj | 27 +----------- .../IL_Conformance/Old/Base/brtrue_s.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/call.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ceq.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/cgt.ilproj | 27 +----------- .../IL_Conformance/Old/Base/ckfinite.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/clt.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/conv.ilproj | 27 +----------- .../IL_Conformance/Old/Base/conv_ovf.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/cpblk.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/div.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/dup.ilproj | 27 +----------- .../IL_Conformance/Old/Base/initblk.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/jmp.ilproj | 27 +----------- .../IL_Conformance/Old/Base/ldarg_n.ilproj | 27 +----------- .../Old/Base/ldarg_starg.ilproj | 27 +----------- .../Old/Base/ldargs_stargs.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ldc.ilproj | 27 +----------- .../IL_Conformance/Old/Base/ldc_i4_n.ilproj | 27 +----------- .../Old/Base/ldftn_calli.ilproj | 27 +----------- .../Old/Base/ldind_stind.ilproj | 27 +----------- .../Old/Base/ldloc_stloc.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ldloca.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ldnull.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/mul.ilproj | 27 +----------- .../IL_Conformance/Old/Base/mul_ovf.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/neg.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/nop.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/not.ilproj | 27 +----------- .../src/JIT/IL_Conformance/Old/Base/or.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/pop.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/rem.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/ret.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/shl.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/shr.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/sub.ilproj | 27 +----------- .../IL_Conformance/Old/Base/sub_ovf.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/switch.ilproj | 27 +----------- .../IL_Conformance/Old/Base/tailcall.ilproj | 27 +----------- .../IL_Conformance/Old/Base/unaligned.ilproj | 27 +----------- .../IL_Conformance/Old/Base/volatile.ilproj | 27 +----------- .../JIT/IL_Conformance/Old/Base/xor.ilproj | 27 +----------- .../Old/Conformance_Base/ConvDLL.ilproj | 29 +------------ .../Old/Conformance_Base/Conv_I4.ilproj | 27 +----------- .../Old/Conformance_Base/Conv_I8.ilproj | 27 +----------- .../Old/Conformance_Base/Conv_R4.ilproj | 27 +----------- .../Old/Conformance_Base/add_I4.ilproj | 27 +----------- .../Old/Conformance_Base/add_i.ilproj | 27 +----------- .../Old/Conformance_Base/add_i8.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_i1.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_i2.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_i4.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_i8.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_u1.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_u2.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_u4.ilproj | 27 +----------- .../Old/Conformance_Base/add_ovf_u8.ilproj | 27 +----------- .../Old/Conformance_Base/add_r4.ilproj | 27 +----------- .../Old/Conformance_Base/add_r8.ilproj | 27 +----------- .../Old/Conformance_Base/and_u4.ilproj | 27 +----------- .../Old/Conformance_Base/and_u8.ilproj | 27 +----------- .../Old/Conformance_Base/beq_i.ilproj | 27 +----------- .../Old/Conformance_Base/beq_i4.ilproj | 27 +----------- .../Old/Conformance_Base/beq_i8.ilproj | 27 +----------- .../Old/Conformance_Base/beq_r4.ilproj | 27 +----------- .../Old/Conformance_Base/beq_r8.ilproj | 27 +----------- .../Old/Conformance_Base/bge_i4.ilproj | 27 +----------- .../Old/Conformance_Base/bge_i8.ilproj | 27 +----------- .../Old/Conformance_Base/bge_r4.ilproj | 27 +----------- .../Old/Conformance_Base/bge_r8.ilproj | 27 +----------- .../Old/Conformance_Base/bge_u.ilproj | 27 +----------- .../Old/Conformance_Base/bge_un_i4.ilproj | 27 +----------- .../Old/Conformance_Base/bge_un_i8.ilproj | 27 +----------- .../Old/Conformance_Base/bge_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/bge_un_r8.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_i4.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_i8.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_r4.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_r8.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_u.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_u4.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_u8.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/bgt_un_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ble_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ble_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ble_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ble_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ble_u.ilproj | 27 +----------- .../Old/Conformance_Base/ble_u4.ilproj | 27 +----------- .../Old/Conformance_Base/ble_u8.ilproj | 27 +----------- .../Old/Conformance_Base/ble_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ble_un_r8.ilproj | 27 +----------- .../Old/Conformance_Base/blt_i4.ilproj | 27 +----------- .../Old/Conformance_Base/blt_i8.ilproj | 27 +----------- .../Old/Conformance_Base/blt_r4.ilproj | 27 +----------- .../Old/Conformance_Base/blt_r8.ilproj | 27 +----------- .../Old/Conformance_Base/blt_u.ilproj | 27 +----------- .../Old/Conformance_Base/blt_u4.ilproj | 27 +----------- .../Old/Conformance_Base/blt_u8.ilproj | 27 +----------- .../Old/Conformance_Base/blt_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/blt_un_r8.ilproj | 27 +----------- .../Old/Conformance_Base/bne_u.ilproj | 27 +----------- .../Old/Conformance_Base/bne_u4.ilproj | 27 +----------- .../Old/Conformance_Base/bne_u8.ilproj | 27 +----------- .../Old/Conformance_Base/bne_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/bne_un_r8.ilproj | 27 +----------- .../Old/Conformance_Base/br.ilproj | 27 +----------- .../Old/Conformance_Base/brfalse.ilproj | 27 +----------- .../Old/Conformance_Base/brtrue.ilproj | 27 +----------- .../Old/Conformance_Base/c_br.ilproj | 27 +----------- .../Old/Conformance_Base/c_brfalse.ilproj | 27 +----------- .../Old/Conformance_Base/c_brtrue.ilproj | 27 +----------- .../Old/Conformance_Base/c_call.ilproj | 27 +----------- .../Old/Conformance_Base/c_cpblk.ilproj | 27 +----------- .../Old/Conformance_Base/c_initblk.ilproj | 27 +----------- .../Old/Conformance_Base/c_ldvirtftn.ilproj | 27 +----------- .../Old/Conformance_Base/c_localloc.ilproj | 27 +----------- .../Old/Conformance_Base/c_nop.ilproj | 27 +----------- .../Old/Conformance_Base/c_ret.ilproj | 27 +----------- .../Old/Conformance_Base/c_switch.ilproj | 27 +----------- .../Old/Conformance_Base/call.ilproj | 27 +----------- .../Old/Conformance_Base/ceq_i.ilproj | 27 +----------- .../Old/Conformance_Base/ceq_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ceq_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ceq_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ceq_r8.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_i4.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_i8.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_r4.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_r8.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_u.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_u4.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_u8.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/cgt_un_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ckfinite_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ckfinite_r8.ilproj | 27 +----------- .../Old/Conformance_Base/clt_i4.ilproj | 27 +----------- .../Old/Conformance_Base/clt_i8.ilproj | 27 +----------- .../Old/Conformance_Base/clt_r4.ilproj | 27 +----------- .../Old/Conformance_Base/clt_r8.ilproj | 27 +----------- .../Old/Conformance_Base/clt_u.ilproj | 27 +----------- .../Old/Conformance_Base/clt_u4.ilproj | 27 +----------- .../Old/Conformance_Base/clt_u8.ilproj | 27 +----------- .../Old/Conformance_Base/clt_un_r4.ilproj | 27 +----------- .../Old/Conformance_Base/clt_un_r8.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_i1_un.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_i4_i1.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_i4_i2.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_i4_u4.ilproj | 27 +----------- .../Old/Conformance_Base/conv_ovf_i8_i.ilproj | 26 +---------- .../Conformance_Base/conv_ovf_i8_i4.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_i8_u8.ilproj | 27 +----------- .../Old/Conformance_Base/conv_ovf_r8_i.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_r8_i4.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_r8_i8.ilproj | 27 +----------- .../Old/Conformance_Base/conv_ovf_u4_i.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_u4_i4.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_u4_u1.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_u4_u2.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_u8_i8.ilproj | 27 +----------- .../Conformance_Base/conv_ovf_u8_u4.ilproj | 27 +----------- .../Old/Conformance_Base/cpblk.ilproj | 27 +----------- .../Old/Conformance_Base/div_i4.ilproj | 27 +----------- .../Old/Conformance_Base/div_i8.ilproj | 27 +----------- .../Old/Conformance_Base/div_r4.ilproj | 27 +----------- .../Old/Conformance_Base/div_r8.ilproj | 27 +----------- .../Old/Conformance_Base/div_u4.ilproj | 27 +----------- .../Old/Conformance_Base/div_u8.ilproj | 27 +----------- .../Old/Conformance_Base/dup4.ilproj | 27 +----------- .../Old/Conformance_Base/dup8.ilproj | 27 +----------- .../Old/Conformance_Base/dupi.ilproj | 27 +----------- .../Old/Conformance_Base/initblk.ilproj | 27 +----------- .../Old/Conformance_Base/ldarg_i.ilproj | 27 +----------- .../Old/Conformance_Base/ldarg_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ldarg_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ldarg_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ldarg_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ldarg_ref.ilproj | 27 +----------- .../Old/Conformance_Base/ldarga_i.ilproj | 27 +----------- .../Old/Conformance_Base/ldarga_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ldarga_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ldarga_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ldarga_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ldarga_ref.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_i1.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_i2.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_i4.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_i8.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_u1.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_u2.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_u4.ilproj | 27 +----------- .../Conformance_Base/ldc_add_ovf_u8.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_c_cpblk.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_c_initblk.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_c_nop.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_c_ret.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_c_switch.ilproj | 27 +----------- .../Conformance_Base/ldc_ckfinite_r4.ilproj | 27 +----------- .../Conformance_Base/ldc_ckfinite_r8.ilproj | 27 +----------- .../ldc_conv_ovf_i4_i1.ilproj | 29 +------------ .../ldc_conv_ovf_i4_i2.ilproj | 29 +------------ .../ldc_conv_ovf_i4_u4.ilproj | 29 +------------ .../ldc_conv_ovf_i8_i4.ilproj | 29 +------------ .../ldc_conv_ovf_i8_u8.ilproj | 29 +------------ .../Conformance_Base/ldc_conv_ovf_r8_i.ilproj | 29 +------------ .../ldc_conv_ovf_r8_i4.ilproj | 29 +------------ .../ldc_conv_ovf_r8_i8.ilproj | 29 +------------ .../Conformance_Base/ldc_conv_ovf_u4_i.ilproj | 26 +---------- .../ldc_conv_ovf_u4_i4.ilproj | 26 +---------- .../ldc_conv_ovf_u4_u1.ilproj | 29 +------------ .../ldc_conv_ovf_u4_u2.ilproj | 29 +------------ .../ldc_conv_ovf_u8_i8.ilproj | 26 +---------- .../ldc_conv_ovf_u8_u4.ilproj | 29 +------------ .../Old/Conformance_Base/ldc_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_i8.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_i1.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_i2.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_i4.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_i8.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_u1.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_u2.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_u4.ilproj | 27 +----------- .../Conformance_Base/ldc_mul_ovf_u8.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_neg_i4.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_neg_i8.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ldc_ret_i.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_ret_i4.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_ret_i8.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_ret_r4.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_ret_r8.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_ret_ref.ilproj | 26 +---------- .../Old/Conformance_Base/ldc_sub_i.ilproj | 26 +---------- .../Conformance_Base/ldc_sub_ovf_i1.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_i2.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_i4.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_i8.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_u1.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_u2.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_u4.ilproj | 29 +------------ .../Conformance_Base/ldc_sub_ovf_u8.ilproj | 29 +------------ .../Old/Conformance_Base/ldftn.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_i.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_i1.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_i2.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_ref.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_u1.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_u2.ilproj | 27 +----------- .../Old/Conformance_Base/ldind_u4.ilproj | 27 +----------- .../Old/Conformance_Base/ldloc_i.ilproj | 27 +----------- .../Old/Conformance_Base/ldloc_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ldloc_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ldloc_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ldloc_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ldloc_ref.ilproj | 27 +----------- .../Old/Conformance_Base/ldnull_i.ilproj | 27 +----------- .../Old/Conformance_Base/ldnull_ref.ilproj | 27 +----------- .../Old/Conformance_Base/ldvirtftn.ilproj | 27 +----------- .../Old/Conformance_Base/localloc.ilproj | 27 +----------- .../Old/Conformance_Base/mul_i4.ilproj | 27 +----------- .../Old/Conformance_Base/mul_i8.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_i1.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_i2.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_i4.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_i8.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_u1.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_u2.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_u4.ilproj | 27 +----------- .../Old/Conformance_Base/mul_ovf_u8.ilproj | 27 +----------- .../Old/Conformance_Base/mul_r4.ilproj | 27 +----------- .../Old/Conformance_Base/mul_r8.ilproj | 27 +----------- .../Old/Conformance_Base/neg_i4.ilproj | 27 +----------- .../Old/Conformance_Base/neg_i8.ilproj | 27 +----------- .../Old/Conformance_Base/neg_r4.ilproj | 27 +----------- .../Old/Conformance_Base/neg_r8.ilproj | 27 +----------- .../Old/Conformance_Base/nop.ilproj | 27 +----------- .../Old/Conformance_Base/not_u4.ilproj | 27 +----------- .../Old/Conformance_Base/not_u8.ilproj | 27 +----------- .../Old/Conformance_Base/or_u4.ilproj | 27 +----------- .../Old/Conformance_Base/or_u8.ilproj | 27 +----------- .../Old/Conformance_Base/pop4.ilproj | 27 +----------- .../Old/Conformance_Base/pop8.ilproj | 27 +----------- .../Old/Conformance_Base/popi.ilproj | 27 +----------- .../Old/Conformance_Base/refs.ilproj | 27 +----------- .../Old/Conformance_Base/rem_i4.ilproj | 27 +----------- .../Old/Conformance_Base/rem_i8.ilproj | 27 +----------- .../Old/Conformance_Base/rem_r4.ilproj | 26 +---------- .../Old/Conformance_Base/rem_r8.ilproj | 27 +----------- .../Old/Conformance_Base/rem_u4.ilproj | 27 +----------- .../Old/Conformance_Base/rem_u8.ilproj | 27 +----------- .../Old/Conformance_Base/ret.ilproj | 27 +----------- .../Old/Conformance_Base/ret_i.ilproj | 27 +----------- .../Old/Conformance_Base/ret_i4.ilproj | 27 +----------- .../Old/Conformance_Base/ret_i8.ilproj | 27 +----------- .../Old/Conformance_Base/ret_r4.ilproj | 27 +----------- .../Old/Conformance_Base/ret_r8.ilproj | 27 +----------- .../Old/Conformance_Base/ret_ref.ilproj | 27 +----------- .../Old/Conformance_Base/shl_u4.ilproj | 27 +----------- .../Old/Conformance_Base/shl_u8.ilproj | 27 +----------- .../Old/Conformance_Base/shr_i4.ilproj | 27 +----------- .../Old/Conformance_Base/shr_i8.ilproj | 27 +----------- .../Old/Conformance_Base/shr_u4.ilproj | 27 +----------- .../Old/Conformance_Base/shr_u8.ilproj | 27 +----------- .../Old/Conformance_Base/sizeof.ilproj | 27 +----------- .../Old/Conformance_Base/starg_i.ilproj | 27 +----------- .../Old/Conformance_Base/starg_i4.ilproj | 27 +----------- .../Old/Conformance_Base/starg_i8.ilproj | 27 +----------- .../Old/Conformance_Base/starg_r4.ilproj | 27 +----------- .../Old/Conformance_Base/starg_r8.ilproj | 27 +----------- .../Old/Conformance_Base/starg_ref.ilproj | 27 +----------- .../Old/Conformance_Base/stind_i1.ilproj | 27 +----------- .../Old/Conformance_Base/stind_i2.ilproj | 27 +----------- .../Old/Conformance_Base/stind_i4.ilproj | 27 +----------- .../Old/Conformance_Base/stind_i8.ilproj | 27 +----------- .../Old/Conformance_Base/stind_r8.ilproj | 27 +----------- .../Old/Conformance_Base/stind_ref.ilproj | 27 +----------- .../Old/Conformance_Base/stloc_i.ilproj | 27 +----------- .../Old/Conformance_Base/stloc_i4.ilproj | 27 +----------- .../Old/Conformance_Base/stloc_i8.ilproj | 27 +----------- .../Old/Conformance_Base/stloc_r4.ilproj | 27 +----------- .../Old/Conformance_Base/stloc_r8.ilproj | 27 +----------- .../Old/Conformance_Base/stloc_ref.ilproj | 27 +----------- .../Old/Conformance_Base/sub_i.ilproj | 27 +----------- .../Old/Conformance_Base/sub_i4.ilproj | 27 +----------- .../Old/Conformance_Base/sub_i8.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_i1.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_i2.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_i4.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_i8.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_u1.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_u2.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_u4.ilproj | 27 +----------- .../Old/Conformance_Base/sub_ovf_u8.ilproj | 27 +----------- .../Old/Conformance_Base/sub_r4.ilproj | 27 +----------- .../Old/Conformance_Base/sub_r8.ilproj | 27 +----------- .../Old/Conformance_Base/switch.ilproj | 27 +----------- .../Old/Conformance_Base/xor_u4.ilproj | 27 +----------- .../Old/Conformance_Base/xor_u8.ilproj | 27 +----------- .../Old/directed/AutoInit.ilproj | 27 +----------- .../Old/directed/heap_ovf.ilproj | 27 +----------- .../Old/directed/ldarg_s_i1.ilproj | 27 +----------- .../Old/directed/ldarg_s_i2.ilproj | 27 +----------- .../Old/directed/ldarg_s_i4.ilproj | 27 +----------- .../Old/directed/ldarg_s_i8.ilproj | 27 +----------- .../Old/directed/ldarg_s_r4.ilproj | 27 +----------- .../Old/directed/ldarg_s_r8.ilproj | 27 +----------- .../Old/directed/ldloc_s_i1.ilproj | 27 +----------- .../Old/directed/ldloc_s_i2.ilproj | 27 +----------- .../Old/directed/ldloc_s_i4.ilproj | 27 +----------- .../Old/directed/ldloc_s_i8.ilproj | 27 +----------- .../Old/directed/ldloc_s_r4.ilproj | 27 +----------- .../Old/directed/ldloc_s_r8.ilproj | 27 +----------- .../Old/directed/ldloca_s_i1.ilproj | 27 +----------- .../Old/directed/ldloca_s_i2.ilproj | 27 +----------- .../Old/directed/ldloca_s_i4.ilproj | 27 +----------- .../Old/directed/ldloca_s_i8.ilproj | 27 +----------- .../Old/directed/ldloca_s_r4.ilproj | 27 +----------- .../Old/directed/ldloca_s_r8.ilproj | 27 +----------- .../Old/objectmodel/Box_Unbox.ilproj | 27 +----------- .../Old/objectmodel/array_tests.ilproj | 27 +----------- .../Old/objectmodel/callintf.ilproj | 27 +----------- .../Old/objectmodel/callnonvirt.ilproj | 27 +----------- .../Old/objectmodel/callstatic.ilproj | 27 +----------- .../Old/objectmodel/callsuper.ilproj | 27 +----------- .../Old/objectmodel/callvirt.ilproj | 27 +----------- .../Old/objectmodel/castclass.ilproj | 27 +----------- .../Old/objectmodel/cpobj.ilproj | 27 +----------- .../Old/objectmodel/field_tests.ilproj | 27 +----------- .../Old/objectmodel/fielda_tests.ilproj | 27 +----------- .../Old/objectmodel/initobj.ilproj | 27 +----------- .../Old/objectmodel/isinst.ilproj | 27 +----------- .../Old/objectmodel/ldlen.ilproj | 27 +----------- .../Old/objectmodel/ldobj.ilproj | 27 +----------- .../Old/objectmodel/ldstr.ilproj | 27 +----------- .../Old/objectmodel/ldtoken.ilproj | 27 +----------- .../Old/objectmodel/ldvirtftn.ilproj | 27 +----------- .../Old/objectmodel/localloc.ilproj | 27 +----------- .../Old/objectmodel/newobj.ilproj | 27 +----------- .../Old/objectmodel/seh_tests.ilproj | 27 +----------- .../Old/objectmodel/throw.ilproj | 27 +----------- ...BinaryPrimitivesReverseEndianness_r.csproj | 25 +---------- ...inaryPrimitivesReverseEndianness_ro.csproj | 23 +--------- .../JIT/Intrinsics/MathCeilingDouble_r.csproj | 25 +---------- .../Intrinsics/MathCeilingDouble_ro.csproj | 23 +--------- .../JIT/Intrinsics/MathCeilingSingle_r.csproj | 25 +---------- .../Intrinsics/MathCeilingSingle_ro.csproj | 23 +--------- .../JIT/Intrinsics/MathFloorDouble_r.csproj | 25 +---------- .../JIT/Intrinsics/MathFloorDouble_ro.csproj | 23 +--------- .../JIT/Intrinsics/MathFloorSingle_r.csproj | 25 +---------- .../JIT/Intrinsics/MathFloorSingle_ro.csproj | 23 +--------- .../JIT/Intrinsics/MathRoundDouble_r.csproj | 25 +---------- .../JIT/Intrinsics/MathRoundDouble_ro.csproj | 23 +--------- .../JIT/Intrinsics/MathRoundSingle_r.csproj | 25 +---------- .../JIT/Intrinsics/MathRoundSingle_ro.csproj | 23 +--------- .../Arrays/huge/_il_dbghuge_b.ilproj | 26 +---------- .../Arrays/huge/_il_dbghuge_i4.ilproj | 26 +---------- .../Arrays/huge/_il_dbghuge_objref.ilproj | 26 +---------- .../Arrays/huge/_il_dbghuge_r4.ilproj | 26 +---------- .../Arrays/huge/_il_dbghuge_r8.ilproj | 26 +---------- .../Arrays/huge/_il_dbghuge_struct.ilproj | 26 +---------- .../Arrays/huge/_il_dbghuge_u8.ilproj | 26 +---------- .../Arrays/huge/_il_relhuge_b.ilproj | 29 +------------ .../Arrays/huge/_il_relhuge_i4.ilproj | 29 +------------ .../Arrays/huge/_il_relhuge_objref.ilproj | 29 +------------ .../Arrays/huge/_il_relhuge_r4.ilproj | 29 +------------ .../Arrays/huge/_il_relhuge_r8.ilproj | 29 +------------ .../Arrays/huge/_il_relhuge_struct.ilproj | 29 +------------ .../Arrays/huge/_il_relhuge_u8.ilproj | 29 +------------ .../JIT/Methodical/Arrays/huge_struct.ilproj | 26 +---------- .../JIT/Methodical/Arrays/lcs/_dbglcs.csproj | 26 +---------- .../JIT/Methodical/Arrays/lcs/_dbglcs2.csproj | 29 +------------ .../Methodical/Arrays/lcs/_dbglcsbas.csproj | 26 +---------- .../Methodical/Arrays/lcs/_dbglcsbox.csproj | 29 +------------ .../Methodical/Arrays/lcs/_dbglcsmax.csproj | 26 +---------- .../Methodical/Arrays/lcs/_dbglcsmixed.csproj | 29 +------------ .../Methodical/Arrays/lcs/_dbglcsval.csproj | 26 +---------- .../Arrays/lcs/_dbglcsvalbox.csproj | 29 +------------ .../Arrays/lcs/_il_dbglcs_ldlen.ilproj | 26 +---------- .../Arrays/lcs/_il_rellcs_ldlen.ilproj | 26 +---------- .../JIT/Methodical/Arrays/lcs/_rellcs.csproj | 26 +---------- .../JIT/Methodical/Arrays/lcs/_rellcs2.csproj | 29 +------------ .../Methodical/Arrays/lcs/_rellcsbas.csproj | 26 +---------- .../Methodical/Arrays/lcs/_rellcsbox.csproj | 29 +------------ .../Methodical/Arrays/lcs/_rellcsmax.csproj | 26 +---------- .../Methodical/Arrays/lcs/_rellcsmixed.csproj | 29 +------------ .../Methodical/Arrays/lcs/_rellcsval.csproj | 26 +---------- .../Arrays/lcs/_rellcsvalbox.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcs.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcs2.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcsbas.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcsbox.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcsmax.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcsmixed.csproj | 29 +------------ .../Arrays/lcs/_speed_dbglcsval.csproj | 26 +---------- .../Arrays/lcs/_speed_dbglcsvalbox.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcs.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcs2.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcsbas.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcsbox.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcsmax.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcsmixed.csproj | 29 +------------ .../Arrays/lcs/_speed_rellcsval.csproj | 26 +---------- .../Arrays/lcs/_speed_rellcsvalbox.csproj | 29 +------------ .../Methodical/Arrays/misc/_dbgarrres.csproj | 26 +---------- .../Methodical/Arrays/misc/_dbggcarr.csproj | 26 +---------- .../Methodical/Arrays/misc/_dbgselfref.csproj | 26 +---------- .../Arrays/misc/_il_dbgaddress.ilproj | 29 +------------ .../Arrays/misc/_il_dbggcarr.ilproj | 26 +---------- .../Arrays/misc/_il_dbginitializearray.ilproj | 14 +----- .../misc/_il_dbginitializearray_enum.ilproj | 26 +---------- .../Arrays/misc/_il_dbgldelem_get.ilproj | 29 +------------ .../Arrays/misc/_il_dbglength0.ilproj | 29 +------------ .../Arrays/misc/_il_dbglengthm2.ilproj | 29 +------------ .../Arrays/misc/_il_dbgselfref.ilproj | 26 +---------- .../Arrays/misc/_il_reladdress.ilproj | 29 +------------ .../Arrays/misc/_il_relarrres.ilproj | 26 +---------- .../Arrays/misc/_il_relgcarr.ilproj | 29 +------------ .../Arrays/misc/_il_relinitializearray.ilproj | 14 +----- .../misc/_il_relinitializearray_enum.ilproj | 26 +---------- .../Arrays/misc/_il_relldelem_get.ilproj | 29 +------------ .../Arrays/misc/_il_rellength0.ilproj | 29 +------------ .../Arrays/misc/_il_rellengthm2.ilproj | 29 +------------ .../Arrays/misc/_il_relselfref.ilproj | 26 +---------- .../Methodical/Arrays/misc/_relarrres.csproj | 26 +---------- .../Methodical/Arrays/misc/_relgcarr.csproj | 26 +---------- .../Methodical/Arrays/misc/_relselfref.csproj | 26 +---------- .../Arrays/misc/_speed_dbgarrres.csproj | 26 +---------- .../Arrays/misc/_speed_dbggcarr.csproj | 26 +---------- .../Arrays/misc/_speed_dbgselfref.csproj | 26 +---------- .../Arrays/misc/_speed_relarrres.csproj | 26 +---------- .../Arrays/misc/_speed_relgcarr.csproj | 26 +---------- .../Arrays/misc/_speed_relselfref.csproj | 26 +---------- .../Arrays/range/_il_dbgfloat64_range1.ilproj | 29 +------------ .../Arrays/range/_il_dbgfloat64_range2.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_0.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_0_5a.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_0_5b.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_1.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_m1.ilproj | 29 +------------ .../range/_il_dbgint32_neg_range.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_range1.ilproj | 29 +------------ .../Arrays/range/_il_dbgint32_range2.ilproj | 29 +------------ .../Arrays/range/_il_relfloat64_range1.ilproj | 29 +------------ .../Arrays/range/_il_relfloat64_range2.ilproj | 29 +------------ .../Arrays/range/_il_relint32_0.ilproj | 29 +------------ .../Arrays/range/_il_relint32_0_5a.ilproj | 29 +------------ .../Arrays/range/_il_relint32_0_5b.ilproj | 29 +------------ .../Arrays/range/_il_relint32_1.ilproj | 29 +------------ .../Arrays/range/_il_relint32_m1.ilproj | 29 +------------ .../range/_il_relint32_neg_range.ilproj | 29 +------------ .../Arrays/range/_il_relint32_range1.ilproj | 29 +------------ .../Arrays/range/_il_relint32_range2.ilproj | 29 +------------ .../range/_il_relnegIndexRngChkElim.ilproj | 29 +------------ .../JIT/Methodical/AsgOp/i4/i4_cs_d.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i4/i4_cs_do.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i4/i4_cs_r.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i4/i4_cs_ro.csproj | 26 +---------- .../Methodical/AsgOp/i4/i4flat_cs_d.csproj | 26 +---------- .../Methodical/AsgOp/i4/i4flat_cs_do.csproj | 26 +---------- .../Methodical/AsgOp/i4/i4flat_cs_r.csproj | 26 +---------- .../Methodical/AsgOp/i4/i4flat_cs_ro.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i8/i8_cs_d.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i8/i8_cs_do.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i8/i8_cs_r.csproj | 26 +---------- .../JIT/Methodical/AsgOp/i8/i8_cs_ro.csproj | 26 +---------- .../Methodical/AsgOp/i8/i8flat_cs_d.csproj | 26 +---------- .../Methodical/AsgOp/i8/i8flat_cs_do.csproj | 26 +---------- .../Methodical/AsgOp/i8/i8flat_cs_r.csproj | 26 +---------- .../Methodical/AsgOp/i8/i8flat_cs_ro.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r4/r4_cs_d.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r4/r4_cs_do.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r4/r4_cs_r.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r4/r4_cs_ro.csproj | 26 +---------- .../Methodical/AsgOp/r4/r4flat_cs_d.csproj | 26 +---------- .../Methodical/AsgOp/r4/r4flat_cs_do.csproj | 26 +---------- .../Methodical/AsgOp/r4/r4flat_cs_r.csproj | 26 +---------- .../Methodical/AsgOp/r4/r4flat_cs_ro.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r8/r8_cs_d.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r8/r8_cs_do.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r8/r8_cs_r.csproj | 26 +---------- .../JIT/Methodical/AsgOp/r8/r8_cs_ro.csproj | 26 +---------- .../Methodical/AsgOp/r8/r8flat_cs_d.csproj | 26 +---------- .../Methodical/AsgOp/r8/r8flat_cs_do.csproj | 26 +---------- .../Methodical/AsgOp/r8/r8flat_cs_r.csproj | 26 +---------- .../Methodical/AsgOp/r8/r8flat_cs_ro.csproj | 26 +---------- .../Boxing/boxunbox/_il_dbgarray.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbgchain.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbgfinally.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbghuge_filter.ilproj | 29 +------------ .../Boxing/boxunbox/_il_dbgjump.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbglocal.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbglocalloc.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbgsimple.ilproj | 26 +---------- .../Boxing/boxunbox/_il_dbgtailcall.ilproj | 29 +------------ .../Boxing/boxunbox/_il_dbgtry.ilproj | 26 +---------- .../Boxing/boxunbox/_il_relarray.ilproj | 26 +---------- .../Boxing/boxunbox/_il_relchain.ilproj | 26 +---------- .../Boxing/boxunbox/_il_relfinally.ilproj | 26 +---------- .../Boxing/boxunbox/_il_relhuge_filter.ilproj | 29 +------------ .../Boxing/boxunbox/_il_reljump.ilproj | 26 +---------- .../Boxing/boxunbox/_il_rellocal.ilproj | 26 +---------- .../Boxing/boxunbox/_il_rellocalloc.ilproj | 26 +---------- .../Boxing/boxunbox/_il_relsimple.ilproj | 26 +---------- .../Boxing/boxunbox/_il_reltailcall.ilproj | 29 +------------ .../Boxing/boxunbox/_il_reltry.ilproj | 26 +---------- .../Boxing/callconv/_dbginstance_cs.csproj | 27 +----------- .../Boxing/callconv/_dbginstance_il.ilproj | 29 +------------ .../Boxing/callconv/_odbginstance_cs.csproj | 26 +---------- .../Boxing/callconv/_orelinstance_cs.csproj | 26 +---------- .../Boxing/callconv/_relinstance_cs.csproj | 27 +----------- .../Boxing/callconv/_relinstance_il.ilproj | 29 +------------ .../Boxing/functional/_dbgfibo_cs.csproj | 26 +---------- .../Boxing/functional/_dbgfibo_il.ilproj | 29 +------------ .../Boxing/functional/_dbgsin_cs.csproj | 27 +----------- .../Boxing/functional/_dbgsin_il.ilproj | 26 +---------- .../Boxing/functional/_odbgfibo_cs.csproj | 27 +----------- .../Boxing/functional/_odbgsin_cs.csproj | 26 +---------- .../Boxing/functional/_orelfibo_cs.csproj | 27 +----------- .../Boxing/functional/_orelsin_cs.csproj | 27 +----------- .../Boxing/functional/_relfibo_cs.csproj | 27 +----------- .../Boxing/functional/_relfibo_il.ilproj | 29 +------------ .../Boxing/functional/_relsin_cs.csproj | 26 +---------- .../Boxing/functional/_relsin_il.ilproj | 26 +---------- .../Boxing/misc/_dbgconcurgc_il.ilproj | 26 +---------- .../Methodical/Boxing/misc/_dbgenum_cs.csproj | 29 +------------ .../Methodical/Boxing/misc/_dbgenum_il.ilproj | 26 +---------- .../Boxing/misc/_dbgnestval_cs.csproj | 29 +------------ .../Boxing/misc/_dbgnestval_il.ilproj | 29 +------------ .../Boxing/misc/_dbgtailjump_cs.csproj | 29 +------------ .../Boxing/misc/_dbgtailjump_il.ilproj | 29 +------------ .../Boxing/misc/_dbgtypedref.ilproj | 29 +------------ .../Boxing/misc/_odbgenum_cs.csproj | 26 +---------- .../Boxing/misc/_odbgnestval_cs.csproj | 26 +---------- .../Boxing/misc/_odbgtailjump_cs.csproj | 26 +---------- .../Boxing/misc/_orelenum_cs.csproj | 26 +---------- .../Boxing/misc/_orelnestval_cs.csproj | 29 +------------ .../Boxing/misc/_oreltailjump_cs.csproj | 29 +------------ .../Boxing/misc/_relconcurgc_il.ilproj | 26 +---------- .../Methodical/Boxing/misc/_relenum_cs.csproj | 26 +---------- .../Methodical/Boxing/misc/_relenum_il.ilproj | 29 +------------ .../Boxing/misc/_relnestval_cs.csproj | 29 +------------ .../Boxing/misc/_relnestval_il.ilproj | 29 +------------ .../Boxing/misc/_reltailjump_cs.csproj | 29 +------------ .../Boxing/misc/_reltailjump_il.ilproj | 29 +------------ .../Boxing/misc/_reltypedref.ilproj | 29 +------------ .../Methodical/Boxing/morph/_dbgsin_cs.csproj | 26 +---------- .../Boxing/morph/_odbgsin_cs.csproj | 27 +----------- .../Boxing/morph/_orelsin_cs.csproj | 26 +---------- .../Methodical/Boxing/morph/_relsin_cs.csproj | 26 +---------- .../Methodical/Boxing/morph/sin3double.ilproj | 32 ++------------ .../Methodical/Boxing/seh/_dbgfault.ilproj | 26 +---------- .../Methodical/Boxing/seh/_dbgfilter.ilproj | 26 +---------- .../Methodical/Boxing/seh/_dbgtry_cs.csproj | 26 +---------- .../Methodical/Boxing/seh/_dbgtry_il.ilproj | 26 +---------- .../Methodical/Boxing/seh/_odbgtry_cs.csproj | 27 +----------- .../Methodical/Boxing/seh/_oreltry_cs.csproj | 27 +----------- .../Methodical/Boxing/seh/_relfault.ilproj | 27 +----------- .../Methodical/Boxing/seh/_relfilter.ilproj | 27 +----------- .../Methodical/Boxing/seh/_reltry_cs.csproj | 26 +---------- .../Methodical/Boxing/seh/_reltry_il.ilproj | 27 +----------- .../Boxing/xlang/_dbgsin_cs_cs.csproj | 26 +---------- .../Boxing/xlang/_dbgsin_cs_il.csproj | 28 ++---------- .../Boxing/xlang/_dbgsin_il_cs.ilproj | 26 +---------- .../Boxing/xlang/_dbgsin_il_il.ilproj | 26 +---------- .../Boxing/xlang/_odbgsin_cs_cs.csproj | 26 +---------- .../Boxing/xlang/_odbgsin_cs_il.csproj | 26 +---------- .../Boxing/xlang/_odbgsin_il_cs.ilproj | 26 +---------- .../Boxing/xlang/_odbgsin_il_il.ilproj | 26 +---------- .../Boxing/xlang/_orelsin_cs_cs.csproj | 26 +---------- .../Boxing/xlang/_orelsin_cs_il.csproj | 26 +---------- .../Boxing/xlang/_orelsin_il_cs.ilproj | 26 +---------- .../Boxing/xlang/_orelsin_il_il.ilproj | 26 +---------- .../Boxing/xlang/_relsin_cs_cs.csproj | 27 +----------- .../Boxing/xlang/_relsin_cs_il.csproj | 28 ++---------- .../Boxing/xlang/_relsin_il_cs.ilproj | 26 +---------- .../Boxing/xlang/_relsin_il_il.ilproj | 26 +---------- .../Methodical/Boxing/xlang/sinlib_cs.csproj | 31 ++----------- .../Methodical/Boxing/xlang/sinlib_il.ilproj | 29 +------------ .../Methodical/Coverage/arglist_pos.ilproj | 26 +---------- .../src/JIT/Methodical/Coverage/b39946.ilproj | 31 ++----------- .../JIT/Methodical/Coverage/b433189.csproj | 26 +---------- .../JIT/Methodical/Coverage/b518440.ilproj | 28 ++---------- .../src/JIT/Methodical/Coverage/hole.ilproj | 31 ++----------- .../ELEMENT_TYPE_IU/_il_dbgconv_i8_i.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_dbgconv_i8_u.ilproj | 26 +---------- .../_il_dbgconvovf_i8_i.ilproj | 26 +---------- .../_il_dbgconvovf_i8_u.ilproj | 26 +---------- .../_il_dbgi_array_merge.ilproj | 27 +----------- .../ELEMENT_TYPE_IU/_il_dbgi_box.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_conv.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_fld.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_flood.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_flow.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_prop.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_qsort1.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_qsort2.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_ref.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_seq.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgi_vfld.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgptr.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_dbgqperm.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgsizeof.ilproj | 24 +---------- .../_il_dbgu_array_merge.ilproj | 27 +----------- .../ELEMENT_TYPE_IU/_il_dbgu_box.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_conv.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj | 27 +----------- .../ELEMENT_TYPE_IU/_il_dbgu_flood.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_flow.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_prop.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_qsort1.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_qsort2.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_dbgu_ref.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_seq.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_dbgu_vfld.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj | 26 +---------- .../_il_relconvovf_i8_i.ilproj | 26 +---------- .../_il_relconvovf_i8_u.ilproj | 26 +---------- .../_il_reli_array_merge.ilproj | 27 +----------- .../ELEMENT_TYPE_IU/_il_reli_box.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_conv.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_fld.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_flood.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_flow.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_prop.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_reli_ref.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_seq.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_reli_vfld.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relptr.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_relqperm.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relsizeof.ilproj | 24 +---------- .../_il_relu_array_merge.ilproj | 27 +----------- .../ELEMENT_TYPE_IU/_il_relu_box.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_conv.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_fld.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_relu_flood.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_flow.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_prop.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj | 29 +------------ .../ELEMENT_TYPE_IU/_il_relu_ref.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_seq.ilproj | 26 +---------- .../ELEMENT_TYPE_IU/_il_relu_vfld.ilproj | 26 +---------- .../Methodical/FPtrunc/convr4a_cs_d.csproj | 26 +---------- .../Methodical/FPtrunc/convr4a_cs_do.csproj | 26 +---------- .../Methodical/FPtrunc/convr4a_cs_r.csproj | 26 +---------- .../Methodical/FPtrunc/convr4a_cs_ro.csproj | 26 +---------- .../Methodical/FPtrunc/convr4d_il_d.ilproj | 26 +---------- .../Methodical/FPtrunc/convr4d_il_r.ilproj | 27 +----------- .../Methodical/FPtrunc/convr8a_cs_d.csproj | 26 +---------- .../Methodical/FPtrunc/convr8a_cs_do.csproj | 26 +---------- .../Methodical/FPtrunc/convr8a_cs_r.csproj | 26 +---------- .../Methodical/FPtrunc/convr8a_cs_ro.csproj | 26 +---------- .../Methodical/FPtrunc/convr8d_il_d.ilproj | 26 +---------- .../Methodical/FPtrunc/convr8d_il_r.ilproj | 27 +----------- .../JIT/Methodical/FPtrunc/convx_il_d.ilproj | 26 +---------- .../JIT/Methodical/FPtrunc/convx_il_r.ilproj | 26 +---------- .../Invoke/25params/25param1a_cs_d.csproj | 26 +---------- .../Invoke/25params/25param1a_cs_do.csproj | 26 +---------- .../Invoke/25params/25param1a_cs_r.csproj | 26 +---------- .../Invoke/25params/25param1a_cs_ro.csproj | 26 +---------- .../Invoke/25params/25param1b_il_d.ilproj | 26 +---------- .../Invoke/25params/25param1b_il_r.ilproj | 27 +----------- .../Invoke/25params/25param1c_il_d.ilproj | 29 +------------ .../Invoke/25params/25param1c_il_r.ilproj | 27 +----------- .../Invoke/25params/25param2a_cs_d.csproj | 26 +---------- .../Invoke/25params/25param2a_cs_do.csproj | 26 +---------- .../Invoke/25params/25param2a_cs_r.csproj | 26 +---------- .../Invoke/25params/25param2a_cs_ro.csproj | 26 +---------- .../Invoke/25params/25param2b_il_d.ilproj | 26 +---------- .../Invoke/25params/25param2b_il_r.ilproj | 26 +---------- .../Invoke/25params/25param2c_il_d.ilproj | 27 +----------- .../Invoke/25params/25param2c_il_r.ilproj | 26 +---------- .../Invoke/25params/25param3a_cs_d.csproj | 26 +---------- .../Invoke/25params/25param3a_cs_do.csproj | 26 +---------- .../Invoke/25params/25param3a_cs_r.csproj | 26 +---------- .../Invoke/25params/25param3a_cs_ro.csproj | 26 +---------- .../Invoke/25params/25param3b_il_d.ilproj | 26 +---------- .../Invoke/25params/25param3b_il_r.ilproj | 27 +----------- .../Invoke/25params/25param3c_il_d.ilproj | 29 +------------ .../Invoke/25params/25param3c_il_r.ilproj | 27 +----------- .../Invoke/25params/25paramMixed_il_d.ilproj | 29 +------------ .../Invoke/25params/25paramMixed_il_r.ilproj | 27 +----------- .../Invoke/SEH/_dbgcatchfinally.csproj | 29 +------------ .../Invoke/SEH/_dbgcatchfinally_tail.csproj | 29 +------------ .../Invoke/SEH/_il_dbgcatchfault.ilproj | 29 +------------ .../Invoke/SEH/_il_dbgcatchfault_jmp.ilproj | 29 +------------ .../Invoke/SEH/_il_dbgcatchfault_tail.ilproj | 29 +------------ .../Invoke/SEH/_il_dbgcatchfinally_ind.ilproj | 29 +------------ .../Invoke/SEH/_il_dbgcatchfinally_jmp.ilproj | 29 +------------ .../SEH/_il_dbgcatchfinally_jmpind.ilproj | 29 +------------ .../SEH/_il_dbgcatchfinally_tail.ilproj | 29 +------------ .../Invoke/SEH/_il_relcatchfault.ilproj | 29 +------------ .../Invoke/SEH/_il_relcatchfault_jmp.ilproj | 29 +------------ .../Invoke/SEH/_il_relcatchfault_tail.ilproj | 29 +------------ .../Invoke/SEH/_il_relcatchfinally_ind.ilproj | 29 +------------ .../Invoke/SEH/_il_relcatchfinally_jmp.ilproj | 29 +------------ .../SEH/_il_relcatchfinally_jmpind.ilproj | 29 +------------ .../SEH/_il_relcatchfinally_tail.ilproj | 29 +------------ .../Invoke/SEH/_relcatchfinally.csproj | 29 +------------ .../Invoke/SEH/_relcatchfinally_tail.csproj | 29 +------------ .../Invoke/SEH/_speed_dbgcatchfinally.csproj | 29 +------------ .../SEH/_speed_dbgcatchfinally_tail.csproj | 29 +------------ .../Invoke/SEH/_speed_relcatchfinally.csproj | 29 +------------ .../SEH/_speed_relcatchfinally_tail.csproj | 29 +------------ .../Invoke/callvirt/_dbgtest1.csproj | 26 +---------- .../Invoke/callvirt/_il_dbgtest1.ilproj | 26 +---------- .../Invoke/callvirt/_il_dbgtest2.ilproj | 26 +---------- .../Invoke/callvirt/_il_dbgtest3.ilproj | 26 +---------- .../Invoke/callvirt/_il_reltest1.ilproj | 26 +---------- .../Invoke/callvirt/_il_reltest2.ilproj | 26 +---------- .../Invoke/callvirt/_il_reltest3.ilproj | 26 +---------- .../Invoke/callvirt/_reltest1.csproj | 26 +---------- .../Invoke/callvirt/_speed_dbgtest1.csproj | 26 +---------- .../Invoke/callvirt/_speed_reltest1.csproj | 26 +---------- .../Invoke/ctor/_dbgval_ctor.csproj | 26 +---------- .../Invoke/ctor/_il_dbgval_cctor.ilproj | 26 +---------- .../Invoke/ctor/_il_dbgval_ctor_newobj.ilproj | 26 +---------- .../Invoke/ctor/_il_relval_cctor.ilproj | 26 +---------- .../Invoke/ctor/_il_relval_ctor_newobj.ilproj | 26 +---------- .../Invoke/ctor/_relval_ctor.csproj | 26 +---------- .../Invoke/ctor/_speed_dbgval_ctor.csproj | 26 +---------- .../Invoke/ctor/_speed_relval_ctor.csproj | 26 +---------- .../Methodical/Invoke/deep/_dbgdeep.csproj | 29 +------------ .../Invoke/deep/_il_dbgdeep1.ilproj | 29 +------------ .../Invoke/deep/_il_dbgdeep2.ilproj | 29 +------------ .../Invoke/deep/_il_reldeep1.ilproj | 29 +------------ .../Invoke/deep/_il_reldeep2.ilproj | 29 +------------ .../Methodical/Invoke/deep/_reldeep.csproj | 29 +------------ .../Invoke/deep/_speed_dbgdeep.csproj | 29 +------------ .../Invoke/deep/_speed_reldeep.csproj | 29 +------------ .../Methodical/Invoke/fptr/_dbgrecurse.csproj | 26 +---------- .../Invoke/fptr/_il_dbgftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_dbginstftn.ilproj | 26 +---------- .../Invoke/fptr/_il_dbginstftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_dbgrecurse_calli.ilproj | 26 +---------- .../Invoke/fptr/_il_dbgrecurse_jmp.ilproj | 26 +---------- .../Invoke/fptr/_il_dbgrecurse_jmpi.ilproj | 26 +---------- .../fptr/_il_dbgrecurse_tail_call.ilproj | 29 +------------ .../fptr/_il_dbgrecurse_tail_calli.ilproj | 29 +------------ .../Invoke/fptr/_il_dbgvalftn.ilproj | 26 +---------- .../Invoke/fptr/_il_dbgvalftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_dbgvirtftn.ilproj | 26 +---------- .../Invoke/fptr/_il_dbgvirtftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_relftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_relinstftn.ilproj | 26 +---------- .../Invoke/fptr/_il_relinstftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_relrecurse_calli.ilproj | 26 +---------- .../Invoke/fptr/_il_relrecurse_jmp.ilproj | 26 +---------- .../Invoke/fptr/_il_relrecurse_jmpi.ilproj | 26 +---------- .../fptr/_il_relrecurse_tail_call.ilproj | 29 +------------ .../fptr/_il_relrecurse_tail_calli.ilproj | 26 +---------- .../Invoke/fptr/_il_relvalftn.ilproj | 26 +---------- .../Invoke/fptr/_il_relvalftn_t.ilproj | 29 +------------ .../Invoke/fptr/_il_relvirtftn.ilproj | 26 +---------- .../Invoke/fptr/_il_relvirtftn_t.ilproj | 29 +------------ .../Methodical/Invoke/fptr/_relrecurse.csproj | 26 +---------- .../Invoke/fptr/_speed_dbgrecurse.csproj | 26 +---------- .../Invoke/fptr/_speed_relrecurse.csproj | 26 +---------- .../Invoke/hfa_params/hfa_params_cs_d.csproj | 26 +---------- .../Invoke/hfa_params/hfa_params_cs_do.csproj | 26 +---------- .../Invoke/hfa_params/hfa_params_cs_r.csproj | 26 +---------- .../Invoke/hfa_params/hfa_params_cs_ro.csproj | 26 +---------- .../Methodical/Invoke/implicit/_dbgobj.csproj | 26 +---------- .../Invoke/implicit/_il_dbgfr4.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgfr8.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgi4i1.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgi4i2.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgi4u1.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgi4u2.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgi4u4.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgi8u8.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgii1.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgii2.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgii4.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgiu1.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgiu2.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgiu4.ilproj | 26 +---------- .../Invoke/implicit/_il_dbgobjref.ilproj | 26 +---------- .../Invoke/implicit/_il_relfr4.ilproj | 26 +---------- .../Invoke/implicit/_il_relfr8.ilproj | 26 +---------- .../Invoke/implicit/_il_reli4i1.ilproj | 26 +---------- .../Invoke/implicit/_il_reli4i2.ilproj | 26 +---------- .../Invoke/implicit/_il_reli4u1.ilproj | 26 +---------- .../Invoke/implicit/_il_reli4u2.ilproj | 26 +---------- .../Invoke/implicit/_il_reli4u4.ilproj | 26 +---------- .../Invoke/implicit/_il_reli8u8.ilproj | 26 +---------- .../Invoke/implicit/_il_relii1.ilproj | 26 +---------- .../Invoke/implicit/_il_relii2.ilproj | 26 +---------- .../Invoke/implicit/_il_relii4.ilproj | 26 +---------- .../Invoke/implicit/_il_reliu1.ilproj | 26 +---------- .../Invoke/implicit/_il_reliu2.ilproj | 26 +---------- .../Invoke/implicit/_il_reliu4.ilproj | 26 +---------- .../Invoke/implicit/_il_relobjref.ilproj | 26 +---------- .../Methodical/Invoke/implicit/_relobj.csproj | 26 +---------- .../Invoke/implicit/_speed_dbgobj.csproj | 26 +---------- .../Invoke/implicit/_speed_relobj.csproj | 26 +---------- .../Invoke/thiscall/_dbgthisnull.ilproj | 29 +------------ .../Invoke/thiscall/_relthisnull.ilproj | 29 +------------ .../Invoke/thiscall/_speed_dbgthisnull.ilproj | 29 +------------ .../Invoke/thiscall/_speed_relthisnull.ilproj | 29 +------------ .../MDArray/DataTypes/bool_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/bool_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/bool_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/bool_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/byte_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/byte_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/byte_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/byte_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/char_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/char_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/char_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/char_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/decimal_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/decimal_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/decimal_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/decimal_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/double_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/double_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/double_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/double_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/float_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/float_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/float_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/float_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/int_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/int_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/int_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/int_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/long_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/long_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/long_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/long_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/sbyte_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/sbyte_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/sbyte_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/sbyte_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/short_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/short_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/short_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/short_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/uint_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/uint_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/uint_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/uint_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/ulong_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/ulong_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/ulong_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/ulong_cs_ro.csproj | 26 +---------- .../MDArray/DataTypes/ushort_cs_d.csproj | 26 +---------- .../MDArray/DataTypes/ushort_cs_do.csproj | 26 +---------- .../MDArray/DataTypes/ushort_cs_r.csproj | 26 +---------- .../MDArray/DataTypes/ushort_cs_ro.csproj | 26 +---------- .../MDArray/GaussJordan/classarr_cs_d.csproj | 26 +---------- .../MDArray/GaussJordan/classarr_cs_do.csproj | 29 +------------ .../MDArray/GaussJordan/classarr_cs_r.csproj | 26 +---------- .../MDArray/GaussJordan/classarr_cs_ro.csproj | 29 +------------ .../MDArray/GaussJordan/jaggedarr_cs_d.csproj | 26 +---------- .../GaussJordan/jaggedarr_cs_do.csproj | 29 +------------ .../MDArray/GaussJordan/jaggedarr_cs_r.csproj | 26 +---------- .../GaussJordan/jaggedarr_cs_ro.csproj | 29 +------------ .../MDArray/GaussJordan/plainarr_cs_d.csproj | 26 +---------- .../MDArray/GaussJordan/plainarr_cs_do.csproj | 29 +------------ .../MDArray/GaussJordan/plainarr_cs_r.csproj | 26 +---------- .../MDArray/GaussJordan/plainarr_cs_ro.csproj | 29 +------------ .../MDArray/GaussJordan/structarr_cs_d.csproj | 26 +---------- .../GaussJordan/structarr_cs_do.csproj | 29 +------------ .../MDArray/GaussJordan/structarr_cs_r.csproj | 26 +---------- .../GaussJordan/structarr_cs_ro.csproj | 29 +------------ .../MDArray/InnerProd/classarr_cs_d.csproj | 26 +---------- .../MDArray/InnerProd/classarr_cs_do.csproj | 26 +---------- .../MDArray/InnerProd/classarr_cs_r.csproj | 26 +---------- .../MDArray/InnerProd/classarr_cs_ro.csproj | 26 +---------- .../MDArray/InnerProd/doublearr_cs_d.csproj | 26 +---------- .../MDArray/InnerProd/doublearr_cs_do.csproj | 29 +------------ .../MDArray/InnerProd/doublearr_cs_r.csproj | 26 +---------- .../MDArray/InnerProd/doublearr_cs_ro.csproj | 29 +------------ .../MDArray/InnerProd/intarr_cs_d.csproj | 26 +---------- .../MDArray/InnerProd/intarr_cs_do.csproj | 29 +------------ .../MDArray/InnerProd/intarr_cs_r.csproj | 26 +---------- .../MDArray/InnerProd/intarr_cs_ro.csproj | 29 +------------ .../MDArray/InnerProd/jaggedarr_cs_d.csproj | 26 +---------- .../MDArray/InnerProd/jaggedarr_cs_do.csproj | 29 +------------ .../MDArray/InnerProd/jaggedarr_cs_r.csproj | 26 +---------- .../MDArray/InnerProd/jaggedarr_cs_ro.csproj | 29 +------------ .../MDArray/InnerProd/stringarr_cs_d.csproj | 26 +---------- .../MDArray/InnerProd/stringarr_cs_do.csproj | 29 +------------ .../MDArray/InnerProd/stringarr_cs_r.csproj | 26 +---------- .../MDArray/InnerProd/stringarr_cs_ro.csproj | 29 +------------ .../MDArray/InnerProd/structarr_cs_d.csproj | 26 +---------- .../MDArray/InnerProd/structarr_cs_do.csproj | 26 +---------- .../MDArray/InnerProd/structarr_cs_r.csproj | 26 +---------- .../MDArray/InnerProd/structarr_cs_ro.csproj | 26 +---------- .../MDArray/basics/classarr_cs_d.csproj | 29 +------------ .../MDArray/basics/classarr_cs_do.csproj | 29 +------------ .../MDArray/basics/classarr_cs_r.csproj | 29 +------------ .../MDArray/basics/classarr_cs_ro.csproj | 29 +------------ .../MDArray/basics/doublearr_cs_d.csproj | 29 +------------ .../MDArray/basics/doublearr_cs_do.csproj | 29 +------------ .../MDArray/basics/doublearr_cs_r.csproj | 29 +------------ .../MDArray/basics/doublearr_cs_ro.csproj | 29 +------------ .../MDArray/basics/jaggedarr_cs_d.csproj | 29 +------------ .../MDArray/basics/jaggedarr_cs_do.csproj | 29 +------------ .../MDArray/basics/jaggedarr_cs_r.csproj | 29 +------------ .../MDArray/basics/jaggedarr_cs_ro.csproj | 29 +------------ .../MDArray/basics/stringarr_cs_d.csproj | 29 +------------ .../MDArray/basics/stringarr_cs_do.csproj | 29 +------------ .../MDArray/basics/stringarr_cs_r.csproj | 29 +------------ .../MDArray/basics/stringarr_cs_ro.csproj | 29 +------------ .../MDArray/basics/structarr_cs_d.csproj | 29 +------------ .../MDArray/basics/structarr_cs_do.csproj | 29 +------------ .../MDArray/basics/structarr_cs_r.csproj | 29 +------------ .../MDArray/basics/structarr_cs_ro.csproj | 29 +------------ .../JIT/Methodical/NaN/arithm32_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/arithm32_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/arithm32_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/arithm32_cs_ro.csproj | 26 +---------- .../src/JIT/Methodical/NaN/arithm32_d.csproj | 26 +---------- .../src/JIT/Methodical/NaN/arithm32_do.csproj | 26 +---------- .../src/JIT/Methodical/NaN/arithm32_r.csproj | 30 ++----------- .../src/JIT/Methodical/NaN/arithm32_ro.csproj | 28 ++---------- .../JIT/Methodical/NaN/arithm64_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/arithm64_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/arithm64_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/arithm64_cs_ro.csproj | 26 +---------- .../src/JIT/Methodical/NaN/arithm64_d.csproj | 26 +---------- .../src/JIT/Methodical/NaN/arithm64_do.csproj | 26 +---------- .../src/JIT/Methodical/NaN/arithm64_r.csproj | 30 ++----------- .../src/JIT/Methodical/NaN/arithm64_ro.csproj | 28 ++---------- .../src/JIT/Methodical/NaN/comp32_il_d.ilproj | 26 +---------- .../src/JIT/Methodical/NaN/comp32_il_r.ilproj | 27 +----------- .../src/JIT/Methodical/NaN/comp64_il_d.ilproj | 26 +---------- .../src/JIT/Methodical/NaN/comp64_il_r.ilproj | 27 +----------- .../src/JIT/Methodical/NaN/cond32_il_d.ilproj | 26 +---------- .../src/JIT/Methodical/NaN/cond32_il_r.ilproj | 27 +----------- .../src/JIT/Methodical/NaN/cond64_il_d.ilproj | 26 +---------- .../src/JIT/Methodical/NaN/cond64_il_r.ilproj | 27 +----------- .../JIT/Methodical/NaN/intrinsic_cs_d.csproj | 28 ++---------- .../JIT/Methodical/NaN/intrinsic_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/intrinsic_cs_r.csproj | 28 ++---------- .../JIT/Methodical/NaN/intrinsic_cs_ro.csproj | 26 +---------- .../Methodical/NaN/intrinsic_nonf_il_d.ilproj | 26 +---------- .../Methodical/NaN/intrinsic_nonf_il_r.ilproj | 27 +----------- .../JIT/Methodical/NaN/r4NaNadd_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNadd_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNadd_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNadd_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNdiv_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNdiv_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNmul_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNmul_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNmul_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNmul_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNrem_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNrem_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNrem_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNrem_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNsub_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNsub_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNsub_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r4NaNsub_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r4nanconv_il_d.ilproj | 27 +----------- .../JIT/Methodical/NaN/r4nanconv_il_r.ilproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNadd_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNadd_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNadd_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNadd_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNdiv_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNdiv_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNmul_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNmul_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNmul_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNmul_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNrem_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNrem_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNrem_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNrem_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNsub_cs_d.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNsub_cs_do.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNsub_cs_r.csproj | 26 +---------- .../JIT/Methodical/NaN/r8NaNsub_cs_ro.csproj | 26 +---------- .../JIT/Methodical/NaN/r8nanconv_il_d.ilproj | 27 +----------- .../JIT/Methodical/NaN/r8nanconv_il_r.ilproj | 26 +---------- .../Overflow/FloatInfinitiesToInt_d.csproj | 26 +---------- .../Overflow/FloatInfinitiesToInt_do.csproj | 26 +---------- .../Overflow/FloatInfinitiesToInt_r.csproj | 26 +---------- .../Overflow/FloatInfinitiesToInt_ro.csproj | 26 +---------- .../Overflow/FloatOvfToInt2_d.csproj | 26 +---------- .../Overflow/FloatOvfToInt2_do.csproj | 26 +---------- .../Overflow/FloatOvfToInt2_r.csproj | 26 +---------- .../Overflow/FloatOvfToInt2_ro.csproj | 26 +---------- .../Methodical/VT/callconv/_dbgcall.csproj | 26 +---------- .../Methodical/VT/callconv/_dbgjumper.csproj | 26 +---------- .../Methodical/VT/callconv/_dbgjumps.csproj | 26 +---------- .../Methodical/VT/callconv/_dbgvtret.csproj | 26 +---------- .../Methodical/VT/callconv/_il_dbgaa.ilproj | 26 +---------- .../VT/callconv/_il_dbgcalli.ilproj | 26 +---------- .../Methodical/VT/callconv/_il_dbgdd.ilproj | 26 +---------- .../Methodical/VT/callconv/_il_dbgee.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumper1.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumper2.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumper3.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumper4.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumper5.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumps1.ilproj | 26 +---------- .../VT/callconv/_il_dbgjumps2.ilproj | 29 +------------ .../VT/callconv/_il_dbgjumps3.ilproj | 29 +------------ .../VT/callconv/_il_dbgjumps4.ilproj | 29 +------------ .../VT/callconv/_il_dbgjumps5.ilproj | 26 +---------- .../VT/callconv/_il_dbgvtret.ilproj | 29 +------------ .../VT/callconv/_il_dbgvtret2.ilproj | 29 +------------ .../Methodical/VT/callconv/_il_relaa.ilproj | 26 +---------- .../VT/callconv/_il_relcalli.ilproj | 26 +---------- .../Methodical/VT/callconv/_il_reldd.ilproj | 26 +---------- .../Methodical/VT/callconv/_il_relee.ilproj | 26 +---------- .../VT/callconv/_il_reljumper1.ilproj | 29 +------------ .../VT/callconv/_il_reljumper2.ilproj | 29 +------------ .../VT/callconv/_il_reljumper3.ilproj | 29 +------------ .../VT/callconv/_il_reljumper4.ilproj | 29 +------------ .../VT/callconv/_il_reljumper5.ilproj | 29 +------------ .../VT/callconv/_il_reljumps1.ilproj | 26 +---------- .../VT/callconv/_il_reljumps2.ilproj | 29 +------------ .../VT/callconv/_il_reljumps3.ilproj | 29 +------------ .../VT/callconv/_il_reljumps4.ilproj | 29 +------------ .../VT/callconv/_il_reljumps5.ilproj | 26 +---------- .../VT/callconv/_il_relvtret.ilproj | 29 +------------ .../VT/callconv/_il_relvtret2.ilproj | 26 +---------- .../Methodical/VT/callconv/_relcall.csproj | 26 +---------- .../Methodical/VT/callconv/_reljumper.csproj | 26 +---------- .../Methodical/VT/callconv/_reljumps.csproj | 26 +---------- .../Methodical/VT/callconv/_relvtret.csproj | 26 +---------- .../VT/callconv/_speed_dbgcall.csproj | 26 +---------- .../VT/callconv/_speed_dbgjumper.csproj | 29 +------------ .../VT/callconv/_speed_dbgjumps.csproj | 26 +---------- .../VT/callconv/_speed_dbgvtret.csproj | 26 +---------- .../VT/callconv/_speed_relcall.csproj | 26 +---------- .../VT/callconv/_speed_reljumper.csproj | 29 +------------ .../VT/callconv/_speed_reljumps.csproj | 26 +---------- .../VT/callconv/_speed_relvtret.csproj | 26 +---------- .../Methodical/VT/etc/_dbgctor_recurse.csproj | 26 +---------- .../Methodical/VT/etc/_dbggc_nested.csproj | 30 +------------ .../src/JIT/Methodical/VT/etc/_dbghan2.csproj | 26 +---------- .../src/JIT/Methodical/VT/etc/_dbghan3.csproj | 26 +---------- .../Methodical/VT/etc/_dbghan3_ctor.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_dbghan3_ref.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_dbghanoi.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_dbgknight.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_dbgnested.csproj | 30 +------------ .../JIT/Methodical/VT/etc/_il_dbghan3.ilproj | 26 +---------- .../Methodical/VT/etc/_il_dbghan3_ctor.ilproj | 26 +---------- .../Methodical/VT/etc/_il_dbghan3_ref.ilproj | 26 +---------- .../JIT/Methodical/VT/etc/_il_dbghanoi.ilproj | 26 +---------- .../Methodical/VT/etc/_il_dbghanoi2.ilproj | 26 +---------- .../Methodical/VT/etc/_il_dbgknight.ilproj | 26 +---------- .../Methodical/VT/etc/_il_dbgnested.ilproj | 26 +---------- .../JIT/Methodical/VT/etc/_il_relhan3.ilproj | 26 +---------- .../Methodical/VT/etc/_il_relhan3_ctor.ilproj | 26 +---------- .../Methodical/VT/etc/_il_relhan3_ref.ilproj | 26 +---------- .../JIT/Methodical/VT/etc/_il_relhanoi.ilproj | 26 +---------- .../Methodical/VT/etc/_il_relhanoi2.ilproj | 26 +---------- .../Methodical/VT/etc/_il_relknight.ilproj | 26 +---------- .../Methodical/VT/etc/_il_relnested.ilproj | 26 +---------- .../Methodical/VT/etc/_relctor_recurse.csproj | 26 +---------- .../Methodical/VT/etc/_relgc_nested.csproj | 30 +------------ .../src/JIT/Methodical/VT/etc/_relhan2.csproj | 26 +---------- .../src/JIT/Methodical/VT/etc/_relhan3.csproj | 26 +---------- .../Methodical/VT/etc/_relhan3_ctor.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_relhan3_ref.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_relhanoi.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_relknight.csproj | 26 +---------- .../JIT/Methodical/VT/etc/_relnested.csproj | 30 +------------ .../VT/etc/_speed_dbgctor_recurse.csproj | 26 +---------- .../VT/etc/_speed_dbggc_nested.csproj | 30 +------------ .../Methodical/VT/etc/_speed_dbghan2.csproj | 26 +---------- .../Methodical/VT/etc/_speed_dbghan3.csproj | 26 +---------- .../VT/etc/_speed_dbghan3_ctor.csproj | 26 +---------- .../VT/etc/_speed_dbghan3_ref.csproj | 26 +---------- .../Methodical/VT/etc/_speed_dbghanoi.csproj | 26 +---------- .../Methodical/VT/etc/_speed_dbgknight.csproj | 26 +---------- .../Methodical/VT/etc/_speed_dbgnested.csproj | 30 +------------ .../VT/etc/_speed_relctor_recurse.csproj | 26 +---------- .../VT/etc/_speed_relgc_nested.csproj | 30 +------------ .../Methodical/VT/etc/_speed_relhan2.csproj | 26 +---------- .../Methodical/VT/etc/_speed_relhan3.csproj | 26 +---------- .../VT/etc/_speed_relhan3_ctor.csproj | 26 +---------- .../VT/etc/_speed_relhan3_ref.csproj | 26 +---------- .../Methodical/VT/etc/_speed_relhanoi.csproj | 26 +---------- .../Methodical/VT/etc/_speed_relknight.csproj | 26 +---------- .../Methodical/VT/etc/_speed_relnested.csproj | 30 +------------ .../JIT/Methodical/VT/etc/gc_nested.csproj | 30 +------------ .../src/JIT/Methodical/VT/etc/nested.csproj | 30 +------------ .../Methodical/VT/identity/_dbgaccum.csproj | 26 +---------- .../Methodical/VT/identity/_dbgvcall.csproj | 26 +---------- .../VT/identity/_il_dbgaccum.ilproj | 26 +---------- .../VT/identity/_il_dbglivecall.ilproj | 26 +---------- .../VT/identity/_il_dbgvolatile.ilproj | 26 +---------- .../VT/identity/_il_relaccum.ilproj | 26 +---------- .../VT/identity/_il_rellivecall.ilproj | 26 +---------- .../VT/identity/_il_relvolatile.ilproj | 26 +---------- .../Methodical/VT/identity/_relaccum.csproj | 26 +---------- .../Methodical/VT/identity/_relvcall.csproj | 26 +---------- .../VT/identity/_speed_dbgaccum.csproj | 26 +---------- .../VT/identity/_speed_dbgvcall.csproj | 26 +---------- .../VT/identity/_speed_relaccum.csproj | 26 +---------- .../VT/identity/_speed_relvcall.csproj | 26 +---------- .../src/JIT/Methodical/VT/port/_dbglcs.csproj | 26 +---------- .../Methodical/VT/port/_dbglcs_gcref.csproj | 29 +------------ .../VT/port/_il_dbghuge_gcref.ilproj | 29 +------------ .../VT/port/_il_relhuge_gcref.ilproj | 29 +------------ .../src/JIT/Methodical/VT/port/_rellcs.csproj | 26 +---------- .../Methodical/VT/port/_rellcs_gcref.csproj | 29 +------------ .../Methodical/VT/port/_speed_dbglcs.csproj | 26 +---------- .../VT/port/_speed_dbglcs_gcref.csproj | 29 +------------ .../Methodical/VT/port/_speed_rellcs.csproj | 26 +---------- .../VT/port/_speed_rellcs_gcref.csproj | 29 +------------ .../acceptance/Boxing/boxing001.ilproj | 26 +---------- .../casts/SEH/_dbgcast_throw.csproj | 26 +---------- .../JIT/Methodical/casts/SEH/_dbgthrow.csproj | 29 +------------ .../casts/SEH/_il_dbgcastclass_catch.ilproj | 29 +------------ .../SEH/_il_dbgcastclass_catch_neg.ilproj | 29 +------------ .../Methodical/casts/SEH/_il_dbgfilter.ilproj | 29 +------------ .../casts/SEH/_il_dbgisinst_catch.ilproj | 29 +------------ .../casts/SEH/_il_dbgisinst_catch_neg.ilproj | 29 +------------ .../casts/SEH/_il_relcastclass_catch.ilproj | 29 +------------ .../SEH/_il_relcastclass_catch_neg.ilproj | 29 +------------ .../Methodical/casts/SEH/_il_relfilter.ilproj | 29 +------------ .../casts/SEH/_il_relisinst_catch.ilproj | 29 +------------ .../casts/SEH/_il_relisinst_catch_neg.ilproj | 29 +------------ .../casts/SEH/_relcast_throw.csproj | 26 +---------- .../JIT/Methodical/casts/SEH/_relthrow.csproj | 29 +------------ .../casts/SEH/_speed_dbgcast_throw.csproj | 26 +---------- .../casts/SEH/_speed_dbgthrow.csproj | 29 +------------ .../casts/SEH/_speed_relcast_throw.csproj | 26 +---------- .../casts/SEH/_speed_relthrow.csproj | 29 +------------ .../casts/array/_il_dbgarrays.ilproj | 29 +------------ .../casts/array/_il_dbgcastclass_ldlen.ilproj | 26 +---------- .../casts/array/_il_dbgisinst_ldlen.ilproj | 26 +---------- .../casts/array/_il_relarrays.ilproj | 29 +------------ .../casts/array/_il_relcastclass_ldlen.ilproj | 26 +---------- .../casts/array/_il_relisinst_ldlen.ilproj | 26 +---------- .../casts/coverage/_dbgcastclass_call.csproj | 29 +------------ .../casts/coverage/_dbgcastclass_ldarg.csproj | 29 +------------ .../casts/coverage/_dbgcastclass_ldloc.csproj | 29 +------------ .../coverage/_dbgcastclass_newobj.csproj | 29 +------------ .../casts/coverage/_dbgisinst_call.csproj | 26 +---------- .../casts/coverage/_dbgisinst_ldarg.csproj | 26 +---------- .../casts/coverage/_dbgisinst_ldloc.csproj | 26 +---------- .../casts/coverage/_dbgisinst_newobj.csproj | 26 +---------- .../coverage/_il_dbgcastclass_call.ilproj | 29 +------------ .../coverage/_il_dbgcastclass_calli.ilproj | 29 +------------ .../coverage/_il_dbgcastclass_ldarg.ilproj | 29 +------------ .../coverage/_il_dbgcastclass_ldloc.ilproj | 29 +------------ .../casts/coverage/_il_dbgisinst_call.ilproj | 26 +---------- .../casts/coverage/_il_dbgisinst_calli.ilproj | 26 +---------- .../casts/coverage/_il_dbgisinst_ldarg.ilproj | 26 +---------- .../casts/coverage/_il_dbgisinst_ldloc.ilproj | 26 +---------- .../casts/coverage/_il_dbgldnull.ilproj | 26 +---------- .../coverage/_il_relcastclass_call.ilproj | 29 +------------ .../coverage/_il_relcastclass_calli.ilproj | 29 +------------ .../coverage/_il_relcastclass_ldarg.ilproj | 29 +------------ .../coverage/_il_relcastclass_ldloc.ilproj | 29 +------------ .../casts/coverage/_il_relisinst_call.ilproj | 26 +---------- .../casts/coverage/_il_relisinst_calli.ilproj | 26 +---------- .../casts/coverage/_il_relisinst_ldarg.ilproj | 26 +---------- .../casts/coverage/_il_relisinst_ldloc.ilproj | 26 +---------- .../casts/coverage/_il_relldnull.ilproj | 26 +---------- .../casts/coverage/_relcastclass_call.csproj | 29 +------------ .../casts/coverage/_relcastclass_ldarg.csproj | 29 +------------ .../casts/coverage/_relcastclass_ldloc.csproj | 29 +------------ .../coverage/_relcastclass_newobj.csproj | 29 +------------ .../casts/coverage/_relisinst_call.csproj | 26 +---------- .../casts/coverage/_relisinst_ldarg.csproj | 26 +---------- .../casts/coverage/_relisinst_ldloc.csproj | 26 +---------- .../casts/coverage/_relisinst_newobj.csproj | 26 +---------- .../coverage/_speed_dbgcastclass_call.csproj | 29 +------------ .../coverage/_speed_dbgcastclass_ldarg.csproj | 29 +------------ .../coverage/_speed_dbgcastclass_ldloc.csproj | 29 +------------ .../_speed_dbgcastclass_newobj.csproj | 29 +------------ .../coverage/_speed_dbgisinst_call.csproj | 26 +---------- .../coverage/_speed_dbgisinst_ldarg.csproj | 26 +---------- .../coverage/_speed_dbgisinst_ldloc.csproj | 26 +---------- .../coverage/_speed_dbgisinst_newobj.csproj | 26 +---------- .../coverage/_speed_relcastclass_call.csproj | 29 +------------ .../coverage/_speed_relcastclass_ldarg.csproj | 29 +------------ .../coverage/_speed_relcastclass_ldloc.csproj | 29 +------------ .../_speed_relcastclass_newobj.csproj | 29 +------------ .../coverage/_speed_relisinst_call.csproj | 26 +---------- .../coverage/_speed_relisinst_ldarg.csproj | 26 +---------- .../coverage/_speed_relisinst_ldloc.csproj | 26 +---------- .../coverage/_speed_relisinst_newobj.csproj | 26 +---------- .../Methodical/casts/iface/_dbgiface1.csproj | 29 +------------ .../casts/iface/_il_dbgiface2.ilproj | 29 +------------ .../casts/iface/_il_reliface2.ilproj | 29 +------------ .../Methodical/casts/iface/_reliface1.csproj | 29 +------------ .../casts/iface/_speed_dbgiface1.csproj | 29 +------------ .../casts/iface/_speed_reliface1.csproj | 29 +------------ .../casts/ilseq/_il_relCommonBase.csproj | 26 +---------- .../cctor/misc/Desktop/throw_cs_d.csproj | 29 +------------ .../cctor/misc/Desktop/throw_cs_do.csproj | 29 +------------ .../cctor/misc/Desktop/throw_cs_r.csproj | 29 +------------ .../cctor/misc/Desktop/throw_cs_ro.csproj | 29 +------------ .../cctor/misc/assemname_cs_d.csproj | 28 ++---------- .../cctor/misc/assemname_cs_do.csproj | 26 +---------- .../cctor/misc/assemname_cs_r.csproj | 28 ++---------- .../cctor/misc/assemname_cs_ro.csproj | 26 +---------- .../cctor/misc/deadlock_il_d.ilproj | 26 +---------- .../cctor/misc/deadlock_il_r.ilproj | 27 +----------- .../Methodical/cctor/misc/global_il_d.ilproj | 27 +----------- .../Methodical/cctor/misc/global_il_r.ilproj | 27 +----------- .../JIT/Methodical/cctor/misc/testlib.csproj | 29 +------------ .../cctor/misc/threads1_cs_d.csproj | 28 ++---------- .../cctor/misc/threads1_cs_do.csproj | 27 +----------- .../cctor/misc/threads1_cs_r.csproj | 28 ++---------- .../cctor/misc/threads1_cs_ro.csproj | 26 +---------- .../cctor/misc/threads2_cs_d.csproj | 28 ++---------- .../cctor/misc/threads2_cs_do.csproj | 26 +---------- .../cctor/misc/threads2_cs_r.csproj | 28 ++---------- .../cctor/misc/threads2_cs_ro.csproj | 26 +---------- .../Methodical/cctor/misc/throw_cs_d.csproj | 26 +---------- .../Methodical/cctor/misc/throw_cs_do.csproj | 26 +---------- .../Methodical/cctor/misc/throw_cs_r.csproj | 31 ++----------- .../Methodical/cctor/misc/throw_cs_ro.csproj | 29 +------------ .../simple/Desktop/prefldinit3_il_r.ilproj | 27 +----------- .../cctor/simple/precise1_cs_d.csproj | 26 +---------- .../cctor/simple/precise1_cs_do.csproj | 26 +---------- .../cctor/simple/precise1_cs_r.csproj | 26 +---------- .../cctor/simple/precise1_cs_ro.csproj | 26 +---------- .../cctor/simple/precise1b_cs_d.csproj | 26 +---------- .../cctor/simple/precise1b_cs_do.csproj | 26 +---------- .../cctor/simple/precise1b_cs_r.csproj | 26 +---------- .../cctor/simple/precise1b_cs_ro.csproj | 26 +---------- .../cctor/simple/precise2_cs_d.csproj | 26 +---------- .../cctor/simple/precise2_cs_do.csproj | 26 +---------- .../cctor/simple/precise2_cs_r.csproj | 26 +---------- .../cctor/simple/precise2_cs_ro.csproj | 26 +---------- .../cctor/simple/precise4_cs_d.csproj | 26 +---------- .../cctor/simple/precise4_cs_do.csproj | 26 +---------- .../cctor/simple/precise4_cs_r.csproj | 26 +---------- .../cctor/simple/precise4_cs_ro.csproj | 26 +---------- .../cctor/simple/prefldinit1_il_d.ilproj | 26 +---------- .../cctor/simple/prefldinit1_il_r.ilproj | 27 +----------- .../cctor/simple/prefldinit2_il_d.ilproj | 26 +---------- .../cctor/simple/prefldinit2_il_r.ilproj | 27 +----------- .../cctor/simple/prefldinit4_il_d.ilproj | 26 +---------- .../cctor/simple/prefldinit4_il_r.ilproj | 27 +----------- .../Methodical/cctor/xassem/testlib.csproj | 27 +----------- .../cctor/xassem/xprecise1_cs_d.csproj | 26 +---------- .../cctor/xassem/xprecise1_cs_do.csproj | 26 +---------- .../cctor/xassem/xprecise1_cs_r.csproj | 26 +---------- .../cctor/xassem/xprecise1_cs_ro.csproj | 26 +---------- .../cctor/xassem/xprecise1b_cs_d.csproj | 26 +---------- .../cctor/xassem/xprecise1b_cs_do.csproj | 26 +---------- .../cctor/xassem/xprecise1b_cs_r.csproj | 26 +---------- .../cctor/xassem/xprecise1b_cs_ro.csproj | 26 +---------- .../cctor/xassem/xprecise2_cs_d.csproj | 26 +---------- .../cctor/xassem/xprecise2_cs_do.csproj | 26 +---------- .../cctor/xassem/xprecise2_cs_r.csproj | 26 +---------- .../cctor/xassem/xprecise2_cs_ro.csproj | 26 +---------- .../cctor/xassem/xprecise4_cs_d.csproj | 26 +---------- .../cctor/xassem/xprecise4_cs_do.csproj | 26 +---------- .../cctor/xassem/xprecise4_cs_r.csproj | 26 +---------- .../cctor/xassem/xprecise4_cs_ro.csproj | 26 +---------- .../delegate/_simpleoddpower_il_d.ilproj | 26 +---------- .../delegate/_simpleoddpower_il_r.ilproj | 26 +---------- .../divrem/div/decimaldiv_cs_d.csproj | 26 +---------- .../divrem/div/decimaldiv_cs_do.csproj | 26 +---------- .../divrem/div/decimaldiv_cs_r.csproj | 26 +---------- .../divrem/div/decimaldiv_cs_ro.csproj | 26 +---------- .../Methodical/divrem/div/i4div_cs_d.csproj | 26 +---------- .../Methodical/divrem/div/i4div_cs_do.csproj | 29 +------------ .../Methodical/divrem/div/i4div_cs_r.csproj | 26 +---------- .../Methodical/divrem/div/i4div_cs_ro.csproj | 29 +------------ .../Methodical/divrem/div/i8div_cs_d.csproj | 26 +---------- .../Methodical/divrem/div/i8div_cs_do.csproj | 29 +------------ .../Methodical/divrem/div/i8div_cs_r.csproj | 26 +---------- .../Methodical/divrem/div/i8div_cs_ro.csproj | 29 +------------ .../Methodical/divrem/div/negSignedMod.csproj | 26 +---------- .../divrem/div/overlddiv_cs_d.csproj | 26 +---------- .../divrem/div/overlddiv_cs_do.csproj | 26 +---------- .../divrem/div/overlddiv_cs_r.csproj | 26 +---------- .../divrem/div/overlddiv_cs_ro.csproj | 26 +---------- .../Methodical/divrem/div/r4div_cs_d.csproj | 26 +---------- .../Methodical/divrem/div/r4div_cs_do.csproj | 26 +---------- .../Methodical/divrem/div/r4div_cs_r.csproj | 26 +---------- .../Methodical/divrem/div/r4div_cs_ro.csproj | 26 +---------- .../Methodical/divrem/div/r8div_cs_d.csproj | 26 +---------- .../Methodical/divrem/div/r8div_cs_do.csproj | 26 +---------- .../Methodical/divrem/div/r8div_cs_r.csproj | 26 +---------- .../Methodical/divrem/div/r8div_cs_ro.csproj | 26 +---------- .../Methodical/divrem/div/u4div_cs_d.csproj | 26 +---------- .../Methodical/divrem/div/u4div_cs_do.csproj | 29 +------------ .../Methodical/divrem/div/u4div_cs_r.csproj | 26 +---------- .../Methodical/divrem/div/u4div_cs_ro.csproj | 29 +------------ .../Methodical/divrem/div/u8div_cs_d.csproj | 26 +---------- .../Methodical/divrem/div/u8div_cs_do.csproj | 29 +------------ .../Methodical/divrem/div/u8div_cs_r.csproj | 26 +---------- .../Methodical/divrem/div/u8div_cs_ro.csproj | 29 +------------ .../divrem/rem/decimalrem_cs_d.csproj | 26 +---------- .../divrem/rem/decimalrem_cs_do.csproj | 26 +---------- .../divrem/rem/decimalrem_cs_r.csproj | 26 +---------- .../divrem/rem/decimalrem_cs_ro.csproj | 26 +---------- .../Methodical/divrem/rem/i4rem_cs_d.csproj | 26 +---------- .../Methodical/divrem/rem/i4rem_cs_do.csproj | 29 +------------ .../Methodical/divrem/rem/i4rem_cs_r.csproj | 26 +---------- .../Methodical/divrem/rem/i4rem_cs_ro.csproj | 29 +------------ .../Methodical/divrem/rem/i8rem_cs_d.csproj | 26 +---------- .../Methodical/divrem/rem/i8rem_cs_do.csproj | 26 +---------- .../Methodical/divrem/rem/i8rem_cs_r.csproj | 26 +---------- .../Methodical/divrem/rem/i8rem_cs_ro.csproj | 26 +---------- .../divrem/rem/overldrem_cs_d.csproj | 26 +---------- .../divrem/rem/overldrem_cs_do.csproj | 26 +---------- .../divrem/rem/overldrem_cs_r.csproj | 26 +---------- .../divrem/rem/overldrem_cs_ro.csproj | 26 +---------- .../Methodical/divrem/rem/r4rem_cs_d.csproj | 26 +---------- .../Methodical/divrem/rem/r4rem_cs_do.csproj | 26 +---------- .../Methodical/divrem/rem/r4rem_cs_r.csproj | 26 +---------- .../Methodical/divrem/rem/r4rem_cs_ro.csproj | 26 +---------- .../Methodical/divrem/rem/r8rem_cs_d.csproj | 26 +---------- .../Methodical/divrem/rem/r8rem_cs_do.csproj | 26 +---------- .../Methodical/divrem/rem/r8rem_cs_r.csproj | 26 +---------- .../Methodical/divrem/rem/r8rem_cs_ro.csproj | 26 +---------- .../Methodical/divrem/rem/u4rem_cs_d.csproj | 26 +---------- .../Methodical/divrem/rem/u4rem_cs_do.csproj | 29 +------------ .../Methodical/divrem/rem/u4rem_cs_r.csproj | 26 +---------- .../Methodical/divrem/rem/u4rem_cs_ro.csproj | 29 +------------ .../Methodical/divrem/rem/u8rem_cs_d.csproj | 26 +---------- .../Methodical/divrem/rem/u8rem_cs_do.csproj | 29 +------------ .../Methodical/divrem/rem/u8rem_cs_r.csproj | 26 +---------- .../Methodical/divrem/rem/u8rem_cs_ro.csproj | 29 +------------ .../doublearray/dblarray1_cs_d.csproj | 26 +---------- .../doublearray/dblarray1_cs_do.csproj | 26 +---------- .../doublearray/dblarray1_cs_r.csproj | 26 +---------- .../doublearray/dblarray1_cs_ro.csproj | 26 +---------- .../doublearray/dblarray2_cs_d.csproj | 27 +----------- .../doublearray/dblarray2_cs_do.csproj | 27 +----------- .../doublearray/dblarray2_cs_r.csproj | 27 +----------- .../doublearray/dblarray2_cs_ro.csproj | 27 +----------- .../doublearray/dblarray3_cs_d.csproj | 26 +---------- .../doublearray/dblarray3_cs_do.csproj | 27 +----------- .../doublearray/dblarray3_cs_r.csproj | 26 +---------- .../doublearray/dblarray3_cs_ro.csproj | 26 +---------- .../doublearray/dblarray4_cs_d.csproj | 26 +---------- .../doublearray/dblarray4_cs_do.csproj | 26 +---------- .../doublearray/dblarray4_cs_r.csproj | 26 +---------- .../doublearray/dblarray4_cs_ro.csproj | 26 +---------- .../dynamic_methods/bug_445388.csproj | 26 +---------- .../eh/basics/emptyfinally_d.ilproj | 27 +----------- .../eh/basics/emptyfinally_r.ilproj | 26 +---------- .../eh/basics/multihandler_d.csproj | 27 +----------- .../eh/basics/multihandler_do.csproj | 27 +----------- .../eh/basics/multihandler_r.csproj | 27 +----------- .../eh/basics/multihandler_ro.csproj | 27 +----------- .../eh/basics/throwincatch_d.csproj | 26 +---------- .../eh/basics/throwincatch_do.csproj | 26 +---------- .../eh/basics/throwincatch_r.csproj | 26 +---------- .../eh/basics/throwincatch_ro.csproj | 26 +---------- .../basics/throwinclassconstructor_d.csproj | 27 +----------- .../basics/throwinclassconstructor_do.csproj | 27 +----------- .../basics/throwinclassconstructor_r.csproj | 27 +----------- .../basics/throwinclassconstructor_ro.csproj | 27 +----------- .../eh/basics/throwinexcept_d.ilproj | 27 +----------- .../eh/basics/throwinexcept_r.ilproj | 26 +---------- .../eh/basics/throwinfault_d.ilproj | 27 +----------- .../eh/basics/throwinfault_r.ilproj | 26 +---------- .../eh/basics/throwinfilter_d.ilproj | 27 +----------- .../eh/basics/throwinfilter_r.ilproj | 26 +---------- .../eh/basics/throwinfinally_d.csproj | 27 +----------- .../eh/basics/throwinfinally_do.csproj | 27 +----------- .../eh/basics/throwinfinally_r.csproj | 27 +----------- .../eh/basics/throwinfinally_ro.csproj | 29 +------------ .../eh/basics/throwinfinallyerrpath_d.csproj | 26 +---------- .../eh/basics/throwinfinallyerrpath_do.csproj | 26 +---------- .../eh/basics/throwinfinallyerrpath_r.csproj | 26 +---------- .../eh/basics/throwinfinallyerrpath_ro.csproj | 26 +---------- .../basics/throwinfinallyerrpathfn_d.csproj | 26 +---------- .../basics/throwinfinallyerrpathfn_do.csproj | 26 +---------- .../basics/throwinfinallyerrpathfn_r.csproj | 26 +---------- .../basics/throwinfinallyerrpathfn_ro.csproj | 26 +---------- .../throwinfinallyintryfilter1_d.ilproj | 26 +---------- .../throwinfinallyintryfilter1_r.ilproj | 26 +---------- .../throwinfinallyintryfilter2_d.ilproj | 26 +---------- .../throwinfinallyintryfilter2_r.ilproj | 26 +---------- .../throwinfinallyintryfilter3_d.ilproj | 26 +---------- .../throwinfinallyintryfilter3_r.ilproj | 26 +---------- .../basics/throwisfirstinstruction_d.ilproj | 26 +---------- .../basics/throwisfirstinstruction_r.ilproj | 26 +---------- .../eh/basics/throwoutside_d.csproj | 26 +---------- .../eh/basics/throwoutside_do.csproj | 27 +----------- .../eh/basics/throwoutside_r.csproj | 26 +---------- .../eh/basics/throwoutside_ro.csproj | 26 +---------- .../Methodical/eh/basics/trycatch_d.csproj | 26 +---------- .../Methodical/eh/basics/trycatch_do.csproj | 26 +---------- .../Methodical/eh/basics/trycatch_r.csproj | 27 +----------- .../Methodical/eh/basics/trycatch_ro.csproj | 26 +---------- .../eh/basics/trycatchtrycatch_d.csproj | 26 +---------- .../eh/basics/trycatchtrycatch_do.csproj | 26 +---------- .../eh/basics/trycatchtrycatch_r.csproj | 26 +---------- .../eh/basics/trycatchtrycatch_ro.csproj | 26 +---------- .../Methodical/eh/basics/tryexcept_d.ilproj | 26 +---------- .../Methodical/eh/basics/tryexcept_r.ilproj | 26 +---------- .../Methodical/eh/basics/tryfault_d.ilproj | 26 +---------- .../Methodical/eh/basics/tryfault_r.ilproj | 26 +---------- .../eh/basics/tryfaulttrycatch_d.ilproj | 27 +----------- .../eh/basics/tryfaulttrycatch_r.ilproj | 26 +---------- .../eh/basics/tryfaulttrycatchfn_d.ilproj | 27 +----------- .../eh/basics/tryfaulttrycatchfn_r.ilproj | 26 +---------- .../Methodical/eh/basics/tryfinally_d.csproj | 26 +---------- .../Methodical/eh/basics/tryfinally_do.csproj | 26 +---------- .../Methodical/eh/basics/tryfinally_r.csproj | 26 +---------- .../Methodical/eh/basics/tryfinally_ro.csproj | 26 +---------- .../eh/basics/tryfinallytrycatch_d.csproj | 26 +---------- .../eh/basics/tryfinallytrycatch_do.csproj | 26 +---------- .../eh/basics/tryfinallytrycatch_r.csproj | 27 +----------- .../eh/basics/tryfinallytrycatch_ro.csproj | 26 +---------- .../eh/basics/tryfinallytryfinally_d.csproj | 26 +---------- .../eh/basics/tryfinallytryfinally_do.csproj | 26 +---------- .../eh/basics/tryfinallytryfinally_r.csproj | 26 +---------- .../eh/basics/tryfinallytryfinally_ro.csproj | 26 +---------- .../basics/tryfinallywith2endfinally_d.ilproj | 26 +---------- .../basics/tryfinallywith2endfinally_r.ilproj | 26 +---------- ...ryfinallywith2reachableendfinally_d.ilproj | 26 +---------- ...ryfinallywith2reachableendfinally_r.ilproj | 26 +---------- .../eh/basics/trythrowcatch_d.csproj | 26 +---------- .../eh/basics/trythrowcatch_do.csproj | 26 +---------- .../eh/basics/trythrowcatch_r.csproj | 26 +---------- .../eh/basics/trythrowcatch_ro.csproj | 26 +---------- .../eh/basics/trythrowcatchfinally_d.csproj | 26 +---------- .../eh/basics/trythrowcatchfinally_do.csproj | 26 +---------- .../eh/basics/trythrowcatchfinally_r.csproj | 26 +---------- .../eh/basics/trythrowcatchfinally_ro.csproj | 26 +---------- .../eh/basics/trythrowexcept_d.ilproj | 27 +----------- .../eh/basics/trythrowexcept_r.ilproj | 26 +---------- .../JIT/Methodical/eh/common/common.csproj | 33 ++------------ .../src/JIT/Methodical/eh/cs/unsafe_d.csproj | 26 +---------- .../src/JIT/Methodical/eh/cs/unsafe_do.csproj | 26 +---------- .../src/JIT/Methodical/eh/cs/unsafe_r.csproj | 26 +---------- .../src/JIT/Methodical/eh/cs/unsafe_ro.csproj | 27 +----------- .../eh/deadcode/badcodeaftercatch_d.ilproj | 26 +---------- .../eh/deadcode/badcodeaftercatch_r.ilproj | 26 +---------- .../eh/deadcode/badcodeafterfault_d.ilproj | 26 +---------- .../eh/deadcode/badcodeafterfault_r.ilproj | 26 +---------- .../eh/deadcode/badcodeafterfilter_d.ilproj | 26 +---------- .../eh/deadcode/badcodeafterfilter_r.ilproj | 26 +---------- .../eh/deadcode/badcodeafterfinally_d.ilproj | 27 +----------- .../eh/deadcode/badcodeafterfinally_r.ilproj | 27 +----------- .../eh/deadcode/badcodeaftertry_d.ilproj | 26 +---------- .../eh/deadcode/badcodeaftertry_r.ilproj | 26 +---------- .../eh/deadcode/badcodeinsidefinally_d.ilproj | 27 +----------- .../eh/deadcode/badcodeinsidefinally_r.ilproj | 26 +---------- .../eh/deadcode/branchoverendfinally_d.ilproj | 26 +---------- .../eh/deadcode/branchoverendfinally_r.ilproj | 26 +---------- .../eh/deadcode/deadEHregionacrossBB_d.ilproj | 26 +---------- .../eh/deadcode/deadEHregionacrossBB_r.ilproj | 27 +----------- .../eh/deadcode/deadcodeincatch_d.ilproj | 26 +---------- .../eh/deadcode/deadcodeincatch_r.ilproj | 27 +----------- .../eh/deadcode/deadnonlocalexit_d.ilproj | 26 +---------- .../eh/deadcode/deadnonlocalexit_r.ilproj | 26 +---------- .../eh/deadcode/deadoponerror_d.ilproj | 26 +---------- .../eh/deadcode/deadoponerror_r.ilproj | 27 +----------- .../deadcode/deadoponerrorinfunclet_d.ilproj | 27 +----------- .../deadcode/deadoponerrorinfunclet_r.ilproj | 26 +---------- .../eh/deadcode/deadrgninfunclet_d.ilproj | 26 +---------- .../eh/deadcode/deadrgninfunclet_r.ilproj | 26 +---------- .../eh/deadcode/deadtrycatch_d.ilproj | 26 +---------- .../eh/deadcode/deadtrycatch_r.ilproj | 26 +---------- .../eh/deadcode/deadtryfinally_d.ilproj | 26 +---------- .../eh/deadcode/deadtryfinally_r.ilproj | 26 +---------- .../eh/deadcode/deadtryfinallythrow_d.ilproj | 26 +---------- .../eh/deadcode/deadtryfinallythrow_r.ilproj | 26 +---------- .../eh/deadcode/endfinallyinloop_d.ilproj | 26 +---------- .../eh/deadcode/endfinallyinloop_r.ilproj | 26 +---------- .../eh/deadcode/loopstrswitchgoto_d.csproj | 28 ++---------- .../eh/deadcode/loopstrswitchgoto_do.csproj | 26 +---------- .../eh/deadcode/loopstrswitchgoto_r.csproj | 28 ++---------- .../eh/deadcode/loopstrswitchgoto_ro.csproj | 26 +---------- .../eh/deadcode/severaldeadehregions_d.ilproj | 26 +---------- .../eh/deadcode/severaldeadehregions_r.ilproj | 26 +---------- .../severalnesteddeadehregions_d.ilproj | 26 +---------- .../severalnesteddeadehregions_r.ilproj | 26 +---------- .../eh/deadcode/simpledeadehregion_d.ilproj | 26 +---------- .../eh/deadcode/simpledeadehregion_r.ilproj | 26 +---------- .../eh/disconnected/backwardleave_d.ilproj | 26 +---------- .../eh/disconnected/backwardleave_r.ilproj | 26 +---------- .../disconnected/catchbeforetrybody_d.ilproj | 26 +---------- .../disconnected/catchbeforetrybody_r.ilproj | 26 +---------- .../catchtryintryfinally_d.ilproj | 26 +---------- .../catchtryintryfinally_r.ilproj | 26 +---------- .../disconnected/faultbeforetrybody_d.ilproj | 26 +---------- .../disconnected/faultbeforetrybody_r.ilproj | 26 +---------- .../finallybeforetrybody_d.ilproj | 26 +---------- .../finallybeforetrybody_r.ilproj | 26 +---------- .../finallytryintryfinally_d.ilproj | 26 +---------- .../finallytryintryfinally_r.ilproj | 26 +---------- .../eh/disconnected/reversedhandlers_d.ilproj | 27 +----------- .../eh/disconnected/reversedhandlers_r.ilproj | 26 +---------- .../eh/disconnected/reversedtryblock_d.ilproj | 27 +----------- .../eh/disconnected/reversedtryblock_r.ilproj | 26 +---------- .../disconnected/sehhandlerbeforetry_d.ilproj | 26 +---------- .../disconnected/sehhandlerbeforetry_r.ilproj | 26 +---------- .../eh/disconnected/testeit_d.ilproj | 26 +---------- .../eh/disconnected/testeit_r.ilproj | 26 +---------- .../trybodyinbetweencatchhandlers_d.ilproj | 26 +---------- .../trybodyinbetweencatchhandlers_r.ilproj | 26 +---------- .../tryfinallyincatchtry_d.ilproj | 26 +---------- .../tryfinallyincatchtry_r.ilproj | 26 +---------- .../catchrettoinnertry_cs_d.csproj | 27 +----------- .../catchrettoinnertry_cs_do.csproj | 27 +----------- .../catchrettoinnertry_cs_r.csproj | 27 +----------- .../catchrettoinnertry_cs_ro.csproj | 27 +----------- .../finallyexec/catchrettoinnertry_d.ilproj | 27 +----------- .../finallyexec/catchrettoinnertry_r.ilproj | 27 +----------- .../finallyexec/localgotoinahandler_d.csproj | 26 +---------- .../finallyexec/localgotoinahandler_do.csproj | 26 +---------- .../finallyexec/localgotoinahandler_r.csproj | 26 +---------- .../finallyexec/localgotoinahandler_ro.csproj | 26 +---------- .../eh/finallyexec/loopinfinally_d.csproj | 27 +----------- .../eh/finallyexec/loopinfinally_do.csproj | 27 +----------- .../eh/finallyexec/loopinfinally_r.csproj | 27 +----------- .../eh/finallyexec/loopinfinally_ro.csproj | 27 +----------- .../eh/finallyexec/nestedfinallycall_d.ilproj | 27 +----------- .../eh/finallyexec/nestedfinallycall_r.ilproj | 26 +---------- .../nonlocalexittobeginningoftry_d.csproj | 26 +---------- .../nonlocalexittobeginningoftry_do.csproj | 26 +---------- .../nonlocalexittobeginningoftry_r.csproj | 26 +---------- .../nonlocalexittobeginningoftry_ro.csproj | 26 +---------- .../nonlocalexittonestedsibling_d.ilproj | 27 +----------- .../nonlocalexittonestedsibling_r.ilproj | 26 +---------- ...nonlocalgotoinatryblockinahandler_d.csproj | 26 +---------- ...onlocalgotoinatryblockinahandler_do.csproj | 26 +---------- ...nonlocalgotoinatryblockinahandler_r.csproj | 26 +---------- ...onlocalgotoinatryblockinahandler_ro.csproj | 26 +---------- .../finallyexec/simplenonlocalexit_d.csproj | 26 +---------- .../finallyexec/simplenonlocalexit_do.csproj | 26 +---------- .../finallyexec/simplenonlocalexit_r.csproj | 26 +---------- .../finallyexec/simplenonlocalexit_ro.csproj | 26 +---------- ...implenonlocalexitnestedintrycatch_d.csproj | 26 +---------- ...mplenonlocalexitnestedintrycatch_do.csproj | 26 +---------- ...implenonlocalexitnestedintrycatch_r.csproj | 26 +---------- ...mplenonlocalexitnestedintrycatch_ro.csproj | 26 +---------- .../eh/finallyexec/switchincatch_d.csproj | 26 +---------- .../eh/finallyexec/switchincatch_do.csproj | 26 +---------- .../eh/finallyexec/switchincatch_r.csproj | 26 +---------- .../eh/finallyexec/switchincatch_ro.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit1_d.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit1_do.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit1_r.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit1_ro.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit2_d.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit2_do.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit2_r.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit2_ro.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit3_d.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit3_do.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit3_r.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit3_ro.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit4_d.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit4_do.csproj | 26 +---------- ...ryCatchFinallyThrow_nonlocalexit4_r.csproj | 26 +---------- ...yCatchFinallyThrow_nonlocalexit4_ro.csproj | 26 +---------- .../tryfinallythrow_nonlocalexit_d.csproj | 26 +---------- .../tryfinallythrow_nonlocalexit_do.csproj | 26 +---------- .../tryfinallythrow_nonlocalexit_r.csproj | 26 +---------- .../tryfinallythrow_nonlocalexit_ro.csproj | 26 +---------- .../eh/generics/throwincatch_d.csproj | 27 +----------- .../eh/generics/throwincatch_do.csproj | 27 +----------- .../eh/generics/throwincatch_r.csproj | 27 +----------- .../eh/generics/throwincatch_ro.csproj | 27 +----------- .../eh/generics/trycatchnestedtype_d.csproj | 27 +----------- .../eh/generics/trycatchnestedtype_do.csproj | 27 +----------- .../eh/generics/trycatchnestedtype_r.csproj | 27 +----------- .../eh/generics/trycatchnestedtype_ro.csproj | 27 +----------- .../eh/generics/trycatchsimpletype_d.csproj | 27 +----------- .../eh/generics/trycatchsimpletype_do.csproj | 27 +----------- .../eh/generics/trycatchsimpletype_r.csproj | 27 +----------- .../eh/generics/trycatchsimpletype_ro.csproj | 27 +----------- .../Methodical/eh/interactions/ehso.csproj | 26 +---------- .../eh/interactions/gcincatch_d.csproj | 26 +---------- .../eh/interactions/gcincatch_do.csproj | 26 +---------- .../eh/interactions/gcincatch_r.csproj | 26 +---------- .../eh/interactions/gcincatch_ro.csproj | 26 +---------- .../interactions/rangecheckinfinally_d.csproj | 29 +------------ .../rangecheckinfinally_do.csproj | 29 +------------ .../interactions/rangecheckinfinally_r.csproj | 29 +------------ .../rangecheckinfinally_ro.csproj | 29 +------------ .../eh/interactions/strswitchfinal_d.csproj | 32 ++------------ .../eh/interactions/strswitchfinal_do.csproj | 29 +------------ .../eh/interactions/strswitchfinal_r.csproj | 32 ++------------ .../eh/interactions/strswitchfinal_ro.csproj | 29 +------------ .../eh/interactions/switchinfinally_d.csproj | 29 +------------ .../eh/interactions/switchinfinally_do.csproj | 29 +------------ .../eh/interactions/switchinfinally_r.csproj | 29 +------------ .../eh/interactions/switchinfinally_ro.csproj | 29 +------------ .../eh/interactions/throw1dimarray_d.ilproj | 27 +----------- .../eh/interactions/throw1dimarray_r.ilproj | 26 +---------- .../eh/interactions/throw2dimarray_d.ilproj | 27 +----------- .../eh/interactions/throw2dimarray_r.ilproj | 26 +---------- .../interactions/volatilefromfinally.csproj | 26 +---------- .../eh/leaves/2branchesoutoftry_d.ilproj | 26 +---------- .../eh/leaves/2branchesoutoftry_r.ilproj | 26 +---------- .../eh/leaves/backwardleaveincatch_d.ilproj | 26 +---------- .../eh/leaves/backwardleaveincatch_r.ilproj | 26 +---------- .../leaves/branchbackwardswithcatch_d.ilproj | 26 +---------- .../leaves/branchbackwardswithcatch_r.ilproj | 26 +---------- .../branchbackwardswithfinally_d.ilproj | 26 +---------- .../branchbackwardswithfinally_r.ilproj | 26 +---------- .../branchoutofnestedtryfinally_d.ilproj | 26 +---------- .../branchoutofnestedtryfinally_r.ilproj | 26 +---------- .../eh/leaves/branchoutoftryfinally_d.ilproj | 26 +---------- .../eh/leaves/branchoutoftryfinally_r.ilproj | 26 +---------- .../catchretnonlocalexitinfunclet_d.csproj | 27 +----------- .../catchretnonlocalexitinfunclet_do.csproj | 27 +----------- .../catchretnonlocalexitinfunclet_r.csproj | 27 +----------- .../catchretnonlocalexitinfunclet_ro.csproj | 27 +----------- .../eh/leaves/forwardleaveincatch_d.ilproj | 26 +---------- .../eh/leaves/forwardleaveincatch_r.ilproj | 26 +---------- .../eh/leaves/labelbeforefinally_d.ilproj | 27 +----------- .../eh/leaves/labelbeforefinally_r.ilproj | 26 +---------- .../eh/leaves/labelbeginningfinally_d.ilproj | 27 +----------- .../eh/leaves/labelbeginningfinally_r.ilproj | 26 +---------- .../eh/leaves/leaveinsameregion_d.ilproj | 26 +---------- .../eh/leaves/leaveinsameregion_r.ilproj | 26 +---------- .../eh/leaves/leaveintotrybody_d.ilproj | 26 +---------- .../eh/leaves/leaveintotrybody_r.ilproj | 26 +---------- .../nonlocalexitfromnestedcatch_d.csproj | 26 +---------- .../nonlocalexitfromnestedcatch_do.csproj | 26 +---------- .../nonlocalexitfromnestedcatch_r.csproj | 26 +---------- .../nonlocalexitfromnestedcatch_ro.csproj | 26 +---------- .../Methodical/eh/leaves/oponerror_d.csproj | 27 +----------- .../Methodical/eh/leaves/oponerror_do.csproj | 27 +----------- .../Methodical/eh/leaves/oponerror_r.csproj | 27 +----------- .../Methodical/eh/leaves/oponerror_ro.csproj | 27 +----------- ...finallyintrycatchwithleaveintotry_d.ilproj | 26 +---------- ...finallyintrycatchwithleaveintotry_r.ilproj | 26 +---------- .../eh/leaves/tryfinallyloop_d.csproj | 26 +---------- .../eh/leaves/tryfinallyloop_do.csproj | 26 +---------- .../eh/leaves/tryfinallyloop_r.csproj | 26 +---------- .../eh/leaves/tryfinallyloop_ro.csproj | 27 +----------- .../eh/mixedhandler/catchfiltercatch_d.ilproj | 27 +----------- .../eh/mixedhandler/catchfiltercatch_r.ilproj | 26 +---------- .../filterfiltercatchcatch_d.ilproj | 27 +----------- .../filterfiltercatchcatch_r.ilproj | 26 +---------- .../cascadedcatchret/cascadedcatch_d.ilproj | 27 +----------- .../cascadedcatchret/cascadedcatch_r.ilproj | 26 +---------- .../cascadedcatchret/cascadedexcept_d.ilproj | 27 +----------- .../cascadedcatchret/cascadedexcept_r.ilproj | 26 +---------- .../throwincascadedcatch_d.ilproj | 27 +----------- .../throwincascadedcatch_r.ilproj | 26 +---------- .../throwincascadedcatchnofin_d.ilproj | 27 +----------- .../throwincascadedcatchnofin_r.ilproj | 26 +---------- .../throwincascadedexcept_d.ilproj | 27 +----------- .../throwincascadedexcept_r.ilproj | 26 +---------- .../throwincascadedexceptnofin_d.ilproj | 27 +----------- .../throwincascadedexceptnofin_r.ilproj | 26 +---------- .../eh/nested/general/cascadedcatch_d.csproj | 26 +---------- .../eh/nested/general/cascadedcatch_do.csproj | 26 +---------- .../eh/nested/general/cascadedcatch_r.csproj | 26 +---------- .../eh/nested/general/cascadedcatch_ro.csproj | 26 +---------- .../nested/general/localvarincatch_d.ilproj | 27 +----------- .../nested/general/localvarincatch_r.ilproj | 26 +---------- .../general/methodthrowsinfinally_d.csproj | 26 +---------- .../general/methodthrowsinfinally_do.csproj | 26 +---------- .../general/methodthrowsinfinally_r.csproj | 26 +---------- .../general/methodthrowsinfinally_ro.csproj | 26 +---------- .../rethrowincatchnestedinfinally_d.csproj | 27 +----------- .../rethrowincatchnestedinfinally_do.csproj | 27 +----------- .../rethrowincatchnestedinfinally_r.csproj | 27 +----------- .../rethrowincatchnestedinfinally_ro.csproj | 27 +----------- .../eh/nested/general/throwinfinally_d.csproj | 27 +----------- .../nested/general/throwinfinally_do.csproj | 27 +----------- .../eh/nested/general/throwinfinally_r.csproj | 27 +----------- .../nested/general/throwinfinally_ro.csproj | 27 +----------- .../throwinfinallynestedintry_d.csproj | 27 +----------- .../throwinfinallynestedintry_do.csproj | 27 +----------- .../throwinfinallynestedintry_r.csproj | 27 +----------- .../throwinfinallynestedintry_ro.csproj | 27 +----------- .../general/throwinnestedcatch_d.ilproj | 27 +----------- .../general/throwinnestedcatch_r.ilproj | 26 +---------- .../general/throwinnestedfinally_d.csproj | 27 +----------- .../general/throwinnestedfinally_do.csproj | 27 +----------- .../general/throwinnestedfinally_r.csproj | 27 +----------- .../general/throwinnestedfinally_ro.csproj | 27 +----------- .../general/trycatchintryfinally_d.csproj | 27 +----------- .../general/trycatchintryfinally_do.csproj | 27 +----------- .../general/trycatchintryfinally_r.csproj | 27 +----------- .../general/trycatchintryfinally_ro.csproj | 27 +----------- .../nested/nestedtry/nestedtrycatch_d.ilproj | 26 +---------- .../nested/nestedtry/nestedtrycatch_r.ilproj | 26 +---------- .../nested/nestedtry/nestedtryexcept_d.ilproj | 26 +---------- .../nested/nestedtry/nestedtryexcept_r.ilproj | 26 +---------- .../nested/nestedtry/nestedtryfault_d.ilproj | 26 +---------- .../nested/nestedtry/nestedtryfault_r.ilproj | 26 +---------- .../nestedtry/nestedtryfinally_d.ilproj | 27 +----------- .../nestedtry/nestedtryfinally_r.ilproj | 26 +---------- .../nestedtry/throwinnestedtrycatch_d.ilproj | 26 +---------- .../nestedtry/throwinnestedtrycatch_r.ilproj | 26 +---------- .../nestedtry/throwinnestedtryexcept_d.ilproj | 26 +---------- .../nestedtry/throwinnestedtryexcept_r.ilproj | 26 +---------- .../nestedtry/throwinnestedtryfault_d.ilproj | 27 +----------- .../nestedtry/throwinnestedtryfault_r.ilproj | 26 +---------- .../throwinnestedtryfinally_d.ilproj | 27 +----------- .../throwinnestedtryfinally_r.ilproj | 26 +---------- .../nonlocalexit/throwinfinally_50_d.csproj | 27 +----------- .../nonlocalexit/throwinfinally_50_do.csproj | 27 +----------- .../nonlocalexit/throwinfinally_50_r.csproj | 27 +----------- .../nonlocalexit/throwinfinally_50_ro.csproj | 27 +----------- .../throwinfinallynestedintry_30_d.csproj | 27 +----------- .../throwinfinallynestedintry_30_do.csproj | 27 +----------- .../throwinfinallynestedintry_30_r.csproj | 27 +----------- .../throwinfinallynestedintry_30_ro.csproj | 27 +----------- .../throwinfinallyrecursive_20_d.csproj | 27 +----------- .../throwinfinallyrecursive_20_do.csproj | 27 +----------- .../throwinfinallyrecursive_20_r.csproj | 27 +----------- .../throwinfinallyrecursive_20_ro.csproj | 27 +----------- .../asurt/122239/outermostFinally.csproj | 27 +----------- .../asurt/140713/innerFinally_d.csproj | 27 +----------- .../asurt/140713/innerFinally_do.csproj | 27 +----------- .../asurt/140713/innerFinally_r.csproj | 27 +----------- .../asurt/140713/innerFinally_ro.csproj | 27 +----------- .../asurt/141358/uncaughtException_d.csproj | 26 +---------- .../asurt/141358/uncaughtException_do.csproj | 26 +---------- .../asurt/141358/uncaughtException_r.csproj | 26 +---------- .../asurt/141358/uncaughtException_ro.csproj | 26 +---------- .../regress/vswhidbey/148190/baduwinfo.csproj | 26 +---------- .../vswhidbey/148190/baduwinfo1.csproj | 26 +---------- .../rethrowinfinallyaftercatch_d.csproj | 26 +---------- .../rethrowinfinallyaftercatch_do.csproj | 26 +---------- .../rethrowinfinallyaftercatch_r.csproj | 26 +---------- .../rethrowinfinallyaftercatch_ro.csproj | 26 +---------- .../rethrowinfinallyinsidecatch_d.ilproj | 26 +---------- .../rethrowinfinallyinsidecatch_r.ilproj | 26 +---------- .../rethrowwithhandlerscatchingbase_d.csproj | 26 +---------- .../rethrowwithhandlerscatchingbase_do.csproj | 26 +---------- .../rethrowwithhandlerscatchingbase_r.csproj | 26 +---------- .../rethrowwithhandlerscatchingbase_ro.csproj | 26 +---------- .../eh/rethrow/samerethrowtwice_d.csproj | 27 +----------- .../eh/rethrow/samerethrowtwice_do.csproj | 27 +----------- .../eh/rethrow/samerethrowtwice_r.csproj | 27 +----------- .../eh/rethrow/samerethrowtwice_ro.csproj | 27 +----------- .../eh/rethrow/samethrowtwice_d.csproj | 27 +----------- .../eh/rethrow/samethrowtwice_do.csproj | 27 +----------- .../eh/rethrow/samethrowtwice_r.csproj | 27 +----------- .../eh/rethrow/samethrowtwice_ro.csproj | 27 +----------- .../eh/rethrow/simplerethrow_d.csproj | 26 +---------- .../eh/rethrow/simplerethrow_do.csproj | 26 +---------- .../eh/rethrow/simplerethrow_r.csproj | 26 +---------- .../eh/rethrow/simplerethrow_ro.csproj | 26 +---------- .../throwwithhandlerscatchingbase_d.csproj | 26 +---------- .../throwwithhandlerscatchingbase_do.csproj | 27 +----------- .../throwwithhandlerscatchingbase_r.csproj | 26 +---------- .../throwwithhandlerscatchingbase_ro.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_c.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_f4.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_f8.csproj | 29 +------------ .../explicit/basic/_dbgrefarg_i1.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_i2.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_i4.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_o.csproj | 26 +---------- .../explicit/basic/_dbgrefarg_s.csproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_c.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_f4.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_f8.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_i1.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_i2.ilproj | 26 +---------- .../explicit/basic/_il_dbgrefarg_i4.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_o.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefarg_s.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefloc_c.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefloc_i1.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefloc_i2.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefloc_i4.ilproj | 26 +---------- .../explicit/basic/_il_dbgrefloc_o.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefloc_o2.ilproj | 26 +---------- .../explicit/basic/_il_dbgrefloc_r4.ilproj | 29 +------------ .../explicit/basic/_il_dbgrefloc_r8.ilproj | 26 +---------- .../explicit/basic/_il_dbgrefloc_u2.ilproj | 26 +---------- .../explicit/basic/_il_relrefarg_c.ilproj | 29 +------------ .../explicit/basic/_il_relrefarg_f4.ilproj | 29 +------------ .../explicit/basic/_il_relrefarg_f8.ilproj | 26 +---------- .../explicit/basic/_il_relrefarg_i1.ilproj | 29 +------------ .../explicit/basic/_il_relrefarg_i2.ilproj | 26 +---------- .../explicit/basic/_il_relrefarg_i4.ilproj | 26 +---------- .../explicit/basic/_il_relrefarg_o.ilproj | 29 +------------ .../explicit/basic/_il_relrefarg_s.ilproj | 26 +---------- .../explicit/basic/_il_relrefloc_c.ilproj | 29 +------------ .../explicit/basic/_il_relrefloc_i1.ilproj | 26 +---------- .../explicit/basic/_il_relrefloc_i2.ilproj | 26 +---------- .../explicit/basic/_il_relrefloc_i4.ilproj | 29 +------------ .../explicit/basic/_il_relrefloc_o.ilproj | 29 +------------ .../explicit/basic/_il_relrefloc_o2.ilproj | 26 +---------- .../explicit/basic/_il_relrefloc_r4.ilproj | 29 +------------ .../explicit/basic/_il_relrefloc_r8.ilproj | 29 +------------ .../explicit/basic/_il_relrefloc_u2.ilproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_c.csproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_f4.csproj | 26 +---------- .../explicit/basic/_opt_dbgrefarg_f8.csproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_i1.csproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_i2.csproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_i4.csproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_o.csproj | 29 +------------ .../explicit/basic/_opt_dbgrefarg_s.csproj | 26 +---------- .../explicit/basic/_opt_relrefarg_c.csproj | 26 +---------- .../explicit/basic/_opt_relrefarg_f4.csproj | 29 +------------ .../explicit/basic/_opt_relrefarg_f8.csproj | 29 +------------ .../explicit/basic/_opt_relrefarg_i1.csproj | 29 +------------ .../explicit/basic/_opt_relrefarg_i2.csproj | 26 +---------- .../explicit/basic/_opt_relrefarg_i4.csproj | 26 +---------- .../explicit/basic/_opt_relrefarg_o.csproj | 26 +---------- .../explicit/basic/_opt_relrefarg_s.csproj | 26 +---------- .../explicit/basic/_relrefarg_c.csproj | 29 +------------ .../explicit/basic/_relrefarg_f4.csproj | 26 +---------- .../explicit/basic/_relrefarg_f8.csproj | 29 +------------ .../explicit/basic/_relrefarg_i1.csproj | 26 +---------- .../explicit/basic/_relrefarg_i2.csproj | 29 +------------ .../explicit/basic/_relrefarg_i4.csproj | 29 +------------ .../explicit/basic/_relrefarg_o.csproj | 29 +------------ .../explicit/basic/_relrefarg_s.csproj | 26 +---------- .../explicit/coverage/expl_byte_1_d.csproj | 28 +----------- .../explicit/coverage/expl_byte_1_r.csproj | 28 +----------- .../explicit/coverage/expl_double_1_d.csproj | 27 +----------- .../explicit/coverage/expl_double_1_r.csproj | 27 +----------- .../explicit/coverage/expl_float_1_d.csproj | 27 +----------- .../explicit/coverage/expl_float_1_r.csproj | 27 +----------- .../explicit/coverage/expl_gc_byte_1_d.csproj | 28 +----------- .../explicit/coverage/expl_gc_byte_1_r.csproj | 28 +----------- .../coverage/expl_gc_double_1_d.csproj | 27 +----------- .../coverage/expl_gc_double_1_r.csproj | 27 +----------- .../coverage/expl_gc_float_1_d.csproj | 27 +----------- .../coverage/expl_gc_float_1_r.csproj | 27 +----------- .../explicit/coverage/expl_gc_int_1_d.csproj | 27 +----------- .../explicit/coverage/expl_gc_int_1_r.csproj | 27 +----------- .../explicit/coverage/expl_gc_long_1_d.csproj | 27 +----------- .../explicit/coverage/expl_gc_long_1_r.csproj | 27 +----------- .../explicit/coverage/expl_gc_obj_1_d.csproj | 27 +----------- .../explicit/coverage/expl_gc_obj_1_r.csproj | 27 +----------- .../coverage/expl_gc_short_1_d.csproj | 27 +----------- .../coverage/expl_gc_short_1_r.csproj | 27 +----------- .../explicit/coverage/expl_gc_val_1_d.csproj | 27 +----------- .../explicit/coverage/expl_gc_val_1_r.csproj | 27 +----------- .../explicit/coverage/expl_int_1_d.csproj | 27 +----------- .../explicit/coverage/expl_int_1_r.csproj | 27 +----------- .../explicit/coverage/expl_long_1_d.csproj | 27 +----------- .../explicit/coverage/expl_long_1_r.csproj | 27 +----------- .../explicit/coverage/expl_obj_1_d.csproj | 27 +----------- .../explicit/coverage/expl_obj_1_r.csproj | 27 +----------- .../explicit/coverage/expl_short_1_d.csproj | 27 +----------- .../explicit/coverage/expl_short_1_r.csproj | 27 +----------- .../explicit/coverage/expl_val_1_d.csproj | 27 +----------- .../explicit/coverage/expl_val_1_r.csproj | 27 +----------- .../explicit/coverage/seq_byte_1_d.csproj | 28 +----------- .../explicit/coverage/seq_byte_1_r.csproj | 28 +----------- .../explicit/coverage/seq_double_1_d.csproj | 27 +----------- .../explicit/coverage/seq_double_1_r.csproj | 27 +----------- .../explicit/coverage/seq_float_1_d.csproj | 27 +----------- .../explicit/coverage/seq_float_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_byte_1_d.csproj | 28 +----------- .../explicit/coverage/seq_gc_byte_1_r.csproj | 28 +----------- .../coverage/seq_gc_double_1_d.csproj | 27 +----------- .../coverage/seq_gc_double_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_float_1_d.csproj | 27 +----------- .../explicit/coverage/seq_gc_float_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_int_1_d.csproj | 27 +----------- .../explicit/coverage/seq_gc_int_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_long_1_d.csproj | 27 +----------- .../explicit/coverage/seq_gc_long_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_obj_1_d.csproj | 27 +----------- .../explicit/coverage/seq_gc_obj_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_short_1_d.csproj | 27 +----------- .../explicit/coverage/seq_gc_short_1_r.csproj | 27 +----------- .../explicit/coverage/seq_gc_val_1_d.csproj | 27 +----------- .../explicit/coverage/seq_gc_val_1_r.csproj | 27 +----------- .../explicit/coverage/seq_int_1_d.csproj | 27 +----------- .../explicit/coverage/seq_int_1_r.csproj | 27 +----------- .../explicit/coverage/seq_long_1_d.csproj | 27 +----------- .../explicit/coverage/seq_long_1_r.csproj | 27 +----------- .../explicit/coverage/seq_obj_1_d.csproj | 27 +----------- .../explicit/coverage/seq_obj_1_r.csproj | 27 +----------- .../explicit/coverage/seq_short_1_d.csproj | 27 +----------- .../explicit/coverage/seq_short_1_r.csproj | 27 +----------- .../explicit/coverage/seq_val_1_d.csproj | 27 +----------- .../explicit/coverage/seq_val_1_r.csproj | 27 +----------- .../explicit/funcptr/expl_funcptr_gc_d.ilproj | 26 +---------- .../explicit/funcptr/expl_funcptr_gc_r.ilproj | 27 +----------- .../funcptr/expl_funcptr_val_d.ilproj | 26 +---------- .../funcptr/expl_funcptr_val_r.ilproj | 27 +----------- .../explicit/funcptr/seq_funcptr_gc_d.ilproj | 26 +---------- .../explicit/funcptr/seq_funcptr_gc_r.ilproj | 27 +----------- .../explicit/funcptr/seq_funcptr_val_d.ilproj | 26 +---------- .../explicit/funcptr/seq_funcptr_val_r.ilproj | 27 +----------- .../explicit/misc/_dbgexplicit1.csproj | 29 +------------ .../explicit/misc/_dbgexplicit2.csproj | 29 +------------ .../explicit/misc/_dbgexplicit3.csproj | 29 +------------ .../explicit/misc/_dbgexplicit4.csproj | 29 +------------ .../explicit/misc/_dbgexplicit5.csproj | 29 +------------ .../explicit/misc/_dbgexplicit6.csproj | 29 +------------ .../explicit/misc/_dbgexplicit7.csproj | 29 +------------ .../explicit/misc/_dbgexplicit8.csproj | 29 +------------ .../explicit/misc/_il_dbgrefarg_box_f8.ilproj | 27 +----------- .../misc/_il_dbgrefarg_box_val.ilproj | 26 +---------- .../explicit/misc/_il_relrefarg_box_f8.ilproj | 27 +----------- .../misc/_il_relrefarg_box_val.ilproj | 26 +---------- .../explicit/misc/_opt_dbgexplicit1.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit2.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit3.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit4.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit5.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit6.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit7.csproj | 29 +------------ .../explicit/misc/_opt_dbgexplicit8.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit1.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit2.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit3.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit4.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit5.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit6.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit7.csproj | 29 +------------ .../explicit/misc/_opt_relexplicit8.csproj | 29 +------------ .../explicit/misc/_relexplicit1.csproj | 29 +------------ .../explicit/misc/_relexplicit2.csproj | 29 +------------ .../explicit/misc/_relexplicit3.csproj | 29 +------------ .../explicit/misc/_relexplicit4.csproj | 29 +------------ .../explicit/misc/_relexplicit5.csproj | 29 +------------ .../explicit/misc/_relexplicit6.csproj | 29 +------------ .../explicit/misc/_relexplicit7.csproj | 29 +------------ .../explicit/misc/_relexplicit8.csproj | 29 +------------ .../explicit/rotate/_dbgrotarg_double.csproj | 29 +------------ .../explicit/rotate/_dbgrotarg_float.csproj | 29 +------------ .../explicit/rotate/_dbgrotarg_objref.csproj | 29 +------------ .../explicit/rotate/_dbgrotarg_valref.csproj | 29 +------------ .../rotate/_il_dbgrotarg_double.ilproj | 29 +------------ .../rotate/_il_dbgrotarg_float.ilproj | 29 +------------ .../rotate/_il_dbgrotarg_objref.ilproj | 29 +------------ .../rotate/_il_dbgrotarg_valref.ilproj | 29 +------------ .../explicit/rotate/_il_dbgrotate_i4.ilproj | 26 +---------- .../explicit/rotate/_il_dbgrotate_u2.ilproj | 26 +---------- .../rotate/_il_relrotarg_double.ilproj | 29 +------------ .../rotate/_il_relrotarg_float.ilproj | 29 +------------ .../rotate/_il_relrotarg_objref.ilproj | 29 +------------ .../rotate/_il_relrotarg_valref.ilproj | 29 +------------ .../explicit/rotate/_il_relrotate_i4.ilproj | 26 +---------- .../explicit/rotate/_il_relrotate_u2.ilproj | 26 +---------- .../rotate/_opt_dbgrotarg_double.csproj | 29 +------------ .../rotate/_opt_dbgrotarg_float.csproj | 29 +------------ .../rotate/_opt_dbgrotarg_objref.csproj | 29 +------------ .../rotate/_opt_dbgrotarg_valref.csproj | 29 +------------ .../rotate/_opt_relrotarg_double.csproj | 29 +------------ .../rotate/_opt_relrotarg_float.csproj | 29 +------------ .../rotate/_opt_relrotarg_objref.csproj | 29 +------------ .../rotate/_opt_relrotarg_valref.csproj | 29 +------------ .../explicit/rotate/_relrotarg_double.csproj | 29 +------------ .../explicit/rotate/_relrotarg_float.csproj | 29 +------------ .../explicit/rotate/_relrotarg_objref.csproj | 29 +------------ .../explicit/rotate/_relrotarg_valref.csproj | 29 +------------ .../flowgraph/bug614098/intToByte.csproj | 26 +---------- .../bug619534/ILStackAllocRepro.ilproj | 26 +---------- .../flowgraph/bug619534/ehCodeMotion.csproj | 29 +------------ .../flowgraph/bug619534/finallyclone.csproj | 26 +---------- .../bug619534/moduleHandleCache.csproj | 29 +------------ .../flowgraph/bug619534/moduleLibrary.csproj | 32 ++------------ .../flowgraph/bug619534/twoEndFinallys.csproj | 26 +---------- .../bug619534/twoEndFinallys_il.ilproj | 27 +----------- .../flowgraph/bug621705/ptuple_lost.csproj | 26 +---------- .../flowgraph/bug647189/ssa_tuIsAddr.csproj | 26 +---------- .../dev10_bug642944/GCMaskForGSCookie.ilproj | 26 +---------- .../flowgraph/dev10_bug675304/arrayDim.csproj | 26 +---------- .../dev10_bug675304/loopIV_init.ilproj | 29 +------------ .../dev10_bug675304/osrAddovershot.csproj | 26 +---------- .../dev10_bug679008/EHCopyProp.csproj | 26 +---------- .../dev10_bug679008/GCOverReporting.csproj | 29 +------------ .../dev10_bug679008/castClassEH.csproj | 29 +------------ .../dev10_bug679008/dependentlifetimes.ilproj | 26 +---------- .../ehDescriptorPtrUpdate.ilproj | 27 +----------- .../flowgraph/dev10_bug679008/fgloop.ilproj | 27 +----------- .../flowgraph/dev10_bug679008/fgloop2.ilproj | 27 +----------- .../flowgraph/dev10_bug679008/helper.ilproj | 29 +------------ .../dev10_bug679008/sealedCastVariance.csproj | 26 +---------- .../dev10_bug679008/singleRefField.csproj | 26 +---------- .../dev10_bug679008/zeroInitStackSlot.csproj | 26 +---------- .../dev10_bug679053/cpblkInt32.ilproj | 26 +---------- .../dev10_bug679053/flowgraph.ilproj | 26 +---------- .../dev10_bug679053/regionLive.ilproj | 27 +----------- .../dev10_bug679955/indexMinusOne.ilproj | 29 +------------ .../dev10_bug679955/volatileLocal1.ilproj | 26 +---------- .../dev10_bug679955/volatileLocal2.ilproj | 29 +------------ .../dev10_bug723489/qMarkColon.csproj | 26 +---------- .../fp/apps/bouncingball_cs_d.csproj | 26 +---------- .../fp/apps/bouncingball_cs_do.csproj | 26 +---------- .../fp/apps/bouncingball_cs_r.csproj | 26 +---------- .../fp/apps/bouncingball_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/1000w1d_cs_d.csproj | 29 +------------ .../Methodical/fp/exgen/1000w1d_cs_do.csproj | 29 +------------ .../Methodical/fp/exgen/1000w1d_cs_r.csproj | 29 +------------ .../Methodical/fp/exgen/1000w1d_cs_ro.csproj | 29 +------------ .../Methodical/fp/exgen/10w250d_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/10w250d_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/10w250d_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/10w250d_cs_ro.csproj | 26 +---------- .../JIT/Methodical/fp/exgen/10w5d_cs_d.csproj | 28 +----------- .../Methodical/fp/exgen/10w5d_cs_do.csproj | 29 +------------ .../JIT/Methodical/fp/exgen/10w5d_cs_r.csproj | 28 +----------- .../Methodical/fp/exgen/10w5d_cs_ro.csproj | 29 +------------ .../Methodical/fp/exgen/200w1d-01_cs_d.csproj | 26 +---------- .../fp/exgen/200w1d-01_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/200w1d-01_cs_r.csproj | 26 +---------- .../fp/exgen/200w1d-01_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/200w1d-02_cs_d.csproj | 26 +---------- .../fp/exgen/200w1d-02_cs_do.csproj | 29 +------------ .../Methodical/fp/exgen/200w1d-02_cs_r.csproj | 26 +---------- .../fp/exgen/200w1d-02_cs_ro.csproj | 29 +------------ .../Methodical/fp/exgen/3w1d-01_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-01_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-01_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-01_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-02_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-02_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-02_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/3w1d-02_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-01_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-01_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-01_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-01_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-02_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-02_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-02_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-02_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-03_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-03_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-03_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-03_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-04_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-04_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-04_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-04_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-05_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-05_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-05_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-05_cs_ro.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-06_cs_d.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-06_cs_do.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-06_cs_r.csproj | 26 +---------- .../Methodical/fp/exgen/5w1d-06_cs_ro.csproj | 26 +---------- .../Methodical/inlining/boolean/test.csproj | 26 +---------- .../Methodical/inlining/bug505642/test.csproj | 26 +---------- .../dev10_bug719093/variancesmall.ilproj | 26 +---------- .../int64/arrays/_dbglcs_long.csproj | 26 +---------- .../int64/arrays/_dbglcs_ulong.csproj | 26 +---------- .../int64/arrays/_il_dbghugedim.ilproj | 26 +---------- .../int64/arrays/_il_dbglcs_long.ilproj | 26 +---------- .../int64/arrays/_il_dbglcs_ulong.ilproj | 26 +---------- .../int64/arrays/_il_relhugedim.ilproj | 29 +------------ .../int64/arrays/_il_rellcs_long.ilproj | 29 +------------ .../int64/arrays/_il_rellcs_ulong.ilproj | 29 +------------ .../int64/arrays/_rellcs_long.csproj | 26 +---------- .../int64/arrays/_rellcs_ulong.csproj | 26 +---------- .../int64/arrays/_speed_dbglcs_long.csproj | 29 +------------ .../int64/arrays/_speed_dbglcs_ulong.csproj | 29 +------------ .../int64/arrays/_speed_rellcs_long.csproj | 29 +------------ .../int64/arrays/_speed_rellcs_ulong.csproj | 29 +------------ .../Methodical/int64/misc/_dbgbinop.csproj | 26 +---------- .../JIT/Methodical/int64/misc/_dbgbox.csproj | 26 +---------- .../Methodical/int64/misc/_il_dbgbinop.ilproj | 26 +---------- .../Methodical/int64/misc/_il_dbgbox.ilproj | 26 +---------- .../Methodical/int64/misc/_il_relbinop.ilproj | 26 +---------- .../Methodical/int64/misc/_il_relbox.ilproj | 26 +---------- .../Methodical/int64/misc/_relbinop.csproj | 26 +---------- .../JIT/Methodical/int64/misc/_relbox.csproj | 26 +---------- .../int64/misc/_speed_dbgbinop.csproj | 26 +---------- .../int64/misc/_speed_dbgbox.csproj | 26 +---------- .../int64/misc/_speed_relbinop.csproj | 26 +---------- .../int64/misc/_speed_relbox.csproj | 26 +---------- .../int64/signed/_dbgs_addsub.csproj | 26 +---------- .../int64/signed/_dbgs_ldc_div.csproj | 29 +------------ .../int64/signed/_dbgs_ldc_mul.csproj | 26 +---------- .../int64/signed/_dbgs_ldc_mulovf.csproj | 29 +------------ .../int64/signed/_dbgs_ldfld_mul.csproj | 26 +---------- .../int64/signed/_dbgs_ldfld_mulovf.csproj | 29 +------------ .../int64/signed/_dbgs_ldsfld_mul.csproj | 26 +---------- .../int64/signed/_dbgs_ldsfld_mulovf.csproj | 29 +------------ .../int64/signed/_dbgs_muldiv.csproj | 29 +------------ .../int64/signed/_il_dbgs_addsub.ilproj | 26 +---------- .../int64/signed/_il_dbgs_ldc_div.ilproj | 29 +------------ .../int64/signed/_il_dbgs_ldc_mul.ilproj | 26 +---------- .../int64/signed/_il_dbgs_ldc_mulovf.ilproj | 29 +------------ .../int64/signed/_il_dbgs_ldfld_mul.ilproj | 26 +---------- .../int64/signed/_il_dbgs_ldfld_mulovf.ilproj | 29 +------------ .../int64/signed/_il_dbgs_ldsfld_mul.ilproj | 26 +---------- .../signed/_il_dbgs_ldsfld_mulovf.ilproj | 29 +------------ .../int64/signed/_il_dbgs_muldiv.ilproj | 29 +------------ .../int64/signed/_il_rels_addsub.ilproj | 26 +---------- .../int64/signed/_il_rels_ldc_div.ilproj | 29 +------------ .../int64/signed/_il_rels_ldc_mul.ilproj | 26 +---------- .../int64/signed/_il_rels_ldc_mulovf.ilproj | 29 +------------ .../int64/signed/_il_rels_ldfld_mul.ilproj | 26 +---------- .../int64/signed/_il_rels_ldfld_mulovf.ilproj | 29 +------------ .../int64/signed/_il_rels_ldsfld_mul.ilproj | 26 +---------- .../signed/_il_rels_ldsfld_mulovf.ilproj | 29 +------------ .../int64/signed/_il_rels_muldiv.ilproj | 29 +------------ .../int64/signed/_rels_addsub.csproj | 26 +---------- .../int64/signed/_rels_ldc_div.csproj | 29 +------------ .../int64/signed/_rels_ldc_mul.csproj | 26 +---------- .../int64/signed/_rels_ldc_mulovf.csproj | 29 +------------ .../int64/signed/_rels_ldfld_mul.csproj | 26 +---------- .../int64/signed/_rels_ldfld_mulovf.csproj | 29 +------------ .../int64/signed/_rels_ldsfld_mul.csproj | 26 +---------- .../int64/signed/_rels_ldsfld_mulovf.csproj | 29 +------------ .../int64/signed/_rels_muldiv.csproj | 29 +------------ .../int64/signed/_speed_dbgs_addsub.csproj | 26 +---------- .../int64/signed/_speed_dbgs_ldc_div.csproj | 29 +------------ .../int64/signed/_speed_dbgs_ldc_mul.csproj | 26 +---------- .../signed/_speed_dbgs_ldc_mulovf.csproj | 29 +------------ .../int64/signed/_speed_dbgs_ldfld_mul.csproj | 26 +---------- .../signed/_speed_dbgs_ldfld_mulovf.csproj | 29 +------------ .../signed/_speed_dbgs_ldsfld_mul.csproj | 26 +---------- .../signed/_speed_dbgs_ldsfld_mulovf.csproj | 29 +------------ .../int64/signed/_speed_dbgs_muldiv.csproj | 29 +------------ .../int64/signed/_speed_rels_addsub.csproj | 26 +---------- .../int64/signed/_speed_rels_ldc_div.csproj | 29 +------------ .../int64/signed/_speed_rels_ldc_mul.csproj | 26 +---------- .../signed/_speed_rels_ldc_mulovf.csproj | 29 +------------ .../int64/signed/_speed_rels_ldfld_mul.csproj | 26 +---------- .../signed/_speed_rels_ldfld_mulovf.csproj | 29 +------------ .../signed/_speed_rels_ldsfld_mul.csproj | 26 +---------- .../signed/_speed_rels_ldsfld_mulovf.csproj | 29 +------------ .../int64/signed/_speed_rels_muldiv.csproj | 29 +------------ .../int64/superlong/_dbgsuperlong.csproj | 29 +------------ .../int64/superlong/_il_dbgsuperlong.ilproj | 29 +------------ .../int64/superlong/_il_relsuperlong.ilproj | 29 +------------ .../int64/superlong/_relsuperlong.csproj | 29 +------------ .../superlong/_speed_dbgsuperlong.csproj | 29 +------------ .../superlong/_speed_relsuperlong.csproj | 29 +------------ .../int64/unsigned/_dbgaddsub.csproj | 29 +------------ .../int64/unsigned/_dbgldc_mul.csproj | 26 +---------- .../int64/unsigned/_dbgldc_mulovf.csproj | 29 +------------ .../int64/unsigned/_dbgldfld_mul.csproj | 26 +---------- .../int64/unsigned/_dbgldfld_mulovf.csproj | 29 +------------ .../int64/unsigned/_dbgldsfld_mul.csproj | 26 +---------- .../int64/unsigned/_dbgldsfld_mulovf.csproj | 29 +------------ .../int64/unsigned/_dbgmuldiv.csproj | 29 +------------ .../int64/unsigned/_il_dbgaddsub.ilproj | 29 +------------ .../int64/unsigned/_il_dbgldc_mul.ilproj | 26 +---------- .../int64/unsigned/_il_dbgldc_mulovf.ilproj | 29 +------------ .../int64/unsigned/_il_dbgldfld_mul.ilproj | 26 +---------- .../int64/unsigned/_il_dbgldfld_mulovf.ilproj | 29 +------------ .../int64/unsigned/_il_dbgldsfld_mul.ilproj | 26 +---------- .../unsigned/_il_dbgldsfld_mulovf.ilproj | 29 +------------ .../int64/unsigned/_il_dbgmuldiv.ilproj | 29 +------------ .../int64/unsigned/_il_reladdsub.ilproj | 29 +------------ .../int64/unsigned/_il_relldc_mul.ilproj | 26 +---------- .../int64/unsigned/_il_relldc_mulovf.ilproj | 29 +------------ .../int64/unsigned/_il_relldfld_mul.ilproj | 26 +---------- .../int64/unsigned/_il_relldfld_mulovf.ilproj | 29 +------------ .../int64/unsigned/_il_relldsfld_mul.ilproj | 26 +---------- .../unsigned/_il_relldsfld_mulovf.ilproj | 29 +------------ .../int64/unsigned/_il_relmuldiv.ilproj | 29 +------------ .../int64/unsigned/_reladdsub.csproj | 29 +------------ .../int64/unsigned/_relldc_mul.csproj | 26 +---------- .../int64/unsigned/_relldc_mulovf.csproj | 29 +------------ .../int64/unsigned/_relldfld_mul.csproj | 26 +---------- .../int64/unsigned/_relldfld_mulovf.csproj | 29 +------------ .../int64/unsigned/_relldsfld_mul.csproj | 26 +---------- .../int64/unsigned/_relldsfld_mulovf.csproj | 29 +------------ .../int64/unsigned/_relmuldiv.csproj | 29 +------------ .../int64/unsigned/_speed_dbgaddsub.csproj | 29 +------------ .../int64/unsigned/_speed_dbgldc_mul.csproj | 26 +---------- .../unsigned/_speed_dbgldc_mulovf.csproj | 29 +------------ .../int64/unsigned/_speed_dbgldfld_mul.csproj | 26 +---------- .../unsigned/_speed_dbgldfld_mulovf.csproj | 29 +------------ .../unsigned/_speed_dbgldsfld_mul.csproj | 26 +---------- .../unsigned/_speed_dbgldsfld_mulovf.csproj | 29 +------------ .../int64/unsigned/_speed_dbgmuldiv.csproj | 29 +------------ .../int64/unsigned/_speed_reladdsub.csproj | 29 +------------ .../int64/unsigned/_speed_relldc_mul.csproj | 26 +---------- .../unsigned/_speed_relldc_mulovf.csproj | 29 +------------ .../int64/unsigned/_speed_relldfld_mul.csproj | 26 +---------- .../unsigned/_speed_relldfld_mulovf.csproj | 29 +------------ .../unsigned/_speed_relldsfld_mul.csproj | 26 +---------- .../unsigned/_speed_relldsfld_mulovf.csproj | 29 +------------ .../int64/unsigned/_speed_relmuldiv.csproj | 29 +------------ .../Methodical/jitinterface/bug603649.csproj | 26 +---------- .../largeframes/basic/bigframes.csproj | 24 +---------- .../largeframes/skip/skippage.csproj | 24 +---------- .../largeframes/skip2/skippage2.csproj | 24 +---------- .../largeframes/skip3/skippage3.csproj | 24 +---------- .../largeframes/skip4/skippage4.csproj | 24 +---------- .../largeframes/skip5/skippage5.csproj | 24 +---------- .../largeframes/skip6/skippage6.csproj | 24 +---------- .../largeframes/skip7/skippage7.csproj | 24 +---------- .../Methodical/ldtoken/_il_dbgldtoken.ilproj | 26 +---------- .../Methodical/ldtoken/_il_dbgldtokena.ilproj | 26 +---------- .../ldtoken/_il_dbgptr_types.ilproj | 26 +---------- .../Methodical/ldtoken/_il_dbgtypes.ilproj | 27 +----------- .../Methodical/ldtoken/_il_relldtoken.ilproj | 26 +---------- .../Methodical/ldtoken/_il_relldtokena.ilproj | 26 +---------- .../ldtoken/_il_relptr_types.ilproj | 26 +---------- .../Methodical/ldtoken/_il_reltypes.ilproj | 27 +----------- .../localloc/call/call01_small.csproj | 26 +---------- .../localloc/verify/verify01_dynamic.ilproj | 29 +------------ .../localloc/verify/verify01_large.ilproj | 29 +------------ .../localloc/verify/verify01_small.ilproj | 29 +------------ .../localloc/zeroinit/zeroInit01_large.ilproj | 27 +----------- .../localloc/zeroinit/zeroinit01_small.ilproj | 26 +---------- .../Methodical/nonvirtualcall/classic.csproj | 26 +---------- .../nonvirtualcall/classic_d.ilproj | 26 +---------- .../nonvirtualcall/classic_r.ilproj | 26 +---------- .../Methodical/nonvirtualcall/delegate.csproj | 26 +---------- .../nonvirtualcall/delegate_d.ilproj | 26 +---------- .../nonvirtualcall/delegate_r.ilproj | 26 +---------- .../Methodical/nonvirtualcall/generics.csproj | 26 +---------- .../nonvirtualcall/generics2.csproj | 26 +---------- .../nonvirtualcall/generics2_d.ilproj | 26 +---------- .../nonvirtualcall/generics2_r.ilproj | 26 +---------- .../nonvirtualcall/generics_d.ilproj | 26 +---------- .../nonvirtualcall/generics_r.ilproj | 26 +---------- .../Methodical/nonvirtualcall/tailcall.csproj | 26 +---------- .../nonvirtualcall/tailcall_d.ilproj | 29 +------------ .../nonvirtualcall/tailcall_r.ilproj | 26 +---------- .../nonvirtualcall/valuetype.csproj | 26 +---------- .../nonvirtualcall/valuetype_d.ilproj | 26 +---------- .../nonvirtualcall/valuetype_r.ilproj | 26 +---------- .../JIT/Methodical/refany/_dbggcreport.csproj | 33 +------------- .../JIT/Methodical/refany/_dbgnative.csproj | 30 +------------ .../JIT/Methodical/refany/_dbgstress1.csproj | 33 +------------- .../JIT/Methodical/refany/_dbgstress3.csproj | 30 +------------ .../JIT/Methodical/refany/_dbgvirtcall.csproj | 33 +------------- .../Methodical/refany/_il_dbgarray1.ilproj | 26 +---------- .../Methodical/refany/_il_dbgarray2.ilproj | 29 +------------ .../Methodical/refany/_il_dbgarray3.ilproj | 29 +------------ .../Methodical/refany/_il_dbgformat.ilproj | 26 +---------- .../Methodical/refany/_il_dbgindcall.ilproj | 29 +------------ .../JIT/Methodical/refany/_il_dbglcs.ilproj | 26 +---------- .../Methodical/refany/_il_dbglongsig.ilproj | 26 +---------- .../Methodical/refany/_il_dbgnative.ilproj | 26 +---------- .../JIT/Methodical/refany/_il_dbgseq.ilproj | 26 +---------- .../Methodical/refany/_il_dbgshortsig.ilproj | 26 +---------- .../Methodical/refany/_il_dbgstress2.ilproj | 26 +---------- .../Methodical/refany/_il_dbgu_native.ilproj | 26 +---------- .../Methodical/refany/_il_relarray1.ilproj | 26 +---------- .../Methodical/refany/_il_relarray2.ilproj | 26 +---------- .../Methodical/refany/_il_relarray3.ilproj | 29 +------------ .../Methodical/refany/_il_relformat.ilproj | 26 +---------- .../Methodical/refany/_il_relindcall.ilproj | 26 +---------- .../JIT/Methodical/refany/_il_rellcs.ilproj | 29 +------------ .../Methodical/refany/_il_rellongsig.ilproj | 26 +---------- .../Methodical/refany/_il_relnative.ilproj | 26 +---------- .../JIT/Methodical/refany/_il_relseq.ilproj | 26 +---------- .../Methodical/refany/_il_relshortsig.ilproj | 26 +---------- .../Methodical/refany/_il_relstress2.ilproj | 26 +---------- .../Methodical/refany/_il_relu_native.ilproj | 26 +---------- .../JIT/Methodical/refany/_relgcreport.csproj | 33 +------------- .../JIT/Methodical/refany/_relnative.csproj | 30 +------------ .../JIT/Methodical/refany/_relstress1.csproj | 33 +------------- .../JIT/Methodical/refany/_relstress3.csproj | 30 +------------ .../JIT/Methodical/refany/_relvirtcall.csproj | 33 +------------- .../refany/_speed_dbggcreport.csproj | 33 +------------- .../Methodical/refany/_speed_dbgnative.csproj | 30 +------------ .../refany/_speed_dbgstress1.csproj | 33 +------------- .../refany/_speed_dbgstress3.csproj | 30 +------------ .../refany/_speed_dbgvirtcall.csproj | 33 +------------- .../refany/_speed_relgcreport.csproj | 33 +------------- .../Methodical/refany/_speed_relnative.csproj | 30 +------------ .../refany/_speed_relstress1.csproj | 33 +------------- .../refany/_speed_relstress3.csproj | 30 +------------ .../refany/_speed_relvirtcall.csproj | 33 +------------- .../src/JIT/Methodical/refany/array1.csproj | 30 +------------ .../src/JIT/Methodical/refany/array2.csproj | 30 +------------ .../src/JIT/Methodical/refany/format.csproj | 30 +------------ .../src/JIT/Methodical/refany/gcreport.csproj | 33 +------------- .../src/JIT/Methodical/refany/lcs.csproj | 30 +------------ .../src/JIT/Methodical/refany/native.csproj | 30 +------------ .../src/JIT/Methodical/refany/virtcall.csproj | 33 +------------- .../stringintern/_Simpleb207621.csproj | 26 +---------- .../stringintern/_Simpletest1.csproj | 26 +---------- .../stringintern/_Simpletest2.csproj | 26 +---------- .../stringintern/_Simpletest4.csproj | 26 +---------- .../_XAssemblytest1-xassem.csproj | 26 +---------- .../_XAssemblytest2-xassem.csproj | 26 +---------- .../_XAssemblytest4-xassem.csproj | 26 +---------- .../stringintern/_XModuletest1-xmod.csproj | 26 +---------- .../stringintern/_XModuletest2-xmod.csproj | 26 +---------- .../stringintern/_XModuletest4-xmod.csproj | 26 +---------- .../stringintern/test1-xassem.csproj | 28 ++---------- .../stringintern/test2-xassem.csproj | 28 ++---------- .../stringintern/test4-xassem.csproj | 28 ++---------- .../Methodical/stringintern/testgenstr.csproj | 31 ++----------- .../Methodical/stringintern/teststr.csproj | 31 ++----------- .../Methodical/structs/ExplicitLayout.csproj | 23 +--------- .../structs/StructStackParams.csproj | 29 +------------ .../systemvbringup/structinregs.csproj | 14 +----- .../JIT/Methodical/structs/valuetuple.csproj | 25 +---------- .../src/JIT/Methodical/switch/switch1.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch10.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch11.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch2.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch3.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch4.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch5.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch6.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch7.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch8.ilproj | 26 +---------- .../src/JIT/Methodical/switch/switch9.ilproj | 26 +---------- .../Desktop/_il_relthread-race.csproj | 29 +------------ .../tailcall/_il_dbgcompat_enum.ilproj | 29 +------------ .../tailcall/_il_dbgcompat_i2_bool.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_i4_i1.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_i4_u.ilproj | 29 +------------ .../tailcall/_il_dbgcompat_i_u2.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_obj.ilproj | 29 +------------ .../tailcall/_il_dbgcompat_r4_r8.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_r4_r8_inl.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_r8_r4.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_r8_r4_inl.ilproj | 26 +---------- .../tailcall/_il_dbgcompat_v.ilproj | 29 +------------ .../tailcall/_il_dbgdeep_array.ilproj | 29 +------------ .../tailcall/_il_dbgdeep_array_nz.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbgdeep_gc.ilproj | 29 +------------ .../tailcall/_il_dbgdeep_inst.ilproj | 29 +------------ .../tailcall/_il_dbgdeep_value.ilproj | 29 +------------ .../tailcall/_il_dbgdeep_virt.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbggcval.ilproj | 29 +------------ .../tailcall/_il_dbggcval_nested.ilproj | 29 +------------ .../tailcall/_il_dbggcval_sideeffect.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbgpointer.ilproj | 27 +----------- .../tailcall/_il_dbgpointer_i.ilproj | 27 +----------- .../tailcall/_il_dbgrecurse_ep.ilproj | 29 +------------ .../tailcall/_il_dbgrecurse_ep_void.ilproj | 27 +----------- .../tailcall/_il_dbgreference_i.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbgtest_2a.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbgtest_2b.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbgtest_2c.ilproj | 29 +------------ .../Methodical/tailcall/_il_dbgtest_3b.ilproj | 26 +---------- .../tailcall/_il_dbgtest_implicit.ilproj | 27 +----------- .../tailcall/_il_dbgtest_mutual_rec.ilproj | 29 +------------ .../tailcall/_il_dbgtest_switch.ilproj | 29 +------------ .../tailcall/_il_dbgtest_virt.ilproj | 29 +------------ .../tailcall/_il_dbgtest_void.ilproj | 27 +----------- .../tailcall/_il_relcompat_enum.ilproj | 29 +------------ .../tailcall/_il_relcompat_i2_bool.ilproj | 26 +---------- .../tailcall/_il_relcompat_i4_i1.ilproj | 26 +---------- .../tailcall/_il_relcompat_i4_u.ilproj | 29 +------------ .../tailcall/_il_relcompat_i_u2.ilproj | 26 +---------- .../tailcall/_il_relcompat_obj.ilproj | 29 +------------ .../tailcall/_il_relcompat_r4_r8.ilproj | 26 +---------- .../tailcall/_il_relcompat_r4_r8_inl.ilproj | 26 +---------- .../tailcall/_il_relcompat_r8_r4.ilproj | 26 +---------- .../tailcall/_il_relcompat_r8_r4_inl.ilproj | 26 +---------- .../tailcall/_il_relcompat_v.ilproj | 29 +------------ .../tailcall/_il_reldeep_array.ilproj | 29 +------------ .../tailcall/_il_reldeep_array_nz.ilproj | 29 +------------ .../Methodical/tailcall/_il_reldeep_gc.ilproj | 29 +------------ .../tailcall/_il_reldeep_inst.ilproj | 29 +------------ .../tailcall/_il_reldeep_value.ilproj | 29 +------------ .../tailcall/_il_reldeep_virt.ilproj | 29 +------------ .../Methodical/tailcall/_il_relgcval.ilproj | 29 +------------ .../tailcall/_il_relgcval_nested.ilproj | 29 +------------ .../tailcall/_il_relgcval_sideeffect.ilproj | 29 +------------ .../Methodical/tailcall/_il_relpointer.ilproj | 27 +----------- .../tailcall/_il_relpointer_i.ilproj | 27 +----------- .../tailcall/_il_relrecurse_ep.ilproj | 29 +------------ .../tailcall/_il_relrecurse_ep_void.ilproj | 27 +----------- .../tailcall/_il_relreference_i.ilproj | 29 +------------ .../Methodical/tailcall/_il_reltest_2a.ilproj | 29 +------------ .../Methodical/tailcall/_il_reltest_2b.ilproj | 29 +------------ .../Methodical/tailcall/_il_reltest_2c.ilproj | 29 +------------ .../Methodical/tailcall/_il_reltest_3b.ilproj | 26 +---------- .../tailcall/_il_reltest_implicit.ilproj | 27 +----------- .../tailcall/_il_reltest_mutual_rec.ilproj | 29 +------------ .../tailcall/_il_reltest_switch.ilproj | 29 +------------ .../tailcall/_il_reltest_virt.ilproj | 29 +------------ .../tailcall/_il_reltest_void.ilproj | 27 +----------- .../delegateParamCallTarget.csproj | 26 +---------- .../tailcall_v4/delegatetail.ilproj | 26 +---------- .../Methodical/tailcall_v4/hijacking.ilproj | 28 +----------- .../Methodical/tailcall_v4/smallFrame.ilproj | 29 +------------ .../Methodical/tailcall_v4/tailcall_AV.ilproj | 29 +------------ .../unsafecsharp/_dbgunsafe-0.csproj | 26 +---------- .../unsafecsharp/_dbgunsafe-1.csproj | 26 +---------- .../unsafecsharp/_dbgunsafe-2.csproj | 26 +---------- .../unsafecsharp/_dbgunsafe-3.csproj | 26 +---------- .../unsafecsharp/_dbgunsafe-4.csproj | 26 +---------- .../unsafecsharp/_dbgunsafe-5.csproj | 26 +---------- .../unsafecsharp/_dbgunsafe-6.csproj | 26 +---------- .../unsafecsharp/_relunsafe-0.csproj | 26 +---------- .../unsafecsharp/_relunsafe-1.csproj | 26 +---------- .../unsafecsharp/_relunsafe-2.csproj | 26 +---------- .../unsafecsharp/_relunsafe-3.csproj | 26 +---------- .../unsafecsharp/_relunsafe-4.csproj | 26 +---------- .../unsafecsharp/_relunsafe-5.csproj | 26 +---------- .../unsafecsharp/_relunsafe-6.csproj | 26 +---------- .../unsafecsharp/_speed_dbgunsafe-0.csproj | 26 +---------- .../unsafecsharp/_speed_dbgunsafe-1.csproj | 29 +------------ .../unsafecsharp/_speed_dbgunsafe-2.csproj | 26 +---------- .../unsafecsharp/_speed_dbgunsafe-3.csproj | 29 +------------ .../unsafecsharp/_speed_dbgunsafe-4.csproj | 26 +---------- .../unsafecsharp/_speed_dbgunsafe-5.csproj | 26 +---------- .../unsafecsharp/_speed_dbgunsafe-6.csproj | 26 +---------- .../unsafecsharp/_speed_relunsafe-0.csproj | 26 +---------- .../unsafecsharp/_speed_relunsafe-1.csproj | 29 +------------ .../unsafecsharp/_speed_relunsafe-2.csproj | 26 +---------- .../unsafecsharp/_speed_relunsafe-3.csproj | 29 +------------ .../unsafecsharp/_speed_relunsafe-4.csproj | 26 +---------- .../unsafecsharp/_speed_relunsafe-5.csproj | 26 +---------- .../unsafecsharp/_speed_relunsafe-6.csproj | 26 +---------- .../JIT/Methodical/xxblk/cpblk3_il_d.ilproj | 26 +---------- .../JIT/Methodical/xxblk/cpblk3_il_r.ilproj | 27 +----------- .../JIT/Methodical/xxblk/dynblk_il_d.ilproj | 27 +----------- .../JIT/Methodical/xxblk/dynblk_il_r.ilproj | 25 +---------- .../JIT/Methodical/xxblk/initblk3_il_d.ilproj | 29 +------------ .../JIT/Methodical/xxblk/initblk3_il_r.ilproj | 27 +----------- .../xxobj/ldobj/_il_dbgldobj_I.ilproj | 26 +---------- .../xxobj/ldobj/_il_dbgldobj_I8.ilproj | 26 +---------- .../xxobj/ldobj/_il_dbgldobj_R4.ilproj | 26 +---------- .../xxobj/ldobj/_il_dbgldobj_R8.ilproj | 26 +---------- .../xxobj/ldobj/_il_dbgldobj_U2.ilproj | 26 +---------- .../xxobj/ldobj/_il_dbgldobj_V.ilproj | 26 +---------- .../xxobj/ldobj/_il_relldobj_I.ilproj | 26 +---------- .../xxobj/ldobj/_il_relldobj_I8.ilproj | 26 +---------- .../xxobj/ldobj/_il_relldobj_R4.ilproj | 26 +---------- .../xxobj/ldobj/_il_relldobj_R8.ilproj | 26 +---------- .../xxobj/ldobj/_il_relldobj_U2.ilproj | 26 +---------- .../xxobj/ldobj/_il_relldobj_V.ilproj | 26 +---------- .../xxobj/operand/_dbgrefanyval.csproj | 30 +------------ .../Methodical/xxobj/operand/_dbgunbox.csproj | 26 +---------- .../xxobj/operand/_il_dbgconst.ilproj | 26 +---------- .../xxobj/operand/_il_dbgldelema.ilproj | 26 +---------- .../xxobj/operand/_il_dbglocalloc.ilproj | 27 +----------- .../xxobj/operand/_il_dbgmdarray.ilproj | 26 +---------- .../xxobj/operand/_il_dbgrefanyval.ilproj | 26 +---------- .../xxobj/operand/_il_dbgunbox.ilproj | 26 +---------- .../xxobj/operand/_il_relconst.ilproj | 26 +---------- .../xxobj/operand/_il_relldelema.ilproj | 26 +---------- .../xxobj/operand/_il_rellocalloc.ilproj | 27 +----------- .../xxobj/operand/_il_relmdarray.ilproj | 26 +---------- .../xxobj/operand/_il_relrefanyval.ilproj | 26 +---------- .../xxobj/operand/_il_relunbox.ilproj | 26 +---------- .../xxobj/operand/_relrefanyval.csproj | 30 +------------ .../Methodical/xxobj/operand/_relunbox.csproj | 26 +---------- .../xxobj/operand/_speed_dbgrefanyval.csproj | 30 +------------ .../xxobj/operand/_speed_dbgunbox.csproj | 26 +---------- .../xxobj/operand/_speed_relrefanyval.csproj | 30 +------------ .../xxobj/operand/_speed_relunbox.csproj | 26 +---------- .../Methodical/xxobj/operand/refanyval.csproj | 30 +------------ .../Methodical/xxobj/sizeof/_dbgsizeof.csproj | 26 +---------- .../xxobj/sizeof/_dbgsizeof32.csproj | 26 +---------- .../xxobj/sizeof/_dbgsizeof64.csproj | 27 +----------- .../xxobj/sizeof/_il_dbgsizeof.ilproj | 26 +---------- .../xxobj/sizeof/_il_dbgsizeof32.ilproj | 26 +---------- .../xxobj/sizeof/_il_dbgsizeof64.ilproj | 26 +---------- .../xxobj/sizeof/_il_relsizeof.ilproj | 26 +---------- .../xxobj/sizeof/_il_relsizeof32.ilproj | 26 +---------- .../xxobj/sizeof/_il_relsizeof64.ilproj | 26 +---------- .../Methodical/xxobj/sizeof/_relsizeof.csproj | 26 +---------- .../xxobj/sizeof/_relsizeof32.csproj | 26 +---------- .../xxobj/sizeof/_relsizeof64.csproj | 27 +----------- .../xxobj/sizeof/_speed_dbgsizeof.csproj | 26 +---------- .../xxobj/sizeof/_speed_dbgsizeof32.csproj | 26 +---------- .../xxobj/sizeof/_speed_dbgsizeof64.csproj | 26 +---------- .../xxobj/sizeof/_speed_relsizeof.csproj | 26 +---------- .../xxobj/sizeof/_speed_relsizeof32.csproj | 26 +---------- .../xxobj/sizeof/_speed_relsizeof64.csproj | 26 +---------- .../binarytrees/binarytrees-2.csproj | 27 +----------- .../binarytrees/binarytrees-5.csproj | 27 +----------- .../fannkuch-redux/fannkuch-redux-2.csproj | 27 +----------- .../fannkuch-redux/fannkuch-redux-5.csproj | 27 +----------- .../BenchmarksGame/fasta/fasta-1.csproj | 27 +----------- .../BenchmarksGame/fasta/fasta-2.csproj | 27 +----------- .../k-nucleotide/harness-helpers.cs | 6 +-- .../k-nucleotide/k-nucleotide-1.csproj | 27 +----------- .../k-nucleotide/k-nucleotide-9.csproj | 27 +----------- .../mandelbrot/mandelbrot-2.csproj | 27 +----------- .../mandelbrot/mandelbrot-7.csproj | 25 +---------- .../BenchmarksGame/n-body/n-body-3.csproj | 27 +----------- .../BenchmarksGame/pidigits/pidigits-3.csproj | 27 +----------- .../regex-redux/harness-helpers.cs | 6 +-- .../regex-redux/regex-redux-1.csproj | 27 +----------- .../regex-redux/regex-redux-5.csproj | 27 +----------- .../reverse-complement/harness-helpers.cs | 4 +- .../reverse-complement-1.csproj | 27 +----------- .../reverse-complement-6.csproj | 27 +----------- .../spectralnorm/spectralnorm-1.csproj | 27 +----------- .../spectralnorm/spectralnorm-3.csproj | 27 +----------- .../Benchstones/BenchF/Adams/Adams.csproj | 27 +----------- .../BenchF/BenchMk2/BenchMk2.csproj | 27 +----------- .../BenchF/BenchMrk/BenchMrk.csproj | 27 +----------- .../Benchstones/BenchF/Bisect/Bisect.csproj | 27 +----------- .../Benchstones/BenchF/DMath/DMath.csproj | 27 +----------- .../Benchstones/BenchF/FFT/FFT.csproj | 27 +----------- .../Benchstones/BenchF/InProd/InProd.csproj | 27 +----------- .../Benchstones/BenchF/InvMt/InvMt.csproj | 27 +----------- .../Benchstones/BenchF/LLoops/LLoops.csproj | 27 +----------- .../Benchstones/BenchF/Lorenz/Lorenz.csproj | 27 +----------- .../Benchstones/BenchF/MatInv4/MatInv4.csproj | 27 +----------- .../Benchstones/BenchF/NewtE/NewtE.csproj | 27 +----------- .../Benchstones/BenchF/NewtR/NewtR.csproj | 27 +----------- .../Benchstones/BenchF/Regula/Regula.csproj | 27 +----------- .../Benchstones/BenchF/Romber/Romber.csproj | 27 +----------- .../Benchstones/BenchF/Secant/Secant.csproj | 27 +----------- .../Benchstones/BenchF/Simpsn/Simpsn.csproj | 27 +----------- .../Benchstones/BenchF/SqMtx/SqMtx.csproj | 27 +----------- .../Benchstones/BenchF/Trap/Trap.csproj | 27 +----------- .../Benchstones/BenchF/Whetsto/Whetsto.csproj | 27 +----------- .../Benchstones/BenchI/8Queens/8Queens.csproj | 27 +----------- .../BenchI/Ackermann/Ackermann.csproj | 27 +----------- .../BenchI/AddArray/AddArray.csproj | 27 +----------- .../BenchI/AddArray2/AddArray2.csproj | 27 +----------- .../Benchstones/BenchI/Array1/Array1.csproj | 27 +----------- .../Benchstones/BenchI/Array2/Array2.csproj | 27 +----------- .../Benchstones/BenchI/BenchE/BenchE.csproj | 27 +----------- .../BenchI/BubbleSort/BubbleSort.csproj | 27 +----------- .../BenchI/BubbleSort2/BubbleSort2.csproj | 27 +----------- .../Benchstones/BenchI/CSieve/CSieve.csproj | 27 +----------- .../Benchstones/BenchI/Fib/Fib.csproj | 27 +----------- .../BenchI/HeapSort/HeapSort.csproj | 27 +----------- .../BenchI/IniArray/IniArray.csproj | 27 +----------- .../BenchI/LogicArray/LogicArray.csproj | 27 +----------- .../BenchI/Midpoint/Midpoint.csproj | 27 +----------- .../BenchI/MulMatrix/MulMatrix.csproj | 27 +----------- .../BenchI/NDhrystone/NDhrystone.csproj | 27 +----------- .../BenchI/Permutate/Permutate.csproj | 27 +----------- .../Benchstones/BenchI/Pi/Pi.csproj | 27 +----------- .../Benchstones/BenchI/Puzzle/Puzzle.csproj | 27 +----------- .../BenchI/QuickSort/QuickSort.csproj | 27 +----------- .../BenchI/TreeInsert/TreeInsert.csproj | 27 +----------- .../BenchI/TreeSort/TreeSort.csproj | 27 +----------- .../BenchI/XposMatrix/XposMatrix.csproj | 27 +----------- .../CodeQuality/Burgers/Burgers.csproj | 29 ++----------- .../CodeQuality/Bytemark/Bytemark.csproj | 27 +----------- .../DefaultEqualityComparerPerf.csproj | 31 +------------ .../FractalPerf/FractalPerf.csproj | 27 +----------- .../X86/PacketTracer/PacketTracer.csproj | 28 +----------- .../Inlining/InlineGCStruct.csproj | 29 +------------ .../CodeQuality/Inlining/NoThrowInline.csproj | 31 +------------ .../CodeQuality/Layout/SearchLoops.csproj | 29 +------------ .../Performance/CodeQuality/Linq/Linq.csproj | 29 ++----------- .../Math/Functions/Functions.csproj | 31 +------------ .../CodeQuality/Roslyn/CscBench.csproj | 27 +----------- .../SIMD/ConsoleMandel/ConsoleMandel.csproj | 25 +---------- .../SIMD/RayTracer/RayTracer.csproj | 27 +----------- .../SIMD/SeekUnroll/SeekUnroll.csproj | 31 +------------ .../CodeQuality/SciMark/SciMark.csproj | 28 +----------- .../Serialization/Deserialize.csproj | 27 +----------- .../Serialization/Serialize.csproj | 27 +----------- .../CodeQuality/Span/Indexer.csproj | 27 +----------- .../CodeQuality/Span/SpanBench.csproj | 27 +----------- .../CodeQuality/V8/Crypto/Crypto.csproj | 29 ++----------- .../CodeQuality/V8/Richards/Richards.csproj | 29 ++----------- .../RunBenchmarks/RunBenchmarks.csproj | 25 +---------- .../V1-M09.5-PDC/b12008/b12008.csproj | 28 ++---------- .../V1-M09.5-PDC/b14426/b14426.csproj | 29 +------------ .../V1-M09.5-PDC/b16935/b16935.ilproj | 29 ++----------- .../V1-M11-Beta1/b40089/b40089.csproj | 28 ++---------- .../V1-M11-Beta1/b40138/b40138.csproj | 28 ++---------- .../V1-M11-Beta1/b44018/b44018.ilproj | 29 ++----------- .../V1-M11-Beta1/b45046/b45046.ilproj | 29 ++----------- .../V1-M11-Beta1/b45679/b45679.csproj | 31 ++----------- .../V1-M12-Beta2/b26323/b26323.ilproj | 29 ++----------- .../V1-M12-Beta2/b35455/b35455.ilproj | 29 ++----------- .../V1-M12-Beta2/b46847/b46847.csproj | 31 ++----------- .../V1-M12-Beta2/b47392/b47392.ilproj | 29 ++----------- .../CLR-x86-EJIT/v1-m10/b02353/b02353.csproj | 28 ++---------- .../CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj | 29 ++----------- .../V1-M09.5-PDC/b06440/b06440a.ilproj | 27 +----------- .../V1-M09.5-PDC/b06440/b06440b.ilproj | 27 +----------- .../V1-M09.5-PDC/b06440/b06440c.ilproj | 27 +----------- .../V1-M09.5-PDC/b07341/b07341.ilproj | 29 ++----------- .../V1-M09.5-PDC/b09495/b09495.ilproj | 29 ++----------- .../V1-M09.5-PDC/b10665/b10665.ilproj | 29 ++----------- .../V1-M09.5-PDC/b10666/b10666.ilproj | 29 ++----------- .../V1-M09.5-PDC/b10894/b10894.ilproj | 29 ++----------- .../V1-M09.5-PDC/b10897/b10897.ilproj | 29 ++----------- .../V1-M09.5-PDC/b10939/b10939.ilproj | 29 ++----------- .../V1-M09.5-PDC/b10940/b10940a.ilproj | 27 +----------- .../V1-M09.5-PDC/b10940/b10940b.ilproj | 27 +----------- .../V1-M09.5-PDC/b11021/b11021.ilproj | 29 ++----------- .../V1-M09.5-PDC/b11413/b11413.ilproj | 29 ++----------- .../V1-M09.5-PDC/b11490/b11490.csproj | 28 ++---------- .../V1-M09.5-PDC/b11949/b11949.ilproj | 29 ++----------- .../V1-M09.5-PDC/b12053/b12053.csproj | 28 ++---------- .../V1-M09.5-PDC/b12274/b12274.ilproj | 29 ++----------- .../V1-M09.5-PDC/b12399/b12399.csproj | 28 ++---------- .../V1-M09.5-PDC/b12487/b12487.ilproj | 29 ++----------- .../V1-M09.5-PDC/b12624/b12624.csproj | 30 +------------ .../V1-M09.5-PDC/b12795/b12795.csproj | 28 ++---------- .../V1-M09.5-PDC/b13509/b13509.ilproj | 29 ++----------- .../V1-M09.5-PDC/b13522/b13522.ilproj | 29 ++----------- .../V1-M09.5-PDC/b13569/b13569.csproj | 30 +------------ .../V1-M09.5-PDC/b13586/b13586.ilproj | 29 ++----------- .../V1-M09.5-PDC/b13738/b13738.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14066/b14066.csproj | 28 ++---------- .../V1-M09.5-PDC/b14067/b14067a.ilproj | 27 +----------- .../V1-M09.5-PDC/b14067/b14067b.ilproj | 27 +----------- .../V1-M09.5-PDC/b14068/b14068.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14070/b14070.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14077/b14077.csproj | 28 ++---------- .../V1-M09.5-PDC/b14135/b14135.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14197/b14197.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14199/b14199.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14202/b14202.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14264/b14264.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14294/b14294.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14325/b14325.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14326/b14326.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14329/b14329.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14350/b14350.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14431/b14431.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14591/b14591.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14716/b14716.csproj | 28 ++---------- .../V1-M09.5-PDC/b14769/b14769.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14770/b14770.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14777/b14777.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14927/b14927.ilproj | 29 ++----------- .../V1-M09.5-PDC/b14928/b14928.ilproj | 29 ++----------- .../V1-M09.5-PDC/b15203/b15203.csproj | 28 ++---------- .../V1-M09.5-PDC/b15222/b15222.ilproj | 29 ++----------- .../V1-M09.5-PDC/b15244/b15244.ilproj | 29 ++----------- .../V1-M09.5-PDC/b15299/b15299.ilproj | 29 ++----------- .../V1-M09.5-PDC/b15728/b15728.csproj | 28 ++---------- .../V1-M09.5-PDC/b16039/b16039.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16049/b16049.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16071/b16071.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16238/b16238.csproj | 28 ++---------- .../V1-M09.5-PDC/b16295/b16295.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16328/b16328.csproj | 30 +------------ .../V1-M09.5-PDC/b16335/b16335.csproj | 30 +------------ .../V1-M09.5-PDC/b16345/b16345.csproj | 28 ++---------- .../V1-M09.5-PDC/b16423/b16423.csproj | 28 ++---------- .../V1-M09.5-PDC/b16498/b16498.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16499/b16499a.ilproj | 27 +----------- .../V1-M09.5-PDC/b16499/b16499b.ilproj | 27 +----------- .../V1-M09.5-PDC/b16500/b16500.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16503/b16503.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16554/b16554.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16881/b16881a.ilproj | 27 +----------- .../V1-M09.5-PDC/b16881/b16881b.ilproj | 27 +----------- .../V1-M09.5-PDC/b16886/b16886.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16895/b16895.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16896/b16896.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16922/b16922.ilproj | 29 ++----------- .../V1-M09.5-PDC/b16928/b16928.ilproj | 29 ++----------- .../V1-M09.5-PDC/b18852/b18852.ilproj | 29 ++----------- .../V1-M09.5-PDC/b20079/b20079.ilproj | 29 ++----------- .../V1-M09.5-PDC/b20217/b20217.ilproj | 29 ++----------- .../V1-M09.5-PDC/b20249/b20249.ilproj | 29 ++----------- .../V1-M09.5-PDC/b20913/b20913.csproj | 28 ++---------- .../V1-M09.5-PDC/b22290/b22290.csproj | 28 ++---------- .../V1-M09.5-PDC/b24727/b24727.csproj | 28 ++---------- .../V1-M09.5-PDC/b24728/b24728.csproj | 28 ++---------- .../V1-M09.5-PDC/b25458/b25458.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25459/b25459.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25463/b25463.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25468/b25468.ilproj | 27 +----------- .../V1-M09.5-PDC/b25474/b25474.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25491/b25491.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25507/b25507.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25647/b25647.csproj | 28 ++---------- .../V1-M09.5-PDC/b25701/b25701.ilproj | 27 +----------- .../V1-M09.5-PDC/b25739/b25739.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25813/b25813.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25815/b25815.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25833/b25833.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25835/b25835.ilproj | 29 ++----------- .../V1-M09.5-PDC/b25882/b25882.csproj | 31 ++----------- .../V1-M09.5-PDC/b26020/b26020.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26153/b26153.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26155/b26155.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26324/b26324a.ilproj | 27 +----------- .../V1-M09.5-PDC/b26324/b26324b.ilproj | 27 +----------- .../V1-M09.5-PDC/b26332/b26332.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26512/b26512.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26558/b26558.csproj | 28 ++---------- .../V1-M09.5-PDC/b26560/b26560.csproj | 28 ++---------- .../V1-M09.5-PDC/b26732/b26732.csproj | 28 ++---------- .../V1-M09.5-PDC/b26748/b26748.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26863/b26863.csproj | 30 +------------ .../V1-M09.5-PDC/b26888/b26888.ilproj | 29 ++----------- .../V1-M09.5-PDC/b26957/b26957.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27535/b27535.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27538/b27538.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27564/b27564.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27657/b27657.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27658/b27658.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27811/b27811.csproj | 28 ++---------- .../V1-M09.5-PDC/b27819/b27819.csproj | 28 ++---------- .../V1-M09.5-PDC/b27824/b27824.csproj | 28 ++---------- .../V1-M09.5-PDC/b27880/b27880.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27883/b27883.ilproj | 29 ++----------- .../V1-M09.5-PDC/b27917/b27917.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28037/b28037.csproj | 30 +------------ .../V1-M09.5-PDC/b28042/b28042.csproj | 30 +------------ .../V1-M09.5-PDC/b28080/b28080.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28522/b28522.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28594/b28594.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28595/b28595.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28596/b28596.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28597/b28597.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28776/b28776.csproj | 30 +------------ .../V1-M09.5-PDC/b28787/b28787.csproj | 30 +------------ .../V1-M09.5-PDC/b28790/b28790.csproj | 28 ++---------- .../V1-M09.5-PDC/b28805/b28805.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28806/b28806.ilproj | 29 ++----------- .../V1-M09.5-PDC/b28901/b28901.ilproj | 30 ++----------- .../V1-M09.5-PDC/b28927/b28927.ilproj | 29 ++----------- .../V1-M09.5-PDC/b29068/b29068.csproj | 31 ++----------- .../V1-M09.5-PDC/b29456/b29456.csproj | 28 ++---------- .../V1-M09.5-PDC/b29583/b29583.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30125/b30125.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30126/b30126.csproj | 30 +------------ .../V1-M09.5-PDC/b30128/b30128.csproj | 30 +------------ .../V1-M09.5-PDC/b30630/b30630.csproj | 28 ++---------- .../V1-M09.5-PDC/b30792/b30792.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30799/b30799.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30838/b30838.ilproj | 30 ++----------- .../V1-M09.5-PDC/b30862/b30862.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30864/b30864.ilproj | 30 ++----------- .../V1-M09.5-PDC/b30869/b30869.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30892/b30892.ilproj | 29 ++----------- .../V1-M09.5-PDC/b30905/b30905.ilproj | 28 ++---------- .../V1-M09.5-PDC/b31102/b31102.ilproj | 29 ++----------- .../V1-M09.5-PDC/b31150/b31150.csproj | 28 ++---------- .../V1-M09.5-PDC/b31273/b31273.ilproj | 29 ++----------- .../V1-M09.5-PDC/b31321/b31321.ilproj | 29 ++----------- .../V1-M09.5-PDC/b31343/b31343.ilproj | 29 ++----------- .../V1-M09.5-PDC/b31448/b31448.ilproj | 29 ++----------- .../V1-M09.5-PDC/b31732/b31732.csproj | 28 ++---------- .../V1-M09.5-PDC/b31748/b31748.csproj | 28 ++---------- .../V1-M09.5-PDC/b31749/b31749.csproj | 28 ++---------- .../V1-M09.5-PDC/b31763/b31763.csproj | 30 +------------ .../V1-M09.5-PDC/b31912/b31912.csproj | 28 ++---------- .../V1-M09.5-PDC/b32093/b32093.ilproj | 29 ++----------- .../V1-M09.5-PDC/b32303/b32303.csproj | 28 ++---------- .../V1-M09.5-PDC/b32345/b32345.csproj | 28 ++---------- .../V1-M09.5-PDC/b32374/b32374.ilproj | 30 ++----------- .../V1-M09.5-PDC/b32551/b32551a.ilproj | 27 +----------- .../V1-M09.5-PDC/b32551/b32551b.ilproj | 27 +----------- .../V1-M09.5-PDC/b32560/b32560.csproj | 30 +------------ .../V1-M09.5-PDC/b32801/b32801.csproj | 28 ++---------- .../V1-M09.5-PDC/b32879/b32879.ilproj | 28 ++---------- .../V1-M09.5-PDC/b34423/b34423.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M09/b13170/b13170.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b13178/b13178.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b13621/b13621.csproj | 29 +------------ .../CLR-x86-JIT/V1-M09/b13647/b13647.csproj | 30 +------------ .../CLR-x86-JIT/V1-M09/b13944/b13944.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14057/b14057.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14059/b14059.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14228/b14228.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14277/b14277.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14314/b14314.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14323/b14323.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14367/b14367.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14396/b14396.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14422/b14422.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14428/b14428.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14443/b14443.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14475/b14475.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14616/b14616.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14624/b14624.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14640/b14640.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14673/b14673.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b14779/b14779.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15155/b15155.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15307/b15307.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15468/b15468.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15526/b15526.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15783/b15783.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15786/b15786.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15797/b15797.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b15864/b15864.csproj | 30 +------------ .../CLR-x86-JIT/V1-M09/b16054/b16054.ilproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b16102/b16102.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M09/b16294/b16294.csproj | 30 +------------ .../CLR-x86-JIT/V1-M10/b02043/b02043.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b02051/b02051.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b02062/b02062.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b02076/b02076.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b02352/b02352.csproj | 31 ++----------- .../CLR-x86-JIT/V1-M10/b03995/b03995.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04083/b04083.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04250/b04250.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04257/b04257.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04306/b04306.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04345/B04345.ilproj | 27 +----------- .../CLR-x86-JIT/V1-M10/b04384/b04384.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04538/b04538.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04574/b04574.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04583/b04583.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04612/b04612.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04639/b04639.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04726/b04726.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b04914/b04914.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b05214/b05214.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05477/b05477.csproj | 30 +------------ .../CLR-x86-JIT/V1-M10/b05617/b05617.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05619/b05619.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05621/b05621.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05622/b05622.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05637/b05637.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05639/b05639.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05737/b05737.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05740/b05740.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05773/b05773.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05780/b05780.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05784/b05784.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b05933/b05933.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b06436/b06436.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b06464/b06464.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b06595/b06595.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b06680/b06680.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b06730/b06730.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b06754/b06754.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b06811/b06811.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b06812/b06812.csproj | 31 ++----------- .../CLR-x86-JIT/V1-M10/b06859/b06859.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b06924/b06924.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b07082/b07082.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b07411/b07411.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b07458/b07458.ilproj | 29 ++----------- .../V1-M10/b07483/{b07483.sc => b07483.cs} | 0 .../CLR-x86-JIT/V1-M10/b07483/b07483.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b07704/b07704.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b08109/b08109.ilproj | 29 ++----------- .../V1-M10/b08172/{b08172.sc => b08172.cs} | 0 .../CLR-x86-JIT/V1-M10/b08172/b08172.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b08672/b08672.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b08797/b08797.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b08944/b08944a.csproj | 28 +----------- .../CLR-x86-JIT/V1-M10/b08944/b08944b.csproj | 29 +------------ .../V1-M10/b09246/{b09246.sc => b09246.cs} | 0 .../CLR-x86-JIT/V1-M10/b09246/b09246.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b09254/b09254.ilproj | 29 ++----------- .../CLR-x86-JIT/V1-M10/b09287/b09287.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b09452/b09452.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b13330/b13330.csproj | 28 ++---------- .../CLR-x86-JIT/V1-M10/b13466/b13466.csproj | 28 ++---------- .../V1-M11-Beta1/b27873/b27873.ilproj | 29 ++----------- .../V1-M11-Beta1/b29351/b29351.ilproj | 29 ++----------- .../V1-M11-Beta1/b30586/b30586.csproj | 30 +------------ .../V1-M11-Beta1/b31878/b31878.csproj | 30 +------------ .../V1-M11-Beta1/b33759/b33759.ilproj | 29 ++----------- .../V1-M11-Beta1/b33792/b33792.ilproj | 29 ++----------- .../V1-M11-Beta1/b33888/b33888.ilproj | 29 ++----------- .../V1-M11-Beta1/b33922/b33922.ilproj | 29 ++----------- .../V1-M11-Beta1/b33928/b33928.ilproj | 29 ++----------- .../V1-M11-Beta1/b34945/b34945.csproj | 30 +------------ .../V1-M11-Beta1/b35784/b35784.ilproj | 30 ++----------- .../V1-M11-Beta1/b36030/b36030.ilproj | 29 ++----------- .../V1-M11-Beta1/b36274/b36274.csproj | 30 +------------ .../V1-M11-Beta1/b36332/b36332.csproj | 30 +------------ .../V1-M11-Beta1/b36470/b36470.csproj | 28 ++---------- .../V1-M11-Beta1/b36471/b36471.csproj | 28 ++---------- .../V1-M11-Beta1/b36472/b36472.csproj | 29 ++----------- .../V1-M11-Beta1/b37131/b37131.csproj | 30 +------------ .../V1-M11-Beta1/b37598/b37598.csproj | 29 ++----------- .../V1-M11-Beta1/b37608/b37608.csproj | 30 +------------ .../V1-M11-Beta1/b37636/b37636.csproj | 28 ++---------- .../V1-M11-Beta1/b38403/b38403.csproj | 28 ++---------- .../V1-M11-Beta1/b38556/b38556.csproj | 30 +------------ .../V1-M11-Beta1/b39217/b39217.csproj | 30 +------------ .../V1-M11-Beta1/b39224/b39224.csproj | 28 ++---------- .../V1-M11-Beta1/b39381/b39381.ilproj | 29 ++----------- .../V1-M11-Beta1/b39397/b39397.ilproj | 29 ++----------- .../V1-M11-Beta1/b39417/b39417.ilproj | 29 ++----------- .../V1-M11-Beta1/b39455/b39455.ilproj | 29 ++----------- .../V1-M11-Beta1/b39946/b39946.ilproj | 29 ++----------- .../V1-M11-Beta1/b39951/b39951.csproj | 28 ++---------- .../V1-M11-Beta1/b40141/b40141.csproj | 30 +------------ .../V1-M11-Beta1/b40174/b40174.ilproj | 29 ++----------- .../V1-M11-Beta1/b40199/b40199.ilproj | 29 ++----------- .../V1-M11-Beta1/b40216/b40216.csproj | 30 +------------ .../V1-M11-Beta1/b40221/b40221.csproj | 28 ++---------- .../V1-M11-Beta1/b40269/b40269.ilproj | 29 ++----------- .../V1-M11-Beta1/b40347/b40347.ilproj | 29 ++----------- .../V1-M11-Beta1/b40380/b40380.ilproj | 29 ++----------- .../V1-M11-Beta1/b40411/b40411.ilproj | 29 ++----------- .../V1-M11-Beta1/b40496/b40496.csproj | 30 +------------ .../V1-M11-Beta1/b40521/b40521.csproj | 30 +------------ .../V1-M11-Beta1/b40721/b40721.ilproj | 29 ++----------- .../V1-M11-Beta1/b40725/b40725.ilproj | 29 ++----------- .../V1-M11-Beta1/b41002/b41002.ilproj | 29 ++----------- .../V1-M11-Beta1/b41063/b41063.csproj | 30 +------------ .../V1-M11-Beta1/b41126/b41126.ilproj | 29 ++----------- .../V1-M11-Beta1/b41129/b41129.ilproj | 29 ++----------- .../V1-M11-Beta1/b41149/b41149.ilproj | 29 ++----------- .../V1-M11-Beta1/b41164/b41164.ilproj | 29 ++----------- .../V1-M11-Beta1/b41234/b41234.csproj | 28 ++---------- .../V1-M11-Beta1/b41262/b41262.ilproj | 29 ++----------- .../V1-M11-Beta1/b41278/b41278.ilproj | 29 ++----------- .../V1-M11-Beta1/b41391/b41391.csproj | 28 ++---------- .../V1-M11-Beta1/b41470/b41470.csproj | 30 +------------ .../V1-M11-Beta1/b41488/b41488.csproj | 30 +------------ .../V1-M11-Beta1/b41495/b41495.csproj | 30 +------------ .../V1-M11-Beta1/b41621/b41621.csproj | 30 +------------ .../V1-M11-Beta1/b41627/b41627.ilproj | 29 ++----------- .../V1-M11-Beta1/b41918/b41918.csproj | 28 ++---------- .../V1-M11-Beta1/b41990/b41990.csproj | 29 +------------ .../V1-M11-Beta1/b42009/b42009.csproj | 28 ++---------- .../V1-M11-Beta1/b42013/b42013.csproj | 30 +------------ .../V1-M11-Beta1/b42387/b42387.ilproj | 29 ++----------- .../V1-M11-Beta1/b42732/b42732.ilproj | 29 ++----------- .../V1-M11-Beta1/b42918/b42918.csproj | 30 +------------ .../V1-M11-Beta1/b42929/b42929.csproj | 30 +------------ .../V1-M11-Beta1/b43010/b43010.csproj | 28 ++---------- .../V1-M11-Beta1/b43033/b43033.ilproj | 29 ++----------- .../V1-M11-Beta1/b43040/b43040.ilproj | 29 ++----------- .../V1-M11-Beta1/b43069/b43069.ilproj | 29 ++----------- .../V1-M11-Beta1/b43115/b43115.ilproj | 29 ++----------- .../V1-M11-Beta1/b43121/b43121.ilproj | 29 ++----------- .../V1-M11-Beta1/b43160/b43160.ilproj | 29 ++----------- .../V1-M11-Beta1/b43313/Desktop/b43313.csproj | 27 +----------- .../V1-M11-Beta1/b43313/b43313.csproj | 32 ++------------ .../V1-M11-Beta1/b43378/b43378.ilproj | 29 ++----------- .../V1-M11-Beta1/b43714/b43714.ilproj | 29 ++----------- .../V1-M11-Beta1/b43719/b43719.csproj | 30 +------------ .../V1-M11-Beta1/b43958/b43958.csproj | 30 +------------ .../V1-M11-Beta1/b43963/b43963.ilproj | 29 ++----------- .../V1-M11-Beta1/b43994/b43994.ilproj | 29 ++----------- .../V1-M11-Beta1/b44020/b44020.ilproj | 29 ++----------- .../V1-M11-Beta1/b44193/b44193.csproj | 28 ++---------- .../V1-M11-Beta1/b44204/b44204.ilproj | 29 ++----------- .../V1-M11-Beta1/b44224/b44224.ilproj | 29 ++----------- .../V1-M11-Beta1/b44297/b44297.csproj | 28 ++---------- .../V1-M11-Beta1/b44410/b44410.csproj | 28 ++---------- .../V1-M11-Beta1/b44657/b44657.ilproj | 29 ++----------- .../V1-M11-Beta1/b44723/b44723.ilproj | 29 ++----------- .../V1-M11-Beta1/b44724/b44724.ilproj | 29 ++----------- .../V1-M11-Beta1/b44861/b44861.ilproj | 29 ++----------- .../V1-M11-Beta1/b44879/b44879.ilproj | 29 ++----------- .../V1-M11-Beta1/b44946/b44946.ilproj | 29 ++----------- .../V1-M11-Beta1/b44983/b44983.ilproj | 29 ++----------- .../V1-M11-Beta1/b44984/b44984.ilproj | 29 ++----------- .../V1-M11-Beta1/b44985/b44985.ilproj | 29 ++----------- .../V1-M11-Beta1/b45015/b45015.csproj | 28 ++---------- .../V1-M11-Beta1/b45259/b45259.csproj | 28 ++---------- .../V1-M11-Beta1/b45270/b45270.csproj | 28 ++---------- .../V1-M11-Beta1/b45439/b45439.ilproj | 29 ++----------- .../V1-M11-Beta1/b45458/b45458.csproj | 28 ++---------- .../V1-M11-Beta1/b45535/b45535.csproj | 28 ++---------- .../V1-M11-Beta1/b45541/b45541.ilproj | 29 ++----------- .../V1-M11-Beta1/b45956/b45956.ilproj | 29 ++----------- .../V1-M11-Beta1/b45984/b45984.ilproj | 29 ++----------- .../V1-M11-Beta1/b45985/b45985.ilproj | 29 ++----------- .../V1-M11-Beta1/b46170/b46170.csproj | 28 ++---------- .../V1-M11-Beta1/b46292/b46292.ilproj | 29 ++----------- .../V1-M11-Beta1/b46569/b46569.ilproj | 29 ++----------- .../V1-M11-Beta1/b46576/b46576.ilproj | 29 ++----------- .../V1-M11-Beta1/b46583/b46583.ilproj | 29 ++----------- .../V1-M11-Beta1/b46629/b46629.csproj | 28 ++---------- .../V1-M11-Beta1/b46641/b46641.csproj | 30 +------------ .../V1-M11-Beta1/b46649/b46649.csproj | 28 ++---------- .../V1-M11-Beta1/b46867/b46867.csproj | 29 ++----------- .../V1-M11-Beta1/b46897/b46897.ilproj | 29 ++----------- .../V1-M11-Beta1/b47022/b47022.ilproj | 29 ++----------- .../V1-M11-Beta1/b47047/b47047.csproj | 28 ++---------- .../V1-M11-Beta1/b47080/b47080.ilproj | 27 +----------- .../V1-M11-Beta1/b47093/b47093.ilproj | 29 ++----------- .../V1-M11-Beta1/b47610/b47610.ilproj | 29 ++----------- .../V1-M11-Beta1/b47885/b47885.ilproj | 29 ++----------- .../V1-M11-Beta1/b47906/b47906.ilproj | 29 ++----------- .../V1-M11-Beta1/b48248/b48248.csproj | 28 ++---------- .../V1-M11-Beta1/b48350/b48350.ilproj | 29 ++----------- .../V1-M11-Beta1/b48554/b48554a.ilproj | 27 +----------- .../V1-M11-Beta1/b48554/b48554b.ilproj | 27 +----------- .../V1-M11-Beta1/b48614/b48614.ilproj | 29 ++----------- .../V1-M11-Beta1/b48797/b48797.csproj | 30 +------------ .../V1-M11-Beta1/b48805/b48805.csproj | 30 +------------ .../V1-M11-Beta1/b48864/b48864.csproj | 28 ++---------- .../V1-M11-Beta1/b48872/b48872.csproj | 28 ++---------- .../V1-M11-Beta1/b48990/b48990a.csproj | 26 +---------- .../V1-M11-Beta1/b48990/b48990b.csproj | 26 +---------- .../V1-M11-Beta1/b49101/b49101.ilproj | 29 ++----------- .../V1-M11-Beta1/b49318/b49318.csproj | 28 ++---------- .../V1-M11-Beta1/b49322/b49322.csproj | 28 ++---------- .../V1-M11-Beta1/b49644/b49644.ilproj | 29 ++----------- .../V1-M11-Beta1/b49717/b49717.csproj | 28 ++---------- .../V1-M11-Beta1/b49984/b49984.ilproj | 29 ++----------- .../V1-M12-Beta2/b11553/b11553.csproj | 28 ++---------- .../V1-M12-Beta2/b16122/b16122.ilproj | 29 ++----------- .../V1-M12-Beta2/b18857/b18857.ilproj | 29 ++----------- .../V1-M12-Beta2/b28598/b28598.ilproj | 29 ++----------- .../V1-M12-Beta2/b30868/b30868.ilproj | 29 ++----------- .../V1-M12-Beta2/b31182/b31182.csproj | 28 ++---------- .../V1-M12-Beta2/b31283/b31283.ilproj | 29 ++----------- .../V1-M12-Beta2/b31289/b31289.ilproj | 29 ++----------- .../V1-M12-Beta2/b31292/b31292.ilproj | 29 ++----------- .../V1-M12-Beta2/b31423/b31423.ilproj | 29 ++----------- .../V1-M12-Beta2/b31452/b31452.ilproj | 29 ++----------- .../V1-M12-Beta2/b31493/b31493.ilproj | 29 ++----------- .../V1-M12-Beta2/b31547/b31547.ilproj | 29 ++----------- .../V1-M12-Beta2/b31745/b31745.csproj | 29 ++----------- .../V1-M12-Beta2/b31746/b31746.csproj | 28 ++---------- .../V1-M12-Beta2/b31762/b31762.csproj | 28 ++---------- .../V1-M12-Beta2/b31780/b31780.ilproj | 29 ++----------- .../V1-M12-Beta2/b31784/b31784.ilproj | 29 ++----------- .../V1-M12-Beta2/b31903/b31903.csproj | 30 +------------ .../V1-M12-Beta2/b31917/b31917.csproj | 30 +------------ .../V1-M12-Beta2/b32613/b32613.ilproj | 29 ++----------- .../V1-M12-Beta2/b32614/b32614.ilproj | 29 ++----------- .../V1-M12-Beta2/b33125/b33125.ilproj | 29 ++----------- .../V1-M12-Beta2/b33131/b33131.ilproj | 29 ++----------- .../V1-M12-Beta2/b33135/b33135.ilproj | 29 ++----------- .../V1-M12-Beta2/b33335/b33335.ilproj | 29 ++----------- .../V1-M12-Beta2/b33361/b33361.ilproj | 29 ++----------- .../V1-M12-Beta2/b33362/b33362.ilproj | 29 ++----------- .../V1-M12-Beta2/b33388/b33388.ilproj | 29 ++----------- .../V1-M12-Beta2/b33585/b33585.ilproj | 29 ++----------- .../V1-M12-Beta2/b33586/b33586.ilproj | 29 ++----------- .../V1-M12-Beta2/b34951/b34951.ilproj | 29 ++----------- .../V1-M12-Beta2/b34952/b34952.ilproj | 29 ++----------- .../V1-M12-Beta2/b34953/b34953.ilproj | 29 ++----------- .../V1-M12-Beta2/b35315/b35315.ilproj | 29 ++----------- .../V1-M12-Beta2/b35344/b35344.ilproj | 29 ++----------- .../V1-M12-Beta2/b35348/b35348.ilproj | 29 ++----------- .../V1-M12-Beta2/b35351/b35351.ilproj | 29 ++----------- .../V1-M12-Beta2/b35354/b35354.ilproj | 29 ++----------- .../V1-M12-Beta2/b35366/b35366.ilproj | 29 ++----------- .../V1-M12-Beta2/b35486/b35486.ilproj | 29 ++----------- .../V1-M12-Beta2/b35635/b35635.ilproj | 29 ++----------- .../V1-M12-Beta2/b35779/b35779.ilproj | 29 ++----------- .../V1-M12-Beta2/b36301/b36301.ilproj | 29 ++----------- .../V1-M12-Beta2/b36302/b36302.ilproj | 29 ++----------- .../V1-M12-Beta2/b36304/b36304.ilproj | 29 ++----------- .../V1-M12-Beta2/b36975/b36975.ilproj | 29 ++----------- .../V1-M12-Beta2/b37214/b37214.ilproj | 29 ++----------- .../V1-M12-Beta2/b37215/b37215.ilproj | 29 ++----------- .../V1-M12-Beta2/b37238/b37238.ilproj | 29 ++----------- .../V1-M12-Beta2/b37256/b37256.ilproj | 29 ++----------- .../V1-M12-Beta2/b37578/b37578.ilproj | 29 ++----------- .../V1-M12-Beta2/b37646/b37646.csproj | 28 ++---------- .../V1-M12-Beta2/b37830/b37830.ilproj | 29 ++----------- .../V1-M12-Beta2/b38269/b38269.csproj | 28 ++---------- .../V1-M12-Beta2/b40006/b40006.ilproj | 29 ++----------- .../V1-M12-Beta2/b40347/b40347.ilproj | 29 ++----------- .../V1-M12-Beta2/b41852/b41852.csproj | 28 ++---------- .../V1-M12-Beta2/b43693/b43693.ilproj | 28 ++---------- .../V1-M12-Beta2/b43694/b43694.ilproj | 28 ++---------- .../V1-M12-Beta2/b46566/b46566.ilproj | 29 ++----------- .../V1-M12-Beta2/b47471/b47471.ilproj | 29 ++----------- .../V1-M12-Beta2/b47886/b47886.ilproj | 29 ++----------- .../V1-M12-Beta2/b47975/b47975.csproj | 30 +------------ .../V1-M12-Beta2/b48929/b48929.csproj | 28 ++---------- .../V1-M12-Beta2/b49104/b49104.ilproj | 29 ++----------- .../V1-M12-Beta2/b49142/b49142.ilproj | 29 ++----------- .../V1-M12-Beta2/b49335/b49335.ilproj | 29 ++----------- .../V1-M12-Beta2/b49435/b49435.ilproj | 27 +----------- .../V1-M12-Beta2/b49809/b49809.csproj | 30 +------------ .../V1-M12-Beta2/b50026/b50026.ilproj | 29 ++----------- .../V1-M12-Beta2/b50027/b50027.ilproj | 29 ++----------- .../V1-M12-Beta2/b50033/b50033.ilproj | 29 ++----------- .../V1-M12-Beta2/b50042/b50042.csproj | 28 ++---------- .../V1-M12-Beta2/b50145/b50145.csproj | 28 ++---------- .../V1-M12-Beta2/b50145/b50145a.csproj | 26 +---------- .../V1-M12-Beta2/b50145/b50145b.csproj | 26 +---------- .../V1-M12-Beta2/b50145/b50145c.csproj | 26 +---------- .../V1-M12-Beta2/b50535/b50535.csproj | 28 ++---------- .../V1-M12-Beta2/b51420/b51420.ilproj | 29 ++----------- .../V1-M12-Beta2/b51463/b51463.csproj | 30 +------------ .../V1-M12-Beta2/b51469/b51469.csproj | 30 +------------ .../V1-M12-Beta2/b51515/b51515.ilproj | 29 ++----------- .../V1-M12-Beta2/b51565/b51565.csproj | 30 +------------ .../V1-M12-Beta2/b51575/b51575.ilproj | 29 ++----------- .../V1-M12-Beta2/b51817/b51817.csproj | 32 ++------------ .../V1-M12-Beta2/b51870/b51870.csproj | 28 ++---------- .../V1-M12-Beta2/b51875/Desktop/b51875.csproj | 26 +---------- .../V1-M12-Beta2/b51875/b51875.csproj | 30 ++----------- .../V1-M12-Beta2/b52572/b52572.csproj | 28 ++---------- .../V1-M12-Beta2/b52578/b52578.csproj | 30 +------------ .../V1-M12-Beta2/b52593/b52593.csproj | 32 ++------------ .../V1-M12-Beta2/b52733/b52733.csproj | 32 ++------------ .../V1-M12-Beta2/b52746/b52746.csproj | 30 +------------ .../V1-M12-Beta2/b52760/b52760.csproj | 28 ++---------- .../V1-M12-Beta2/b52838/b52838.csproj | 28 ++---------- .../V1-M12-Beta2/b52839/b52839.csproj | 28 ++---------- .../V1-M12-Beta2/b52840/b52840.csproj | 33 +------------- .../V1-M12-Beta2/b53226/b53226a.csproj | 30 +------------ .../V1-M12-Beta2/b53226/b53226b.csproj | 31 +------------ .../V1-M12-Beta2/b53547/b53547.csproj | 28 ++---------- .../V1-M12-Beta2/b53650/b53650.ilproj | 29 ++----------- .../V1-M12-Beta2/b53662/b53662.ilproj | 29 ++----------- .../V1-M12-Beta2/b53878/b53878.ilproj | 29 ++----------- .../V1-M12-Beta2/b53884/b53884.ilproj | 29 ++----------- .../V1-M12-Beta2/b53942/b53942a.ilproj | 27 +----------- .../V1-M12-Beta2/b53942/b53942b.ilproj | 27 +----------- .../V1-M12-Beta2/b53958/b53958.ilproj | 29 ++----------- .../V1-M12-Beta2/b53977/b53977.ilproj | 29 ++----------- .../V1-M12-Beta2/b53980/b53980.ilproj | 29 ++----------- .../V1-M12-Beta2/b53994/b53994.ilproj | 29 ++----------- .../V1-M12-Beta2/b53995/b53995.ilproj | 29 ++----------- .../V1-M12-Beta2/b54006/b54006.ilproj | 29 ++----------- .../V1-M12-Beta2/b54565/b54565.ilproj | 29 ++----------- .../V1-M12-Beta2/b54566/b54566.ilproj | 29 ++----------- .../V1-M12-Beta2/b54611/b54611.ilproj | 29 ++----------- .../V1-M12-Beta2/b54667/b54667.csproj | 28 ++---------- .../V1-M12-Beta2/b54971/b54971.ilproj | 29 ++----------- .../V1-M12-Beta2/b55197/Desktop/b55197.csproj | 26 +---------- .../V1-M12-Beta2/b55197/b55197.csproj | 30 ++----------- .../V1-M12-Beta2/b55216/b55216.ilproj | 29 ++----------- .../V1-M12-Beta2/b55875/b55875.ilproj | 29 ++----------- .../V1-M12-Beta2/b55923/b55923.ilproj | 29 ++----------- .../V1-M12-Beta2/b56066/b56066.ilproj | 29 ++----------- .../V1-M12-Beta2/b56068/b56068.ilproj | 29 ++----------- .../V1-M12-Beta2/b56149/b56149.csproj | 28 ++---------- .../V1-M12-Beta2/b56154/b56154.csproj | 28 ++---------- .../V1-M12-Beta2/b56159/b56159.csproj | 28 ++---------- .../V1-M12-Beta2/b56174/b56174.ilproj | 29 ++----------- .../V1-M12-Beta2/b56349/b56349.ilproj | 29 ++----------- .../V1-M12-Beta2/b56772/b56772.csproj | 28 ++---------- .../V1-M12-Beta2/b56780/b56780.ilproj | 29 ++----------- .../V1-M12-Beta2/b57492/b57492.ilproj | 29 ++----------- .../V1-M12-Beta2/b57493/b57493.ilproj | 29 ++----------- .../V1-M12-Beta2/b57516/b57516.ilproj | 29 ++----------- .../V1-M12-Beta2/b57518/b57518.ilproj | 29 ++----------- .../V1-M12-Beta2/b57952/b57952.ilproj | 29 ++----------- .../V1-M12-Beta2/b58358/b58358.ilproj | 29 ++----------- .../V1-M12-Beta2/b58360/b58360.ilproj | 29 ++----------- .../V1-M12-Beta2/b58689/b58689.ilproj | 29 ++----------- .../V1-M12-Beta2/b58690/b58690.ilproj | 29 ++----------- .../V1-M12-Beta2/b58866/b58866.ilproj | 29 ++----------- .../V1-M12-Beta2/b59297/b59297.csproj | 28 ++---------- .../V1-M12-Beta2/b59319/b59319.ilproj | 29 ++----------- .../V1-M12-Beta2/b59320/b59320.ilproj | 29 ++----------- .../V1-M12-Beta2/b59337/b59337.ilproj | 29 ++----------- .../V1-M12-Beta2/b59477/b59477.ilproj | 29 ++----------- .../V1-M12-Beta2/b59478/b59478.ilproj | 29 ++----------- .../V1-M12-Beta2/b59508/b59508.ilproj | 29 ++----------- .../V1-M12-Beta2/b59546/b59546.ilproj | 28 ++---------- .../V1-M12-Beta2/b59554/b59554.ilproj | 29 ++----------- .../V1-M12-Beta2/b59647/b59647.ilproj | 29 ++----------- .../V1-M12-Beta2/b59678/b59678.ilproj | 28 ++---------- .../V1-M12-Beta2/b59782/b59782.ilproj | 29 ++----------- .../V1-M12-Beta2/b59822/b59822.ilproj | 29 ++----------- .../V1-M12-Beta2/b59857/b59857.ilproj | 29 ++----------- .../V1-M12-Beta2/b59858/b59858.ilproj | 29 ++----------- .../V1-M12-Beta2/b59899/b59899.csproj | 28 ++---------- .../V1-M12-Beta2/b59947/b59947.ilproj | 29 ++----------- .../V1-M12-Beta2/b59948/b59948.ilproj | 29 ++----------- .../V1-M12-Beta2/b59949/b59949.ilproj | 29 ++----------- .../V1-M12-Beta2/b59952/b59952.ilproj | 29 ++----------- .../V1-M12-Beta2/b59953/b59953.ilproj | 29 ++----------- .../V1-M12-Beta2/b60127/b60127.ilproj | 29 ++----------- .../V1-M12-Beta2/b60142/b60142.ilproj | 29 ++----------- .../V1-M12-Beta2/b60194/b60194.ilproj | 29 ++----------- .../V1-M12-Beta2/b60600/b60600.csproj | 28 ++---------- .../V1-M12-Beta2/b60723/b60723.csproj | 30 +------------ .../V1-M12-Beta2/b61025/b61025.ilproj | 29 ++----------- .../V1-M12-Beta2/b61028/b61028.csproj | 28 ++---------- .../V1-M12-Beta2/b61185/b61185.ilproj | 29 ++----------- .../V1-M12-Beta2/b61215/b61215.ilproj | 29 ++----------- .../V1-M12-Beta2/b61515/b61515.csproj | 28 ++---------- .../V1-M12-Beta2/b61640/b61640.csproj | 28 ++---------- .../V1-M12-Beta2/b62145/b62145.ilproj | 29 ++----------- .../V1-M12-Beta2/b62498/b62498.csproj | 30 +------------ .../V1-M12-Beta2/b62555/b62555.csproj | 30 +------------ .../V1-M12-Beta2/b62892/b62892.csproj | 28 ++---------- .../V1-M12-Beta2/b63183/b63183.csproj | 30 +------------ .../V1-M12-Beta2/b63552/b63552.ilproj | 29 ++----------- .../V1-M12-Beta2/b63725/b63725.ilproj | 29 ++----------- .../V1-M12-Beta2/b63726/b63726.ilproj | 29 ++----------- .../V1-M12-Beta2/b63730/b63730.ilproj | 29 ++----------- .../V1-M12-Beta2/b63732/b63732.ilproj | 29 ++----------- .../V1-M12-Beta2/b63743/b63743.ilproj | 28 ++---------- .../V1-M12-Beta2/b63823/b63823.ilproj | 29 ++----------- .../V1-M12-Beta2/b64026/b64026.ilproj | 29 ++----------- .../V1-M12-Beta2/b64560/b64560.ilproj | 29 ++----------- .../V1-M12-Beta2/b64579/b64579.csproj | 28 ++---------- .../V1-M12-Beta2/b65087/b65087.ilproj | 29 ++----------- .../V1-M12-Beta2/b65176/b65176.ilproj | 29 ++----------- .../V1-M12-Beta2/b65407/b65407.ilproj | 29 ++----------- .../V1-M12-Beta2/b65423/b65423.ilproj | 28 ++---------- .../V1-M12-Beta2/b66226/b66226.ilproj | 29 ++----------- .../V1-M12-Beta2/b66425/b66425.ilproj | 29 ++----------- .../V1-M12-Beta2/b66533/b66533.csproj | 32 ++------------ .../V1-M12-Beta2/b66583/b66583.ilproj | 29 ++----------- .../V1-M12-Beta2/b66620/b66620.ilproj | 29 ++----------- .../V1-M12-Beta2/b66679/b66679.ilproj | 29 ++----------- .../V1-M12-Beta2/b67351/b67351.ilproj | 29 ++----------- .../V1-M12-Beta2/b67414/b67414.csproj | 28 ++---------- .../V1-M12-Beta2/b67744/b67744.ilproj | 29 ++----------- .../V1-M12-Beta2/b67819/b67819.ilproj | 29 ++----------- .../V1-M12-Beta2/b67987/b67987.ilproj | 29 ++----------- .../V1-M12-Beta2/b68028/b68028.ilproj | 29 ++----------- .../V1-M12-Beta2/b68045/b68045.ilproj | 29 ++----------- .../V1-M12-Beta2/b68361/b68361.csproj | 28 ++---------- .../V1-M12-Beta2/b68634/b68634.csproj | 28 ++---------- .../V1-M12-Beta2/b68757/b68757.ilproj | 28 ++---------- .../V1-M12-Beta2/b68872/b68872.ilproj | 29 ++----------- .../V1-M12-Beta2/b69225/b69225.ilproj | 29 ++----------- .../V1-M12-Beta2/b69227/b69227.ilproj | 29 ++----------- .../V1-M12-Beta2/b69512/b69512.ilproj | 29 ++----------- .../V1-M12-Beta2/b69528/b69528.ilproj | 29 ++----------- .../V1-M12-Beta2/b69848/b69848.ilproj | 29 ++----------- .../V1-M12-Beta2/b70267/b70267.ilproj | 29 ++----------- .../V1-M12-Beta2/b70289/b70289.ilproj | 29 ++----------- .../V1-M12-Beta2/b70335/b70335.ilproj | 29 ++----------- .../V1-M12-Beta2/b70354/b70354.ilproj | 29 ++----------- .../V1-M12-Beta2/b70808/b70808.ilproj | 29 ++----------- .../V1-M12-Beta2/b70909/b70909.ilproj | 29 ++----------- .../V1-M12-Beta2/b70964/b70964.ilproj | 29 ++----------- .../V1-M12-Beta2/b70967/b70967.ilproj | 29 ++----------- .../V1-M12-Beta2/b70992/b70992.ilproj | 29 ++----------- .../V1-M12-Beta2/b70994/b70994.ilproj | 29 ++----------- .../V1-M12-Beta2/b71003/b71003.ilproj | 29 ++----------- .../V1-M12-Beta2/b71005/b71005.csproj | 28 ++---------- .../V1-M12-Beta2/b71093/b71093.csproj | 28 ++---------- .../V1-M12-Beta2/b71099/b71099.csproj | 30 +------------ .../V1-M12-Beta2/b71120/b71120.csproj | 30 +------------ .../V1-M12-Beta2/b71135/b71135.csproj | 28 ++---------- .../V1-M12-Beta2/b71155/b71155.csproj | 28 ++---------- .../V1-M12-Beta2/b71179/b71179.ilproj | 29 ++----------- .../V1-M12-Beta2/b71231/b71231.csproj | 28 ++---------- .../V1-M12-Beta2/b71318/b71318.ilproj | 29 ++----------- .../V1-M12-Beta2/b71722/b71722.ilproj | 29 ++----------- .../V1-M12-Beta2/b71831/b71831.ilproj | 29 ++----------- .../V1-M12-Beta2/b71869/b71869.ilproj | 29 ++----------- .../V1-M12-Beta2/b71999/b71999.ilproj | 29 ++----------- .../V1-M12-Beta2/b72136/b72136.csproj | 30 +------------ .../V1-M12-Beta2/b72160/b72160.ilproj | 29 ++----------- .../V1-M12-Beta2/b72161/b72161.ilproj | 29 ++----------- .../V1-M12-Beta2/b72164/b72164.csproj | 28 ++---------- .../V1-M12-Beta2/b72422/b72422.csproj | 28 ++---------- .../V1-M12-Beta2/b72518/b72518.ilproj | 29 ++----------- .../V1-M12-Beta2/b72522/b72522.ilproj | 29 ++----------- .../V1-M12-Beta2/b72687/b72687.csproj | 28 ++---------- .../V1-M12-Beta2/b72699/b72699.ilproj | 29 ++----------- .../V1-M12-Beta2/b72828/b72828.ilproj | 29 ++----------- .../V1-M12-Beta2/b72932/b72932.csproj | 28 ++---------- .../V1-M12-Beta2/b72986/b72986.csproj | 28 ++---------- .../V1-M12-Beta2/b72996/b72996.csproj | 28 ++---------- .../V1-M12-Beta2/b73079/b73079.ilproj | 29 ++----------- .../V1-M12-Beta2/b73207/b73207.ilproj | 29 ++----------- .../V1-M12-Beta2/b73283/b73283.ilproj | 29 ++----------- .../V1-M12-Beta2/b73786/b73786.ilproj | 29 ++----------- .../V1-M12-Beta2/b73921/b73921.csproj | 28 ++---------- .../V1-M12-Beta2/b74182/b74182.csproj | 28 ++---------- .../V1-M12-Beta2/b74608/b74608.ilproj | 29 ++----------- .../V1-M12-Beta2/b74937/b74937.ilproj | 29 ++----------- .../V1-M12-Beta2/b74939/b74939.ilproj | 29 ++----------- .../V1-M12-Beta2/b74976/b74976.ilproj | 29 ++----------- .../V1-M12-Beta2/b75250/b75250.csproj | 28 ++---------- .../V1-M12-Beta2/b75509/b75509.csproj | 28 ++---------- .../V1-M12-Beta2/b75888/b75888.ilproj | 29 ++----------- .../V1-M12-Beta2/b75890/b75890.ilproj | 29 ++----------- .../V1-M12-Beta2/b75944/b75944.ilproj | 29 ++----------- .../V1-M12-Beta2/b75945/b75945.ilproj | 29 ++----------- .../V1-M12-Beta2/b75988/b75988.ilproj | 28 ++---------- .../V1-M12-Beta2/b76267/b76267.csproj | 28 ++---------- .../V1-M12-Beta2/b76511/b76511.csproj | 28 ++---------- .../V1-M12-Beta2/b76590/b76590.csproj | 28 ++---------- .../V1-M12-Beta2/b76717/b76717.csproj | 28 ++---------- .../V1-M12-Beta2/b77304/b77304.ilproj | 29 ++----------- .../V1-M12-Beta2/b77707/b77707.csproj | 28 ++---------- .../V1-M12-Beta2/b77713/b77713.csproj | 28 ++---------- .../V1-M12-Beta2/b77806/b77806.ilproj | 29 ++----------- .../V1-M12-Beta2/b77950/b77950.ilproj | 29 ++----------- .../V1-M12-Beta2/b78392/b78392.csproj | 28 ++---------- .../V1-M12-Beta2/b78694/b78694.csproj | 28 ++---------- .../V1-M12-Beta2/b79250/b79250.ilproj | 30 ++----------- .../V1-M12-Beta2/b79418/b79418.csproj | 28 ++---------- .../V1-M12-Beta2/b79642/b79642.csproj | 28 ++---------- .../V1-M12-Beta2/b80043/b80043.ilproj | 29 ++----------- .../V1-M12-Beta2/b80045/b80045.csproj | 30 +------------ .../V1-M12-Beta2/b80764/b80764.csproj | 28 ++---------- .../V1-M12-Beta2/b80824/b80824.ilproj | 29 ++----------- .../V1-M12-Beta2/b81618/b81618.csproj | 28 ++---------- .../V1-M12-Beta2/b81938/b81938.ilproj | 29 ++----------- .../V1-M12-Beta2/b82048/b82048.csproj | 28 ++---------- .../V1-M12-Beta2/b82160/b82160.ilproj | 29 ++----------- .../V1-M12-Beta2/b82247/b82247.ilproj | 29 ++----------- .../V1-M12-Beta2/b82249/b82249.ilproj | 29 ++----------- .../V1-M12-Beta2/b82715/b82715.ilproj | 29 ++----------- .../V1-M12-Beta2/b82866/b82866.csproj | 30 +------------ .../V1-M12-Beta2/b83690/b83690.csproj | 30 +------------ .../V1-M12-Beta2/b83702/b83702.csproj | 29 +------------ .../V1-M12-Beta2/b84836/b84836.csproj | 28 ++---------- .../V1-M12-Beta2/b84909/b84909.ilproj | 29 ++----------- .../V1-M12-Beta2/b84916/b84916.ilproj | 29 ++----------- .../V1-M12-Beta2/b84971/b84971.ilproj | 29 ++----------- .../V1-M12-Beta2/b85316/b85316.ilproj | 29 ++----------- .../V1-M12-Beta2/b91377/b91377.csproj | 30 +------------ .../V1-M13-RTM/b101147/b101147.ilproj | 29 ++----------- .../V1-M13-RTM/b113239/b113239.csproj | 28 ++---------- .../V1-M13-RTM/b85477/b85477.ilproj | 29 ++----------- .../V1-M13-RTM/b86139/b86139.ilproj | 29 ++----------- .../V1-M13-RTM/b87284/b87284.csproj | 28 ++---------- .../V1-M13-RTM/b87285/b87285.csproj | 28 ++---------- .../V1-M13-RTM/b88712/b88712.csproj | 28 ++---------- .../V1-M13-RTM/b88793/b88793.csproj | 29 ++----------- .../V1-M13-RTM/b88797/b88797.csproj | 30 +------------ .../V1-M13-RTM/b89277/b89277.csproj | 30 +------------ .../V1-M13-RTM/b89279/b89279.csproj | 28 ++---------- .../V1-M13-RTM/b89409/b89409.ilproj | 29 ++----------- .../V1-M13-RTM/b89506/b89506.csproj | 28 ++---------- .../V1-M13-RTM/b89546/b89546.ilproj | 29 ++----------- .../V1-M13-RTM/b89600/b89600.csproj | 28 ++---------- .../V1-M13-RTM/b89797/b89797.csproj | 28 ++---------- .../V1-M13-RTM/b89946/b89946.csproj | 30 +------------ .../V1-M13-RTM/b90129/b90129.ilproj | 29 ++----------- .../V1-M13-RTM/b91021/b91021.ilproj | 29 ++----------- .../V1-M13-RTM/b91189/b91189.csproj | 28 ++---------- .../V1-M13-RTM/b91203/b91203.ilproj | 29 ++----------- .../V1-M13-RTM/b91223/b91223.ilproj | 29 ++----------- .../V1-M13-RTM/b91230/b91230.csproj | 28 ++---------- .../V1-M13-RTM/b91248/b91248.csproj | 29 ++----------- .../V1-M13-RTM/b91359/b91359.ilproj | 29 ++----------- .../V1-M13-RTM/b91855/b91855.csproj | 30 +------------ .../V1-M13-RTM/b91859/b91859.csproj | 28 ++---------- .../V1-M13-RTM/b91867/b91867.csproj | 28 ++---------- .../V1-M13-RTM/b91917/b91917.csproj | 30 +------------ .../V1-M13-RTM/b92066/b92066.ilproj | 28 ++---------- .../V1-M13-RTM/b92073/b92073.ilproj | 28 ++---------- .../V1-M13-RTM/b92289/b92289.ilproj | 28 ++---------- .../V1-M13-RTM/b92568/b92568.csproj | 30 +------------ .../V1-M13-RTM/b92614/b92614.csproj | 28 ++---------- .../V1-M13-RTM/b92693/b92693.csproj | 28 ++---------- .../V1-M13-RTM/b92714/b92714.csproj | 28 ++---------- .../V1-M13-RTM/b92736/b92736.ilproj | 29 ++----------- .../V1-M13-RTM/b93027/b93027.csproj | 30 +------------ .../V1-M13-RTM/b93635/b93635.ilproj | 28 ++---------- .../V1-M13-RTM/b94306/b94306.ilproj | 29 ++----------- .../V1-M13-RTM/b98958/b98958.ilproj | 28 ++---------- .../V1-M13-RTM/b99222/b99222.csproj | 28 ++---------- .../V1-M13-RTM/b99235/b99235.csproj | 28 ++---------- .../V1-M13-RTM/b99667/b99667.ilproj | 29 ++----------- .../V1-M13-RTM/b99969/b99969.csproj | 29 +------------ .../V1-M14-SP1/b119538/b119538a.csproj | 28 +----------- .../V1-M14-SP1/b119538/b119538b.csproj | 28 +----------- .../V1-M15-SP2/b124443/b124443.csproj | 30 +------------ .../V1-M15-SP2/b124443/b124443_il.ilproj | 27 +----------- .../V1-QFE/b147814/b147814_il.ilproj | 27 +----------- .../CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj | 27 +----------- .../CLR-x86-JIT/V1-QFE/b148815/b148815.csproj | 26 +---------- .../V1-QFE/b151440/params-mixed.ilproj | 27 +----------- .../V1-QFE/b151440/params-none.ilproj | 27 +----------- .../V1-QFE/b151440/params-object.ilproj | 27 +----------- .../V1-QFE/b151440/params-value.ilproj | 27 +----------- .../V1-QFE/b151440/params-varargs.ilproj | 27 +----------- .../V1-QFE/b151440/static-mixed.ilproj | 27 +----------- .../V1-QFE/b151440/static-none.ilproj | 26 +---------- .../V1-QFE/b151440/static-object.ilproj | 27 +----------- .../V1-QFE/b151440/static-ref.ilproj | 26 +---------- .../V1.1-M1-Beta1/b119294/b119294.csproj | 28 ++---------- .../V1.1-M1-Beta1/b130333/b130333.csproj | 26 +---------- .../V1.1-M1-Beta1/b139895/b139895.ilproj | 29 ++----------- .../V1.1-M1-Beta1/b140118/b140118.ilproj | 29 ++----------- .../V1.1-M1-Beta1/b140711/b140711.csproj | 28 ++---------- .../V1.1-M1-Beta1/b140902/b140902.csproj | 28 ++---------- .../V1.1-M1-Beta1/b143840/b143840.ilproj | 28 ++---------- .../V1.2-Beta1/b102637/b102637.ilproj | 27 +----------- .../V1.2-Beta1/b102879/b102879.csproj | 26 +---------- .../V1.2-Beta1/b103058/b103058.csproj | 28 ++---------- .../V1.2-Beta1/b124232/b124232.csproj | 26 +---------- .../V1.2-Beta1/b147147/b147147.ilproj | 27 +----------- .../V1.2-Beta1/b147924/b147924.ilproj | 27 +----------- .../V1.2-Beta1/b169333/b169333.csproj | 28 ++---------- .../V1.2-Beta1/b178119/b178119.csproj | 26 +---------- .../V1.2-Beta1/b178128/b178128.csproj | 26 +---------- .../V1.2-Beta1/b180381/b180381a.csproj | 26 +---------- .../V1.2-Beta1/b180381/b180381b.ilproj | 27 +----------- .../V1.2-Beta1/b191926/b191926.csproj | 26 +---------- .../b210352/csharpgenerictypes.csproj | 29 +------------ .../V1.2-Beta1/b210352/csharptester.csproj | 27 +----------- .../V1.2-Beta1/b213516/b213516.ilproj | 26 +---------- .../V1.2-Beta1/b213516/lib-219037.ilproj | 26 +---------- .../V1.2-Beta1/b219940/b219940.csproj | 28 +----------- .../V1.2-Beta1/b220968/b220968.ilproj | 27 +----------- .../V1.2-Beta1/b223924/b223924.ilproj | 27 +----------- .../V1.2-Beta1/b223932/b223932.ilproj | 27 +----------- .../V1.2-Beta1/b223936/b223936.ilproj | 27 +----------- .../CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b00735/b00735.csproj | 28 ++---------- .../CLR-x86-JIT/V1.2-M01/b02345/b02345.csproj | 30 +------------ .../CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj | 28 ++---------- .../CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj | 27 +----------- .../CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b07211/b07211.csproj | 26 +---------- .../CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b07900/b07900.csproj | 28 +----------- .../CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b08020/b08020.csproj | 26 +---------- .../CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj | 27 +----------- .../CLR-x86-JIT/V1.2-M01/b11762/b11762.csproj | 28 ++---------- .../CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj | 29 ++----------- .../CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj | 27 +----------- .../CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj | 26 +---------- .../CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj | 26 +---------- .../CLR-x86-JIT/V1.2-M01/b16386/b16386.csproj | 28 +----------- .../CLR-x86-JIT/V1.2-M01/b16399/b16399.csproj | 28 +----------- .../CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj | 26 +---------- .../CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj | 26 +---------- .../CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj | 27 +----------- .../CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj | 29 +------------ .../V1.2-M02/b102962/b102962a.ilproj | 27 +----------- .../V1.2-M02/b102962/b102962b.ilproj | 27 +----------- .../V1.2-M02/b102962/b102962c.ilproj | 27 +----------- .../V1.2-M02/b115932/b115932a.ilproj | 27 +----------- .../V1.2-M02/b115932/b115932b.ilproj | 27 +----------- .../V1.2-M02/b118260/b118260.ilproj | 29 ++----------- .../V1.2-M02/b138117/b138117.ilproj | 27 +----------- .../CLR-x86-JIT/V1.2-M02/b19171/b19171.csproj | 26 +---------- .../CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj | 26 +---------- .../CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj | 26 +---------- .../V2.0-Beta2/b091942/b091942.ilproj | 27 +----------- .../V2.0-Beta2/b102533/b102533.csproj | 26 +---------- .../V2.0-Beta2/b125091/b125091.ilproj | 26 +---------- .../V2.0-Beta2/b268908/b268908.csproj | 26 +---------- .../V2.0-Beta2/b309555/b309555.ilproj | 27 +----------- .../V2.0-Beta2/b320147/b320147.csproj | 26 +---------- .../V2.0-Beta2/b321799/b321799.csproj | 28 +----------- .../V2.0-Beta2/b323557/b323557-dbg.ilproj | 26 +---------- .../V2.0-Beta2/b323557/b323557-ret.ilproj | 26 +---------- .../V2.0-Beta2/b338014/b338014.csproj | 26 +---------- .../V2.0-Beta2/b353858/b353858.ilproj | 29 ++----------- .../V2.0-Beta2/b359564/b359564.ilproj | 26 +---------- .../V2.0-Beta2/b374944/b374944.ilproj | 27 +----------- .../V2.0-Beta2/b399444/b399444a.csproj | 26 +---------- .../V2.0-Beta2/b399444/b399444b.csproj | 26 +---------- .../V2.0-Beta2/b405223/b405223.csproj | 28 ++---------- .../V2.0-Beta2/b409617/b409617.ilproj | 29 ++----------- .../V2.0-Beta2/b409748/b409748.ilproj | 29 ++----------- .../V2.0-Beta2/b415164/b415164.ilproj | 29 ++----------- .../V2.0-Beta2/b416667/b416667.csproj | 28 ++---------- .../V2.0-Beta2/b423721/b423721.csproj | 28 ++---------- .../CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj | 27 +----------- .../V2.0-Beta2/b423755/Desktop/b423755.ilproj | 27 +----------- .../V2.0-Beta2/b423755/b423755.ilproj | 28 ++---------- .../V2.0-Beta2/b425314/b425314.csproj | 30 +------------ .../V2.0-Beta2/b426654/b426654.ilproj | 29 +------------ .../V2.0-Beta2/b441487/b441487.ilproj | 28 ++---------- .../V2.0-Beta2/b448208/Desktop/b448208.csproj | 26 +---------- .../V2.0-Beta2/b449827/b449827.csproj | 28 ++---------- .../V2.0-RTM/b369916/b369916.csproj | 28 ++---------- .../V2.0-RTM/b471305/b471305.ilproj | 29 ++----------- .../V2.0-RTM/b487364/b487364.ilproj | 28 ++---------- .../V2.0-RTM/b487372/b487372.ilproj | 28 ++---------- .../V2.0-RTM/b489329/b489329.ilproj | 29 ++----------- .../V2.0-RTM/b491215/b491215.csproj | 31 ++----------- .../V2.0-RTM/b518440/b518440.ilproj | 29 ++----------- .../V2.0-RTM/b530694/b530694.ilproj | 28 ++---------- .../CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj | 27 +----------- .../CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj | 27 +----------- .../V2.0-RTM/b604247/b604247.csproj | 28 ++---------- .../CLR-x86-JIT/dev10/b392262/b392262.csproj | 28 ++---------- .../CLR-x86-JIT/dev10/b393481/b393481.csproj | 28 ++---------- .../dev10/b400791/_b400971b400971.csproj | 26 +---------- .../CLR-x86-JIT/dev10/b402658/b402658.csproj | 28 ++---------- .../CLR-x86-JIT/dev10/b402701/b402701.csproj | 28 ++---------- .../CLR-x86-JIT/dev10/b404051/b404051.ilproj | 28 ++---------- .../CLR-x86-JIT/dev10/b440158/b440158.ilproj | 28 ++---------- .../CLR-x86-JIT/dev10/b464149/b464149.ilproj | 29 ++----------- .../dev11/DevDiv_376412/DevDiv_376412.csproj | 28 ++---------- .../CLR-x86-JIT/v1-m08/b12668/b12668.csproj | 31 ++----------- .../v2.1/DDB/B168384/LdfldaHack.ilproj | 29 +------------ .../v2.1/DDB/b121938/ConstToString.csproj | 26 +---------- .../v2.1/DDB/b151497/b151497.csproj | 26 +---------- .../v2.1/DDB/b158861/b158861.csproj | 28 ++---------- .../v2.1/DDB/b163200/b163200.csproj | 28 ++---------- .../v2.1/DDB/b170362/b170362.csproj | 28 ++---------- .../v2.1/DDB/b170362/b170362_il.ilproj | 27 +----------- .../v2.1/DDB/b174294/b174294.ilproj | 27 +----------- .../v2.1/DDB/b175679/b175679.ilproj | 28 ++---------- .../v2.1/DDB/b176032/b176032.ilproj | 29 ++----------- .../v2.1/DDB/b188478/b188478.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj | 29 +------------ .../v2.1/DDB/b202743/b202743.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/DDB/b33183/b33183.csproj | 30 +------------ .../CLR-x86-JIT/v2.1/DDB/b49778/b49778.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b106272/b106272.csproj | 30 +------------ .../CLR-x86-JIT/v2.1/b152292/b152292.csproj | 32 ++------------ .../CLR-x86-JIT/v2.1/b173313/b173313.ilproj | 29 ++----------- .../CLR-x86-JIT/v2.1/b193264/b193264.ilproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b48850/b48850.ilproj | 29 ++----------- .../CLR-x86-JIT/v2.1/b561129/b561129.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b565808/b565808.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b569942/b569942.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b589202/b589202.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b598034/b598034.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b598649/b598649.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b602004/b602004.csproj | 26 +---------- .../CLR-x86-JIT/v2.1/b608066/b608066.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b608198/b608198.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b609280/b609280.csproj | 28 ++---------- .../v2.1/b609988/Desktop/b609988.ilproj | 27 +----------- .../CLR-x86-JIT/v2.1/b609988/b609988.ilproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b610562/b610562.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b610750/b610750.csproj | 28 ++---------- .../v2.1/b610750/b610750_32vs64.csproj | 26 +---------- .../CLR-x86-JIT/v2.1/b611219/b611219.csproj | 28 ++---------- .../CLR-x86-JIT/v2.1/b72218/b72218.csproj | 28 ++---------- .../v2.2/ddb/b429039/b429039.ilproj | 29 ++----------- .../v2.2/ddb/ddb188478/DDB188478.csproj | 26 +---------- .../Dev11/Dev11_457559/Dev11_457559.csproj | 28 ++---------- .../Test_HndIndex_10_Plain.ilproj | 29 +------------ .../Test_HndIndex_10_Reordered.ilproj | 27 +----------- .../Dev11/Dev11_5437/Dev11_5437.csproj | 28 ++---------- .../Dev11/Dev11_617302/Dev11_617302.csproj | 28 ++---------- .../Dev11/Dev11_646049/Dev11_646049.csproj | 28 ++---------- .../Dev11/Dev11_b473131/b473131.ilproj | 27 +----------- .../Dev11/Dev11_b473131/b473131_byte.ilproj | 26 +---------- .../Dev11/Dev11_b473131/b473131_fld.ilproj | 27 +----------- .../Dev11/Dev11_b473131/b473131_intptr.ilproj | 27 +----------- .../Dev11/Dev11_b473131/b473131_struct.ilproj | 27 +----------- .../Dev11/DevDiv2_10623/DevDiv2_10623.csproj | 28 ++---------- .../Dev11/DevDiv2_11321/DevDiv2_11321.ilproj | 29 ++----------- .../Dev11/DevDiv2_8863/DevDiv2_8863.csproj | 28 ++---------- .../Dev11_14131/VectorForwarder.ilproj | 27 +----------- .../Dev11/External/Dev11_243742/app.csproj | 26 +---------- .../Dev11/External/Dev11_243742/dll.csproj | 31 ++----------- .../Dev11_90434/UseUnalignedDouble.ilproj | 27 +----------- .../External/dev11_111914/BadMax1.csproj | 26 +---------- .../External/dev11_131317/BadBox1.csproj | 26 +---------- .../External/dev11_132534/CSharpPart.csproj | 26 +---------- .../External/dev11_132534/jmpwrappers.ilproj | 29 +------------ .../External/dev11_135245/R3Trasher1.csproj | 26 +---------- .../dev11_13748/ReflectOnField.ilproj | 27 +----------- .../External/dev11_145295/CSharpPart.csproj | 26 +---------- .../Dev11/External/dev11_145295/ilpart.ilproj | 29 +------------ .../External/dev11_149090/GCHole1.csproj | 26 +---------- .../DynamicStaticAlignment.csproj | 26 +---------- .../dev11_239804/ShowLocallocAlignment.csproj | 26 +---------- .../dev11_27971/UninitializedHighWord.csproj | 26 +---------- .../External/dev11_28763/R3Contention.csproj | 26 +---------- .../dev11_91048/UseTrashedVfp1.csproj | 26 +---------- .../Dev11/dev10_865840/dev10_865840.ilproj | 29 ++----------- .../Dev11/dev10_94677/loopvt.csproj | 26 +---------- .../Dev11/dev11_10427/conv_ovf_i4.ilproj | 27 +----------- .../Dev11/dev11_13912/dev11_13912.csproj | 28 ++---------- .../Dev11/dev11_165544/seqpts.csproj | 26 +---------- .../Dev11/dev11_20929/dev11_20929_d.csproj | 26 +---------- .../Dev11/dev11_20929/dev11_20929_do.csproj | 26 +---------- .../Dev11/dev11_20929/dev11_20929_r.csproj | 26 +---------- .../Dev11/dev11_20929/dev11_20929_ro.csproj | 26 +---------- .../Dev11/dev11_4421/Dev11_4421.csproj | 29 +------------ .../Dev11/dev11_76013/Dev11_76013.csproj | 26 +---------- .../DevDiv_876169/DevDiv_876169_d.csproj | 26 +---------- .../DevDiv_876169/DevDiv_876169_do.csproj | 26 +---------- .../DevDiv_876169/DevDiv_876169_r.csproj | 26 +---------- .../DevDiv_876169/DevDiv_876169_ro.csproj | 26 +---------- .../JitBlue/CoreFX_15913/CoreFX_15913.csproj | 27 ++---------- .../DevDiv_1206929/DevDiv_1206929.csproj | 30 ++----------- .../DevDiv_142976/DevDiv_142976.csproj | 30 ++----------- .../DevDiv_150265/DevDiv_150265.csproj | 30 ++----------- .../DevDiv_150586/DevDiv_150586.ilproj | 28 ++---------- .../DevDiv_168744/DevDiv_168744.csproj | 28 ++---------- .../DevDiv_199169/DevDiv_199169.ilproj | 31 ++----------- .../DevDiv_200492/DevDiv_200492.csproj | 28 ++---------- .../JitBlue/DevDiv_205323/starg0.ilproj | 26 +---------- .../JitBlue/DevDiv_206786/handleMath.ilproj | 26 +---------- .../DevDiv_216571/DevDiv_216571.ilproj | 28 ++---------- .../DevDiv_255263/DevDiv_255263.ilproj | 29 +------------ .../DevDiv_255294/DevDiv_255294.csproj | 34 +++------------ .../DevDiv_278365/DevDiv_278365.csproj | 30 ++----------- .../DevDiv_278369/DevDiv_278369.ilproj | 28 ++---------- .../DevDiv_278371/DevDiv_278371.ilproj | 28 ++---------- .../DevDiv_278372/DevDiv_278372.ilproj | 31 ++----------- .../DevDiv_278375/DevDiv_278375.csproj | 30 ++----------- .../DevDiv_278376/DevDiv_278376.csproj | 30 ++----------- .../DevDiv_278523/DevDiv_278523.ilproj | 33 ++++---------- .../DevDiv_278526/DevDiv_278526.csproj | 30 ++----------- .../DevDiv_279396/DevDiv_279396.ilproj | 28 ++---------- .../DevDiv_279829/DevDiv_279829.ilproj | 29 +------------ .../DevDiv_280120/DevDiv_280120.csproj | 30 ++----------- .../DevDiv_280123/DevDiv_280123.csproj | 30 ++----------- .../DevDiv_280127/DevDiv_280127.csproj | 30 ++----------- .../DevDiv_283795/DevDiv_283795.csproj | 32 ++------------ .../DevDiv_284785/DevDiv_284785.csproj | 32 ++------------ .../DevDiv_288222/DevDiv_288222.csproj | 30 ++----------- .../DevDiv_359733/DevDiv_359733.ilproj | 28 ++---------- .../DevDiv_359734/DevDiv_359734.ilproj | 29 +------------ .../DevDiv_359736/DevDiv_359736_d.csproj | 27 +----------- .../DevDiv_359736/DevDiv_359736_do.csproj | 27 +----------- .../DevDiv_359736/DevDiv_359736_r.csproj | 27 +----------- .../DevDiv_359736/DevDiv_359736_ro.csproj | 27 +----------- .../DevDiv_359737/DevDiv_359737.ilproj | 29 +------------ .../DevDiv_362706/DevDiv_362706.ilproj | 31 ++----------- .../DevDiv_367099/DevDiv_367099.ilproj | 31 ++----------- .../DevDiv_370233/DevDiv_370233.ilproj | 31 ++----------- .../DevDiv_377155/DevDiv_377155.ilproj | 31 ++----------- .../DevDiv_397793/DevDiv_397793.ilproj | 26 +---------- .../DevDiv_405852/DevDiv_405852.ilproj | 26 +---------- .../DevDiv_406156/DevDiv_406156.ilproj | 27 +----------- .../DevDiv_406158/DevDiv_406158.ilproj | 27 +----------- .../DevDiv_406160/DevDiv_406160.ilproj | 28 ++---------- .../DevDiv_461649/DevDiv_461649.csproj | 29 +------------ .../DevDiv_462269/DevDiv_462269.ilproj | 28 ++---------- .../DevDiv_462274/DevDiv_462274.ilproj | 28 ++---------- .../DevDiv_468732/DevDiv_468732.csproj | 34 ++------------- .../DevDiv_471670/DevDiv_471670.ilproj | 28 ++---------- .../DevDiv_487699/DevDiv_487699.ilproj | 26 +---------- .../DevDiv_487701/DevDiv_487701.ilproj | 26 +---------- .../DevDiv_487702/DevDiv_487702.ilproj | 26 +---------- .../DevDiv_487703/DevDiv_487703.ilproj | 26 +---------- .../DevDiv_491206/DevDiv_491206.ilproj | 28 ++---------- .../DevDiv_491211/DevDiv_491211.ilproj | 26 +---------- .../DevDiv_495792/DevDiv_495792.ilproj | 26 +---------- .../DevDiv_524309/DevDiv_524309.ilproj | 26 +---------- .../DevDiv_524312/DevDiv_524312.ilproj | 28 ++---------- .../DevDiv_534476/DevDiv_534476.ilproj | 26 +---------- .../DevDiv_541648/DevDiv_541648.ilproj | 13 +----- .../DevDiv_541653/DevDiv_541653.csproj | 29 +------------ .../DevDiv_543057/DevDiv_543057.csproj | 29 +------------ .../DevDiv_543057a/DevDiv_543057a.csproj | 29 +------------ .../DevDiv_544983/DevDiv_544983.ilproj | 13 +----- .../DevDiv_544985/DevDiv_544985.ilproj | 24 +---------- .../DevDiv_545497/DevDiv_545497.ilproj | 13 +----- .../DevDiv_545500/DevDiv_545500.ilproj | 24 +---------- .../DevDiv_545504/DevDiv_545504.csproj | 29 +------------ .../DevDiv_546018/DevDiv_546018.csproj | 29 +------------ .../DevDiv_578214/DevDiv_578214.ilproj | 13 +----- .../DevDiv_578217/DevDiv_578217.ilproj | 13 +----- .../DevDiv_590358/DevDiv_590358.csproj | 29 +------------ .../DevDiv_590771/DevDiv_590771.ilproj | 13 +----- .../DevDiv_590772/DevDiv_590772.ilproj | 13 +----- .../DevDiv_591210/DevDiv_591210.ilproj | 13 +----- .../DevDiv_605447/DevDiv_605447.ilproj | 13 +----- .../DevDiv_653853/DevDiv_653853.csproj | 24 +---------- .../DevDiv_710234/DevDiv_710234.ilproj | 13 +----- .../DevDiv_714266/DevDiv_714266.csproj | 26 +---------- .../DevDiv_718151/DevDiv_718151.csproj | 26 +---------- .../DevDiv_736188/DevDiv_736188.csproj | 23 +--------- .../DevDiv_754566/DevDiv_754566.ilproj | 26 +---------- .../DevDiv_794115/DevDiv_794115_d.csproj | 26 +---------- .../DevDiv_794115/DevDiv_794115_do.csproj | 26 +---------- .../DevDiv_794115/DevDiv_794115_r.csproj | 26 +---------- .../DevDiv_794115/DevDiv_794115_ro.csproj | 26 +---------- .../DevDiv_794631/DevDiv_794631_d.csproj | 26 +---------- .../DevDiv_794631/DevDiv_794631_do.csproj | 26 +---------- .../DevDiv_794631/DevDiv_794631_r.csproj | 26 +---------- .../DevDiv_794631/DevDiv_794631_ro.csproj | 26 +---------- .../DevDiv_815940/DevDiv_815940_d.csproj | 26 +---------- .../DevDiv_815940/DevDiv_815940_do.csproj | 26 +---------- .../DevDiv_815940/DevDiv_815940_r.csproj | 26 +---------- .../DevDiv_815940/DevDiv_815940_ro.csproj | 26 +---------- .../DevDiv_816617/DevDiv_816617_d.csproj | 26 +---------- .../DevDiv_816617/DevDiv_816617_do.csproj | 26 +---------- .../DevDiv_816617/DevDiv_816617_r.csproj | 26 +---------- .../DevDiv_816617/DevDiv_816617_ro.csproj | 26 +---------- .../JitBlue/GitHub_10215/GitHub_10215.csproj | 34 ++------------- .../JitBlue/GitHub_10481/GitHub_10481.csproj | 32 ++------------ .../JitBlue/GitHub_10621/GitHub_10621.csproj | 32 ++------------ .../JitBlue/GitHub_10714/GitHub_10714.csproj | 26 ++--------- .../JitBlue/GitHub_10780/GitHub_10780.csproj | 34 ++------------- .../JitBlue/GitHub_10940/GitHub_10940.csproj | 34 ++------------- .../JitBlue/GitHub_1133/GitHub_1133.csproj | 32 ++------------ .../JitBlue/GitHub_11343/GitHub_11343.csproj | 36 ++-------------- .../JitBlue/GitHub_11407/GitHub_11407.csproj | 32 ++------------ .../JitBlue/GitHub_11408/GitHub_11408.csproj | 38 ++-------------- .../JitBlue/GitHub_11508/GitHub_11508.csproj | 27 ++---------- .../JitBlue/GitHub_11574/GitHub_11574.csproj | 27 ++---------- .../JitBlue/GitHub_1161/GitHub_1161.csproj | 32 ++------------ .../JitBlue/GitHub_11689/GitHub_11689.csproj | 36 ++-------------- .../JitBlue/GitHub_11733/GitHub_11733.csproj | 34 ++------------- .../JitBlue/GitHub_11804/GitHub_11804.ilproj | 29 +------------ .../JitBlue/GitHub_11814/GitHub_11814.csproj | 34 ++------------- .../JitBlue/GitHub_11816/GitHub_11816.csproj | 32 ++------------ .../JitBlue/GitHub_12037/GitHub_12037.csproj | 28 ++---------- .../JitBlue/GitHub_12392/GitHub_12392.csproj | 28 ++---------- .../JitBlue/GitHub_12398/Github_12398.csproj | 26 +---------- .../JitBlue/GitHub_12761/GitHub_12761.ilproj | 28 ++---------- .../GitHub_12949/GitHub_12949_1.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_2.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_3.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_4.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_5.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_6.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_7.csproj | 32 ++------------ .../GitHub_12949/GitHub_12949_8.csproj | 32 ++------------ .../JitBlue/GitHub_12950/GitHub_12950.csproj | 28 ++---------- .../JitBlue/GitHub_1296/GitHub_1296.csproj | 28 ++---------- .../JitBlue/GitHub_13056/GitHub_13056.csproj | 32 ++------------ .../JitBlue/GitHub_13057/GitHub_13057.csproj | 30 +------------ .../JitBlue/GitHub_1323/GitHub_1323.csproj | 28 ++---------- .../JitBlue/GitHub_13404/GitHub_13404.ilproj | 20 +-------- .../JitBlue/GitHub_13486/GitHub_13486.csproj | 17 +------- .../JitBlue/GitHub_13501/GitHub_13501.ilproj | 17 ++------ .../JitBlue/GitHub_13561/GitHub_13561.csproj | 17 +------- .../JitBlue/GitHub_13568/GitHub_13568.csproj | 17 +------- .../JitBlue/GitHub_13822/GitHub_13822.ilproj | 28 ++---------- .../JitBlue/GitHub_13910/GitHub_13910.csproj | 30 ++----------- .../JitBlue/GitHub_13919/GitHub_13919.csproj | 34 +-------------- .../JitBlue/GitHub_14028/GitHub_14028.csproj | 32 ++------------ .../JitBlue/GitHub_14116/GitHub_14116.ilproj | 17 ++------ .../JitBlue/GitHub_14321/GitHub_14321.ilproj | 17 ++------ .../JitBlue/GitHub_14455/GitHub_14455.ilproj | 26 +---------- .../JitBlue/GitHub_14783/GitHub_14783.csproj | 32 ++------------ .../JitBlue/GitHub_14784/GitHub_14784.ilproj | 17 ++------ .../JitBlue/GitHub_15077/GitHub_15077.csproj | 32 ++------------ .../JitBlue/GitHub_15237/GitHub_15237.csproj | 29 +------------ .../JitBlue/GitHub_15291/GitHub_15291.ilproj | 17 ++------ .../JitBlue/GitHub_15319/GitHub_15319.csproj | 32 ++------------ .../GitHub_15319/GitHub_15319_1.ilproj | 15 +------ .../JitBlue/GitHub_15718/GitHub_15718.csproj | 25 ++--------- .../JitBlue/GitHub_15949/GitHub_15949.ilproj | 17 ++------ .../JitBlue/GitHub_16041/GitHub_16041.ilproj | 15 +------ .../GitHub_16210/GitHub_16210_1.csproj | 28 ++---------- .../GitHub_16210/GitHub_16210_2.csproj | 28 ++---------- .../GitHub_16210/GitHub_16210_3.csproj | 28 ++---------- .../JitBlue/GitHub_16254/GitHub_16254.csproj | 29 +------------ .../JitBlue/GitHub_16377/GitHub_16377.csproj | 32 ++------------ .../JitBlue/GitHub_16443/GitHub_16443.csproj | 13 ++---- .../JitBlue/GitHub_16472/Github_16472.csproj | 11 +---- .../JitBlue/GitHub_16892/GitHub_16892.csproj | 27 +----------- .../JitBlue/GitHub_17329/GitHub_17329.csproj | 32 ++------------ .../JitBlue/GitHub_17585/GitHub_17585.ilproj | 26 +---------- .../JitBlue/GitHub_17777/GitHub_17777.csproj | 33 ++------------ .../JitBlue/GitHub_17969/GitHub_17969.ilproj | 13 +----- .../JitBlue/GitHub_18043/GitHub_18043.csproj | 27 ++---------- .../GitHub_18056/Bool_And_Op_cs_do.csproj | 24 +---------- .../JitBlue/GitHub_18144/GitHub_18144.csproj | 23 +--------- .../JitBlue/GitHub_18176/GitHub_18176.ilproj | 13 +----- .../JitBlue/GitHub_18232/GitHub_18232.csproj | 13 ++---- .../GitHub_18235/GitHub_18235_1.csproj | 28 ++---------- .../GitHub_18235/GitHub_18235_2.csproj | 28 ++---------- .../JitBlue/GitHub_18238/GitHub_18238.csproj | 24 +---------- .../JitBlue/GitHub_18259/GitHub_18259.csproj | 13 ++---- .../JitBlue/GitHub_18291/GitHub_18291.ilproj | 26 +---------- .../JitBlue/GitHub_18295/GitHub_18295.ilproj | 13 +----- .../JitBlue/GitHub_18332/GitHub_18332.csproj | 30 ++----------- .../JitBlue/GitHub_18362/GitHub_18362.csproj | 28 ++---------- .../JitBlue/GitHub_18408/GitHub_18408.csproj | 26 +---------- .../JitBlue/GitHub_18482/GitHub_18482.csproj | 26 +---------- .../JitBlue/GitHub_18497/GitHub_18497.csproj | 26 +---------- .../JitBlue/GitHub_18522/GitHub_18522.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_1.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_2.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_3.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_4.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_5.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_6.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_7.csproj | 26 +---------- .../GitHub_18522/GitHub_18522_8.csproj | 26 +---------- .../JitBlue/GitHub_18542/GitHub_18542.csproj | 26 +---------- .../JitBlue/GitHub_18582/GitHub_18582.csproj | 34 ++------------- .../JitBlue/GitHub_18672/GitHub_18672.csproj | 34 ++------------- .../JitBlue/GitHub_18770/GitHub_18770.csproj | 13 ++---- .../JitBlue/GitHub_18780/GitHub_18780.csproj | 26 +---------- .../JitBlue/GitHub_18867/GitHub_18867.csproj | 13 ++---- .../JitBlue/GitHub_18884/GitHub_18884.csproj | 28 ++---------- .../JitBlue/GitHub_18887/GitHub_18887.csproj | 26 +---------- .../JitBlue/GitHub_19022/GitHub_19022.csproj | 26 +---------- .../JitBlue/GitHub_19149/GitHub_19149.csproj | 26 +---------- .../JitBlue/GitHub_19171/GitHub_19171.csproj | 24 +---------- .../JitBlue/GitHub_19197/GitHub_19197.csproj | 24 +---------- .../JitBlue/GitHub_19222/GitHub_19222.ilproj | 13 +----- .../GitHub_19243/GitHub_19243_r.csproj | 24 +---------- .../GitHub_19243/GitHub_19243_ro.csproj | 24 +---------- .../JitBlue/GitHub_19256/GitHub_19256.csproj | 25 +---------- .../JitBlue/GitHub_19272/GitHub_19272.csproj | 24 +---------- .../JitBlue/GitHub_19288/GitHub_19288.csproj | 24 +---------- .../JitBlue/GitHub_19361/GitHub_19361.csproj | 24 +---------- .../JitBlue/GitHub_19397/GitHub_19397.csproj | 29 +------------ .../JitBlue/GitHub_19438/GitHub_19438.csproj | 13 ++---- .../JitBlue/GitHub_19444/GitHub_19444.csproj | 26 +---------- .../JitBlue/GitHub_19454/Github_19454.csproj | 24 +---------- .../JitBlue/GitHub_19537/GitHub_19537.csproj | 25 +---------- .../JitBlue/GitHub_19550/GitHub_19550.csproj | 7 +-- .../JitBlue/GitHub_19583/GitHub_19583.csproj | 7 +-- .../JitBlue/GitHub_19599/GitHub_19599.csproj | 11 +---- .../JitBlue/GitHub_19601/Github_19601.csproj | 24 +---------- .../JitBlue/GitHub_19674/GitHub_19674.csproj | 24 +---------- .../JitBlue/GitHub_19910/GitHub_19910.csproj | 13 ++---- .../JitBlue/GitHub_2003/GitHub_2003.csproj | 32 ++------------ .../JitBlue/GitHub_20040/GitHub_20040.csproj | 24 +---------- .../JitBlue/GitHub_20211/GitHub_20211.csproj | 24 +---------- .../JitBlue/GitHub_20260/GitHub_20260.csproj | 24 +---------- .../JitBlue/GitHub_20269/GitHub_20269.csproj | 24 +---------- .../JitBlue/GitHub_20499/GitHub_20499.csproj | 25 +---------- .../JitBlue/GitHub_20625/GitHub_20625.ilproj | 29 +------------ .../JitBlue/GitHub_20651/GitHub_20651.csproj | 34 ++------------- .../JitBlue/GitHub_20657/GitHub_20657.csproj | 24 +---------- .../JitBlue/GitHub_20799/GitHub_20799.ilproj | 16 +------ .../JitBlue/GitHub_20838/GitHub_20838.csproj | 13 ++---- .../JitBlue/GitHub_21231/GitHub_21231a.csproj | 13 ++---- .../JitBlue/GitHub_21231/GitHub_21231b.csproj | 13 ++---- .../JitBlue/GitHub_21295/GitHub_21295.csproj | 13 ++---- .../JitBlue/GitHub_21546/GitHub_21546.csproj | 25 +---------- .../JitBlue/GitHub_21625/GitHub_21625.csproj | 23 +--------- .../JitBlue/GitHub_21761/GitHub_21761.ilproj | 14 +----- .../JitBlue/GitHub_21854/GitHub_21854.csproj | 23 +--------- .../JitBlue/GitHub_21915/Github_21915.csproj | 25 +---------- .../JitBlue/GitHub_21990/GitHub_21990.csproj | 25 +---------- .../JitBlue/GitHub_22330/GitHub_22330.csproj | 25 +---------- .../JitBlue/GitHub_22556/GitHub_22556.csproj | 25 +---------- .../JitBlue/GitHub_22583/GitHub_22583.csproj | 35 +++------------ .../JitBlue/GitHub_22583/base.csproj | 28 ++---------- .../JitBlue/GitHub_22583/lib.csproj | 33 ++------------ .../JitBlue/GitHub_22820/GitHub_22820.csproj | 25 +---------- .../JitBlue/GitHub_22850/GitHub_22850.csproj | 23 +--------- .../JitBlue/GitHub_23039/GitHub_23039.ilproj | 29 +------------ .../JitBlue/GitHub_23147/GitHub_23147.ilproj | 16 +------ .../JitBlue/GitHub_23159/GitHub_23159.csproj | 23 +--------- .../JitBlue/GitHub_23199/GitHub_23199.csproj | 25 +---------- .../JitBlue/GitHub_23411/GitHub_23411.ilproj | 16 +------ .../JitBlue/GitHub_23530/GitHub_23530.csproj | 11 +---- .../JitBlue/GitHub_23545/GitHub_23545.csproj | 11 +---- .../JitBlue/GitHub_23739/GitHub_23739.csproj | 11 +---- .../JitBlue/GitHub_23791/GitHub_23791.csproj | 23 +--------- .../JitBlue/GitHub_23792/GitHub_23792.ilproj | 29 +------------ .../JitBlue/GitHub_23794/GitHub_23794.csproj | 11 +---- .../JitBlue/GitHub_23861/GitHub_23861.csproj | 24 +---------- .../JitBlue/GitHub_23885/GitHub_23885.csproj | 24 +---------- .../JitBlue/GitHub_23950/GitHub_23950.ilproj | 16 +------ .../JitBlue/GitHub_24114/GitHub_24114.csproj | 23 +--------- .../JitBlue/GitHub_24159/GitHub_24159.csproj | 13 ++---- .../JitBlue/GitHub_24185/GitHub_24185.csproj | 25 +---------- .../JitBlue/GitHub_24253/GitHub_24253.csproj | 23 +--------- .../JitBlue/GitHub_24278/GitHub_24278.ilproj | 16 +------ .../JitBlue/GitHub_24657/GitHub_24657.csproj | 11 +---- .../JitBlue/GitHub_24846/GitHub_24846.csproj | 11 +---- .../JitBlue/GitHub_25020/GitHub_25020.csproj | 11 +---- .../JitBlue/GitHub_25027/GitHub_25027.ilproj | 28 ++---------- .../JitBlue/GitHub_25039/GitHub_25039.csproj | 23 +--------- .../JitBlue/GitHub_25134/GitHub_25134.csproj | 23 +--------- .../JitBlue/GitHub_2580/GitHub_2580.csproj | 28 ++---------- .../JitBlue/GitHub_2610/GitHub_2610.csproj | 28 ++---------- .../JitBlue/GitHub_3449/GitHub_3449.csproj | 30 +------------ .../JitBlue/GitHub_3539/GitHub_3539.csproj | 11 +---- .../JitBlue/GitHub_4044/GitHub_4044.csproj | 30 +------------ .../JitBlue/GitHub_4115/GitHub_4115.csproj | 28 ++---------- .../JitBlue/GitHub_5047/GitHub_5047.csproj | 22 ++-------- .../JitBlue/GitHub_5164/GitHub_5164.ilproj | 29 +------------ .../JitBlue/GitHub_5556/GitHub_5556.csproj | 32 ++------------ .../JitBlue/GitHub_5696/GitHub_5696.csproj | 22 ++-------- .../JitBlue/GitHub_6234/GitHub_6234.csproj | 34 +-------------- .../JitBlue/GitHub_6238/GitHub_6238.csproj | 22 ++-------- .../JitBlue/GitHub_6239/GitHub_6239.csproj | 22 ++-------- .../JitBlue/GitHub_6318/GitHub_6318.csproj | 25 +---------- .../JitBlue/GitHub_6649/GitHub_6649.csproj | 30 +------------ .../JitBlue/GitHub_7508/Vector3Test.csproj | 30 +------------ .../JitBlue/GitHub_7906/GitHub_7906.csproj | 28 ++---------- .../JitBlue/GitHub_7907/GitHub_7907.csproj | 26 +---------- .../JitBlue/GitHub_8133/GitHub_8133.ilproj | 29 +------------ .../JitBlue/GitHub_8170/GitHub_8170.csproj | 28 ++---------- .../JitBlue/GitHub_8220/GitHub_8220.csproj | 29 +------------ .../JitBlue/GitHub_8231/GitHub_8231.csproj | 27 ++---------- .../JitBlue/GitHub_8460/GitHub_8460.csproj | 28 ++---------- .../JitBlue/GitHub_8599/GitHub_8599.csproj | 28 ++---------- .../JitBlue/GitHub_9651/GitHub_9651.ilproj | 28 ++---------- .../JitBlue/GitHub_9692/GitHub_9692.csproj | 34 +-------------- .../JitBlue/GitHub_9891/GitHub_9891.csproj | 32 ++------------ .../GitHub_CoreRT_2073.ilproj | 25 ++--------- .../JitBlue/Github_19558/Github_19558.csproj | 25 +---------- .../JitBlue/Github_21011/Github_21011.csproj | 25 +---------- .../devdiv_174983/devdiv_174983.csproj | 28 ++---------- .../devdiv_180411/devdiv_180411.ilproj | 28 ++---------- .../devdiv_815941/devdiv_815941.ilproj | 26 +---------- .../devdiv_815942/devdiv_815942.ilproj | 26 +---------- .../devdiv_902271/DevDiv_902271.ilproj | 26 +---------- .../devdiv_911875/DevDiv_911875_d.csproj | 26 +---------- .../devdiv_911875/DevDiv_911875_do.csproj | 26 +---------- .../devdiv_911875/DevDiv_911875_r.csproj | 26 +---------- .../devdiv_911875/DevDiv_911875_ro.csproj | 26 +---------- .../VS-ia64-JIT/M00/b100336/b100336.csproj | 26 +---------- .../VS-ia64-JIT/M00/b102759/b102759.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b102870/b102870.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b103838/b103838.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b103846/b103846.csproj | 26 +---------- .../VS-ia64-JIT/M00/b106158/b106158.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b108366/b108366.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b108908/b108908.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b109721/b109721.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b109878/b109878.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b111130/b111130.csproj | 26 +---------- .../VS-ia64-JIT/M00/b111192/b111192.csproj | 26 +---------- .../VS-ia64-JIT/M00/b112348/b112348.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b112982/b112982.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b113286/b113286.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b113493/b113493.csproj | 27 +----------- .../VS-ia64-JIT/M00/b114628/b114628.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b115103/b115103.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b115253/b115253.csproj | 26 +---------- .../VS-ia64-JIT/M00/b119026/b119026a.csproj | 26 +---------- .../VS-ia64-JIT/M00/b119026/b119026b.csproj | 26 +---------- .../VS-ia64-JIT/M00/b140298/b140298.csproj | 29 +------------ .../VS-ia64-JIT/M00/b141062/b141062.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b141358/b141358.csproj | 26 +---------- .../VS-ia64-JIT/M00/b77951/b77951.csproj | 26 +---------- .../VS-ia64-JIT/M00/b79852/b79852.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b79858/b79858.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b80365/b80365.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b80373/b80373.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b80737/b80737.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b80738/b80738.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b81763/b81763.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b81764/b81764.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b81766/b81766.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84128/b84128.ilproj | 28 ++---------- .../VS-ia64-JIT/M00/b84129/b84129.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84131/b84131.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84136/b84136.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84586/b84586.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84590/b84590.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84592/b84592.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84957/b84957.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84958/b84958.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84961/b84961.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b84962/b84962.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b85314/b85314.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b85315/b85315.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b85316/b85316.ilproj | 27 +----------- .../VS-ia64-JIT/M00/b85317/b85317.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b85564/b85564.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b85565/b85565.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b85566/b85566.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b92713/b92713.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b92726/b92726.ilproj | 29 ++----------- .../VS-ia64-JIT/M00/b98431/b98431.ilproj | 26 +---------- .../VS-ia64-JIT/M00/b99219/b99219.csproj | 31 ++----------- .../VS-ia64-JIT/M00/b99403/b99403.ilproj | 26 +---------- .../V1.2-Beta1/b102615/b102615.csproj | 26 +---------- .../V1.2-Beta1/b102860/b102860.csproj | 26 +---------- .../V1.2-Beta1/b102887/b102887.csproj | 26 +---------- .../V1.2-Beta1/b124409/b124409.csproj | 26 +---------- .../V1.2-Beta1/b126221/b126221.ilproj | 26 +---------- .../V1.2-Beta1/b142473/b142473.ilproj | 26 +---------- .../V1.2-Beta1/b223862/b223862.ilproj | 27 +----------- .../V1.2-Beta1/b301479/b301479.csproj | 26 +---------- .../V1.2-Beta1/b302509/b302509.csproj | 30 +------------ .../V1.2-Beta1/b91074/b91074.csproj | 26 +---------- .../V1.2-Beta1/b91944/b91944.csproj | 27 +----------- .../V1.2-Beta1/b91953/b91953.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b10789/b10789.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M01/b10790/b10790.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b10827/b10827.csproj | 29 +------------ .../VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj | 26 +---------- .../VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj | 26 +---------- .../V1.2-M01/b19112/b19112a.csproj | 26 +---------- .../V1.2-M01/b19112/b19112b.csproj | 26 +---------- .../V1.2-M02/b102518/b102518.ilproj | 27 +----------- .../V1.2-M02/b102729/b102729.csproj | 28 ++---------- .../V1.2-M02/b102763/b102763.csproj | 26 +---------- .../V1.2-M02/b102844/b102844.ilproj | 27 +----------- .../V1.2-M02/b102886/b102886.csproj | 29 +------------ .../V1.2-M02/b108129/b108129.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b10828/b10828.csproj | 29 +------------ .../VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj | 28 +----------- .../VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b19394/b19394.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b21015/b21015.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b26496/b26496.csproj | 29 +------------ .../VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b27978/b27978.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b27980/b27980.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b28077/b28077.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b28141/b28141.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj | 27 +----------- .../V1.2-M02/b28158/b28158_64.ilproj | 27 +----------- .../VS-ia64-JIT/V1.2-M02/b29343/b29343.csproj | 26 +---------- .../VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj | 27 +----------- .../V2.0-Beta2/b184799/b184799.csproj | 28 ++---------- .../V2.0-Beta2/b302558/b302558.csproj | 29 +------------ .../V2.0-Beta2/b309539/b309539.csproj | 29 +------------ .../V2.0-Beta2/b309548/b309548.csproj | 26 +---------- .../V2.0-Beta2/b309576/b309576.ilproj | 27 +----------- .../V2.0-Beta2/b311420/b311420.csproj | 28 ++---------- .../V2.0-Beta2/b333008/b333008.ilproj | 29 ++----------- .../V2.0-Beta2/b356258/b356258.ilproj | 29 ++----------- .../V2.0-Beta2/b360587/b360587.csproj | 26 +---------- .../V2.0-Beta2/b410474/b410474.ilproj | 29 ++----------- .../V2.0-Beta2/b431098/b431098.ilproj | 29 ++----------- .../V2.0-Beta2/b450688/b450688.ilproj | 29 ++----------- .../V2.0-RTM/b286991/b286991.ilproj | 30 ++----------- .../V2.0-RTM/b460385/b460385.ilproj | 29 ++----------- .../V2.0-RTM/b539509/b539509.csproj | 31 ++----------- .../clr-x64-JIT/v2.1/b173569/b173569.ilproj | 30 ++----------- .../clr-x64-JIT/v2.1/b601838/b601838.csproj | 28 ++---------- .../v4.0/DevDiv34372/overRepLocalOpt.csproj | 26 +---------- .../clr-x64-JIT/v4.0/b602182/b602182.ilproj | 29 ++----------- .../v4.0/devdiv374539/DevDiv_374539.csproj | 29 +------------ .../v4/dev10_804810/dev10_804810.ilproj | 29 ++----------- .../tests/src/JIT/RyuJIT/DoWhileBndChk.csproj | 27 +----------- .../tests/src/JIT/SIMD/AbsGeneric_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/AbsGeneric_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/AbsSqrt_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/AbsSqrt_ro.csproj | 25 +---------- .../src/JIT/SIMD/AddingSequence_r.csproj | 27 ++---------- .../src/JIT/SIMD/AddingSequence_ro.csproj | 25 +---------- .../src/JIT/SIMD/BitwiseOperations_r.csproj | 27 ++---------- .../src/JIT/SIMD/BitwiseOperations_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/BoxUnbox_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/BoxUnbox_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/BugWithAVX_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/BugWithAVX_ro.csproj | 25 +---------- .../src/JIT/SIMD/CircleInConvex_r.csproj | 27 ++---------- .../src/JIT/SIMD/CircleInConvex_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/CreateGeneric_r.csproj | 27 ++---------- .../src/JIT/SIMD/CreateGeneric_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/CtorFromArray_r.csproj | 27 ++---------- .../src/JIT/SIMD/CtorFromArray_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/Ctors_ro.csproj | 25 +---------- .../SIMD/{dir.props => Directory.Build.props} | 4 +- .../JIT/SIMD/DivSignedUnsignedTest_r.csproj | 27 ++---------- .../JIT/SIMD/DivSignedUnsignedTest_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj | 27 ++---------- src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj | 25 +---------- .../SIMD/Haar-likeFeaturesGeneric_r.csproj | 27 ++---------- .../SIMD/Haar-likeFeaturesGeneric_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/LdfldGeneric_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/LdfldGeneric_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/Ldfld_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/Ldind_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/Matrix4x4_r.csproj | 25 +---------- .../tests/src/JIT/SIMD/Matrix4x4_ro.csproj | 23 +--------- .../tests/src/JIT/SIMD/MinMax_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/MinMax_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj | 27 ++---------- src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Plane_r.csproj | 25 +---------- .../tests/src/JIT/SIMD/Plane_ro.csproj | 23 +--------- .../tests/src/JIT/SIMD/SqrtGeneric_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/SqrtGeneric_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/StoreElement_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/StoreElement_ro.csproj | 25 +---------- src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj | 27 ++---------- src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj | 25 +---------- .../src/JIT/SIMD/Vector3GetHash_r.csproj | 27 ++---------- .../src/JIT/SIMD/Vector3GetHash_ro.csproj | 25 +---------- .../src/JIT/SIMD/Vector3Interop_r.csproj | 27 ++---------- .../src/JIT/SIMD/Vector3Interop_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/Vector3_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/Vector3_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/Vector4_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/Vector4_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorAbs_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorAbs_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorAdd_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorAdd_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorArgs_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorArgs_ro.csproj | 25 +---------- .../src/JIT/SIMD/VectorArrayInit_r.csproj | 27 ++---------- .../src/JIT/SIMD/VectorArrayInit_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorArray_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorArray_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorCast_r.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorCast_ro.csproj | 23 +--------- .../tests/src/JIT/SIMD/VectorConvert_r.csproj | 31 ++----------- .../src/JIT/SIMD/VectorConvert_ro.csproj | 29 +------------ .../src/JIT/SIMD/VectorCopyToArray_r.csproj | 27 ++---------- .../src/JIT/SIMD/VectorCopyToArray_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorDiv_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorDiv_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorDot_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorDot_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorExp_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorExp_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorGet_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorGet_ro.csproj | 25 +---------- .../src/JIT/SIMD/VectorHWAccel2_r.csproj | 27 ++---------- .../src/JIT/SIMD/VectorHWAccel2_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorHWAccel_r.csproj | 27 ++---------- .../src/JIT/SIMD/VectorHWAccel_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorInitN_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorInitN_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorInit_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorInit_ro.csproj | 25 +---------- .../src/JIT/SIMD/VectorIntEquals_r.csproj | 27 ++---------- .../src/JIT/SIMD/VectorIntEquals_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorMatrix_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorMatrix_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorMax_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorMax_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorMin_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorMin_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorMul_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorMul_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorRelOp_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorRelOp_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorReturn_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorReturn_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorSet_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorSet_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorSqrt_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorSqrt_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorSub_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorSub_ro.csproj | 25 +---------- .../tests/src/JIT/SIMD/VectorUnused_r.csproj | 27 ++---------- .../tests/src/JIT/SIMD/VectorUnused_ro.csproj | 25 +---------- .../src/JIT/Stress/ABI/pinvokes_d.csproj | 23 +--------- .../src/JIT/Stress/ABI/pinvokes_do.csproj | 23 +--------- .../src/JIT/Stress/ABI/pinvokes_r.csproj | 23 +--------- .../src/JIT/Stress/ABI/pinvokes_ro.csproj | 23 +--------- .../src/JIT/Stress/ABI/tailcalls_d.csproj | 23 +--------- .../src/JIT/Stress/ABI/tailcalls_do.csproj | 23 +--------- .../src/JIT/Stress/ABI/tailcalls_r.csproj | 23 +--------- .../src/JIT/Stress/ABI/tailcalls_ro.csproj | 23 +--------- .../ebvts/cs/generics/generics/repro52.csproj | 26 +---------- .../src/JIT/jit64/eh/Common/common.csproj | 33 ++------------ .../nestedTryRegionsWithSameOffset1.csproj | 26 +---------- .../nestedTryRegionsWithSameOffset1_o.csproj | 26 +---------- .../nestedTryRegionsWithSameOffset2.csproj | 26 +---------- .../nestedTryRegionsWithSameOffset2_o.csproj | 26 +---------- .../nestedTryRegionsWithSameOffset3.csproj | 26 +---------- .../nestedTryRegionsWithSameOffset3_o.csproj | 26 +---------- .../eh/FinallyExec/nonlocalexitincatch.ilproj | 24 +---------- .../FinallyExec/nonlocalexitinfinally.ilproj | 24 +---------- .../FinallyExec/nonlocalexitinhandler.ilproj | 24 +---------- .../eh/FinallyExec/nonlocalexitinroot.ilproj | 24 +---------- .../eh/FinallyExec/nonlocalexitintry.ilproj | 24 +---------- .../nonlocalgotoinatryblockinahandler.csproj | 26 +---------- .../Leaves/nonlocalexitfromnestedcatch.csproj | 26 +---------- .../src/JIT/jit64/eh/basics/loopEH.csproj | 26 +---------- .../basics/throwinfinallyintryfilter1.ilproj | 24 +---------- .../basics/throwinfinallyintryfilter2.ilproj | 24 +---------- .../basics/throwinfinallyintryfilter3.ilproj | 24 +---------- .../eh/basics/throwisfirstinstruction.ilproj | 24 +---------- .../tests/src/JIT/jit64/gc/misc/148343.csproj | 26 +---------- .../JIT/jit64/gc/misc/9_and_alloca2.csproj | 26 +---------- .../tests/src/JIT/jit64/gc/misc/9param.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/alloca3.csproj | 26 +---------- .../tests/src/JIT/jit64/gc/misc/eh1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/fgtest1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/fgtest2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/funclet.csproj | 27 +----------- .../gc/misc/gc-pinned-code-motion.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/gcparaminreg.csproj | 26 +---------- .../JIT/jit64/gc/misc/ret_struct_test1.csproj | 26 +---------- .../JIT/jit64/gc/misc/ret_struct_test4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/simple1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct1_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct1_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct1_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct2_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct2_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct2_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct2_5_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct3_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct3_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct3_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct4_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct4_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct4_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct5_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct5_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct5_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct6.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct6_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct6_4.csproj | 29 +------------ .../src/JIT/jit64/gc/misc/struct6_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct7_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct8.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct9.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/struct9_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp1_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp1_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp1_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp1_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp1_5.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp1_6.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp2_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp2_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp2_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp2_4.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp3_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp4_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp5_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structfp6_1.csproj | 26 +---------- .../JIT/jit64/gc/misc/structfpseh5_1.csproj | 26 +---------- .../JIT/jit64/gc/misc/structfpseh6_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structref1_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret1_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret1_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret1_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret2_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret2_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret2_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret3_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret3_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret3_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret4_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret4_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret4_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret5_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret5_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret5_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret6_1.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret6_2.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structret6_3.csproj | 26 +---------- .../src/JIT/jit64/gc/misc/structva1_1.csproj | 26 +---------- .../tests/src/JIT/jit64/gc/misc/test1.csproj | 26 +---------- .../tests/src/JIT/jit64/gc/misc/test2.csproj | 26 +---------- .../tests/src/JIT/jit64/gc/misc/test3.csproj | 26 +---------- .../JIT/jit64/gc/misc/test_noalloca.csproj | 26 +---------- .../tests/src/JIT/jit64/gc/misc/vbil.csproj | 26 +---------- .../jit64/gc/regress/vswhidbey/143837.csproj | 29 +------------ .../jit64/gc/regress/vswhidbey/339415.csproj | 26 +---------- .../src/JIT/jit64/hfa/main/dll/common.csproj | 31 ++----------- .../hfa/main/dll/hfa_nested_f32_common.csproj | 31 ++----------- .../dll/hfa_nested_f32_interop_cpp.csproj | 31 ++----------- .../main/dll/hfa_nested_f32_managed.csproj | 31 ++----------- .../hfa/main/dll/hfa_nested_f64_common.csproj | 31 ++----------- .../dll/hfa_nested_f64_interop_cpp.csproj | 31 ++----------- .../main/dll/hfa_nested_f64_managed.csproj | 31 ++----------- .../hfa/main/dll/hfa_simple_f32_common.csproj | 31 ++----------- .../dll/hfa_simple_f32_interop_cpp.csproj | 31 ++----------- .../main/dll/hfa_simple_f32_managed.csproj | 31 ++----------- .../hfa/main/dll/hfa_simple_f64_common.csproj | 31 ++----------- .../dll/hfa_simple_f64_interop_cpp.csproj | 31 ++----------- .../main/dll/hfa_simple_f64_managed.csproj | 31 ++----------- .../jit64/hfa/main/testA/hfa_nd0A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nd0A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nd1A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nd1A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nd2A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nd2A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nf0A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nf0A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nf1A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nf1A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nf2A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_nf2A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sd0A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sd0A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sd1A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sd1A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sd2A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sd2A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sf0A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sf0A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sf1A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sf1A_r.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sf2A_d.csproj | 26 +---------- .../jit64/hfa/main/testA/hfa_sf2A_r.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_nd0B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_nd0B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_nd2B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_nd2B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_nf0B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_nf0B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_nf2B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_nf2B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_sd0B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_sd0B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_sd2B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_sd2B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_sf0B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_sf0B_r.csproj | 28 ++---------- .../jit64/hfa/main/testB/hfa_sf2B_d.csproj | 26 +---------- .../jit64/hfa/main/testB/hfa_sf2B_r.csproj | 28 ++---------- .../jit64/hfa/main/testC/hfa_nd0C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nd0C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nd1C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nd1C_r.csproj | 27 +----------- .../jit64/hfa/main/testC/hfa_nd2C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nd2C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nf0C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nf0C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nf1C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nf1C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nf2C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_nf2C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sd0C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sd0C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sd1C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sd1C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sd2C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sd2C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sf0C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sf0C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sf1C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sf1C_r.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sf2C_d.csproj | 26 +---------- .../jit64/hfa/main/testC/hfa_sf2C_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nd0E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nd0E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nd1E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nd1E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nd2E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nd2E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nf0E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nf0E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nf1E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nf1E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nf2E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_nf2E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sd0E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sd0E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sd1E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sd1E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sd2E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sd2E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sf0E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sf0E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sf1E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sf1E_r.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sf2E_d.csproj | 26 +---------- .../jit64/hfa/main/testE/hfa_sf2E_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nd0G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nd0G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nd1G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nd1G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nd2G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nd2G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nf0G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nf0G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nf1G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nf1G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nf2G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_nf2G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sd0G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sd0G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sd1G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sd1G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sd2G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sd2G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sf0G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sf0G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sf1G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sf1G_r.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sf2G_d.csproj | 26 +---------- .../jit64/hfa/main/testG/hfa_sf2G_r.csproj | 26 +---------- .../jit64/localloc/call/call03_dynamic.ilproj | 26 +---------- .../jit64/localloc/call/call03_large.ilproj | 26 +---------- .../jit64/localloc/call/call03_small.ilproj | 26 +---------- .../jit64/localloc/call/call04_dynamic.ilproj | 26 +---------- .../jit64/localloc/call/call04_large.ilproj | 26 +---------- .../jit64/localloc/call/call04_small.ilproj | 26 +---------- .../jit64/localloc/call/call05_dynamic.ilproj | 26 +---------- .../jit64/localloc/call/call05_large.ilproj | 26 +---------- .../jit64/localloc/call/call05_small.ilproj | 26 +---------- .../jit64/localloc/call/call06_dynamic.ilproj | 26 +---------- .../jit64/localloc/call/call06_large.ilproj | 26 +---------- .../jit64/localloc/call/call06_small.ilproj | 26 +---------- .../jit64/localloc/call/call07_dynamic.ilproj | 26 +---------- .../jit64/localloc/call/call07_small.ilproj | 26 +---------- .../JIT/jit64/localloc/common/common.ilproj | 31 ++----------- .../JIT/jit64/localloc/eh/eh01_dynamic.csproj | 26 +---------- .../JIT/jit64/localloc/eh/eh01_large.csproj | 26 +---------- .../JIT/jit64/localloc/eh/eh01_small.csproj | 26 +---------- .../JIT/jit64/localloc/eh/eh02_dynamic.csproj | 26 +---------- .../JIT/jit64/localloc/eh/eh02_large.csproj | 26 +---------- .../JIT/jit64/localloc/eh/eh02_small.csproj | 26 +---------- .../JIT/jit64/localloc/eh/eh03_dynamic.ilproj | 26 +---------- .../JIT/jit64/localloc/eh/eh03_large.ilproj | 26 +---------- .../JIT/jit64/localloc/eh/eh03_small.ilproj | 26 +---------- .../JIT/jit64/localloc/eh/eh04_dynamic.ilproj | 26 +---------- .../JIT/jit64/localloc/eh/eh04_large.ilproj | 26 +---------- .../JIT/jit64/localloc/eh/eh04_small.ilproj | 26 +---------- .../JIT/jit64/localloc/eh/eh05_dynamic.csproj | 24 +---------- .../JIT/jit64/localloc/eh/eh05_large.csproj | 24 +---------- .../JIT/jit64/localloc/eh/eh05_small.csproj | 24 +---------- .../localloc/ehverify/eh05_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh05_large.ilproj | 26 +---------- .../jit64/localloc/ehverify/eh05_small.ilproj | 26 +---------- .../localloc/ehverify/eh06_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh06_large.ilproj | 26 +---------- .../jit64/localloc/ehverify/eh06_small.ilproj | 26 +---------- .../localloc/ehverify/eh07_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh07_large.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh07_small.ilproj | 27 +----------- .../localloc/ehverify/eh08_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh08_large.ilproj | 26 +---------- .../jit64/localloc/ehverify/eh08_small.ilproj | 26 +---------- .../localloc/ehverify/eh09_dynamic.csproj | 26 +---------- .../jit64/localloc/ehverify/eh09_large.csproj | 26 +---------- .../jit64/localloc/ehverify/eh09_small.csproj | 26 +---------- .../localloc/ehverify/eh11_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh11_large.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh11_small.ilproj | 27 +----------- .../localloc/ehverify/eh12_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh12_large.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh12_small.ilproj | 27 +----------- .../localloc/ehverify/eh13_dynamic.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh13_large.ilproj | 27 +----------- .../jit64/localloc/ehverify/eh13_small.ilproj | 27 +----------- .../localloc/unwind/unwind01_dynamic.csproj | 26 +---------- .../localloc/unwind/unwind01_large.csproj | 26 +---------- .../localloc/unwind/unwind01_small.csproj | 26 +---------- .../localloc/unwind/unwind02_dynamic.csproj | 26 +---------- .../localloc/unwind/unwind02_large.csproj | 26 +---------- .../localloc/unwind/unwind02_small.csproj | 26 +---------- .../localloc/unwind/unwind03_dynamic.csproj | 26 +---------- .../localloc/unwind/unwind03_large.csproj | 26 +---------- .../localloc/unwind/unwind03_small.csproj | 26 +---------- .../localloc/unwind/unwind04_dynamic.ilproj | 26 +---------- .../localloc/unwind/unwind04_large.ilproj | 26 +---------- .../localloc/unwind/unwind04_small.ilproj | 26 +---------- .../localloc/unwind/unwind05_dynamic.ilproj | 26 +---------- .../localloc/unwind/unwind05_large.ilproj | 26 +---------- .../localloc/unwind/unwind05_small.ilproj | 26 +---------- .../localloc/unwind/unwind06_dynamic.ilproj | 26 +---------- .../localloc/unwind/unwind06_large.ilproj | 26 +---------- .../localloc/unwind/unwind06_small.ilproj | 26 +---------- .../localloc/verify/verify01_dynamic.ilproj | 27 +----------- .../localloc/verify/verify01_large.ilproj | 27 +----------- .../localloc/verify/verify01_small.ilproj | 27 +----------- .../localloc/zeroinit/zeroInit01_small.ilproj | 27 +----------- .../localloc/zeroinit/zeroinit01_large.ilproj | 26 +---------- .../src/JIT/jit64/mcc/interop/mcc_i00.ilproj | 27 +----------- .../src/JIT/jit64/mcc/interop/mcc_i01.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i02.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i03.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i04.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i05.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i06.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i07.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i10.ilproj | 27 +----------- .../src/JIT/jit64/mcc/interop/mcc_i11.ilproj | 27 +----------- .../src/JIT/jit64/mcc/interop/mcc_i12.ilproj | 27 +----------- .../src/JIT/jit64/mcc/interop/mcc_i13.ilproj | 27 +----------- .../src/JIT/jit64/mcc/interop/mcc_i14.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i15.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i16.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i17.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i30.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i31.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i32.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i33.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i34.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i35.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i36.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i37.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i50.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i51.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i52.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i53.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i54.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i55.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i56.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i57.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i60.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i61.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i62.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i63.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i64.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i65.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i66.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i67.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i70.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i71.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i72.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i73.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i74.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i75.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i76.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i77.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i80.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i81.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i82.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i83.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i84.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i85.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i86.ilproj | 28 +----------- .../src/JIT/jit64/mcc/interop/mcc_i87.ilproj | 28 +----------- .../opt/cg/CGRecurse/CGRecurseAAA_d.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAA_do.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAA_r.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAA_ro.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAC_d.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAC_do.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAC_r.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseAAC_ro.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACA_d.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACA_do.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACA_r.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACA_ro.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACC_d.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACC_do.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACC_r.csproj | 26 +---------- .../opt/cg/CGRecurse/CGRecurseACC_ro.csproj | 26 +---------- .../jit64/opt/cg/cgstress/CgStress1_d.csproj | 28 +----------- .../jit64/opt/cg/cgstress/CgStress1_do.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress1_r.csproj | 28 +----------- .../jit64/opt/cg/cgstress/CgStress1_ro.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress2_d.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress2_do.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress2_r.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress2_ro.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress3_d.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress3_do.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress3_r.csproj | 29 +------------ .../jit64/opt/cg/cgstress/CgStress3_ro.csproj | 29 +------------ .../src/JIT/jit64/opt/cg/il/jmp_dbg.ilproj | 26 +---------- .../src/JIT/jit64/opt/cg/il/jmp_impl.ilproj | 26 +---------- .../src/JIT/jit64/opt/cg/il/jmp_opt.ilproj | 26 +---------- .../src/JIT/jit64/opt/cg/il/jmp_ret.ilproj | 27 +----------- .../src/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj | 26 +---------- .../src/JIT/jit64/opt/cg/il/ldftn_impl.ilproj | 26 +---------- .../src/JIT/jit64/opt/cg/il/ldftn_opt.ilproj | 26 +---------- .../src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj | 27 +----------- .../JIT/jit64/opt/cprop/Dev10_844071.ilproj | 26 +---------- .../jit64/opt/cprop/Dev10_884217_IL.ilproj | 26 +---------- .../src/JIT/jit64/opt/cprop/cprop001_d.csproj | 26 +---------- .../JIT/jit64/opt/cprop/cprop001_do.csproj | 26 +---------- .../src/JIT/jit64/opt/cprop/cprop001_r.csproj | 26 +---------- .../JIT/jit64/opt/cprop/cprop001_ro.csproj | 26 +---------- .../src/JIT/jit64/opt/cprop/cprop002.ilproj | 27 +----------- .../jit64/opt/cprop/implicitDownConv.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/HugeArray.csproj | 24 +---------- .../src/JIT/jit64/opt/cse/HugeArray1.csproj | 29 +------------ .../src/JIT/jit64/opt/cse/HugeField1.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/HugeField2.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_add.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_and.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_div.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_mod.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_mul.csproj | 29 +------------ .../jit64/opt/cse/VolatileTest_op_or.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_shr.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_sub.csproj | 26 +---------- .../jit64/opt/cse/VolatileTest_op_xor.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/arrayexpr1.csproj | 26 +---------- .../opt/cse/arrayexpr2_d_loop_try.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/arrayexpr2_r.csproj | 26 +---------- .../jit64/opt/cse/arrayexpr2_r_loop.csproj | 26 +---------- .../opt/cse/arrayexpr2_r_loop_try.csproj | 26 +---------- .../JIT/jit64/opt/cse/arrayexpr2_r_try.csproj | 26 +---------- .../jit64/opt/cse/arrayexpr2_ro_loop.csproj | 26 +---------- .../jit64/opt/cse/fieldExprUnchecked1.csproj | 29 +------------ .../src/JIT/jit64/opt/cse/fieldexpr1.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/fieldexpr1_1.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/fieldexpr2.csproj | 26 +---------- .../JIT/jit64/opt/cse/hugeSimpleExpr1.csproj | 30 +------------ .../src/JIT/jit64/opt/cse/hugeexpr1.csproj | 26 +---------- .../opt/cse/mixedexpr1_d_loop_try.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/mixedexpr1_r.csproj | 26 +---------- .../jit64/opt/cse/mixedexpr1_r_loop.csproj | 26 +---------- .../opt/cse/mixedexpr1_r_loop_try.csproj | 26 +---------- .../JIT/jit64/opt/cse/mixedexpr1_r_try.csproj | 26 +---------- .../jit64/opt/cse/mixedexpr1_ro_loop.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/pointerexpr1.csproj | 26 +---------- .../JIT/jit64/opt/cse/pointerexpr1_1.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/simpleexpr1.csproj | 26 +---------- .../JIT/jit64/opt/cse/simpleexpr1_1.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/simpleexpr2.csproj | 26 +---------- .../src/JIT/jit64/opt/cse/simpleexpr3.csproj | 26 +---------- .../opt/cse/simpleexpr4_d_loop_try.csproj | 26 +---------- .../JIT/jit64/opt/cse/simpleexpr4_r.csproj | 26 +---------- .../jit64/opt/cse/simpleexpr4_r_loop.csproj | 26 +---------- .../opt/cse/simpleexpr4_r_loop_try.csproj | 26 +---------- .../jit64/opt/cse/simpleexpr4_r_try.csproj | 26 +---------- .../jit64/opt/cse/simpleexpr4_ro_loop.csproj | 29 +------------ .../jit64/opt/cse/staticFieldExpr1_1.csproj | 26 +---------- .../cse/staticFieldExpr1_d_loop_try.csproj | 26 +---------- .../jit64/opt/cse/staticFieldExpr1_r.csproj | 26 +---------- .../opt/cse/staticFieldExpr1_r_loop.csproj | 26 +---------- .../cse/staticFieldExpr1_r_loop_try.csproj | 26 +---------- .../opt/cse/staticFieldExpr1_r_try.csproj | 26 +---------- .../opt/cse/staticFieldExpr1_ro_loop.csproj | 26 +---------- ...taticFieldExprUnchecked1_d_loop_try.csproj | 29 +------------ .../cse/staticFieldExprUnchecked1_r.csproj | 29 +------------ .../staticFieldExprUnchecked1_r_loop.csproj | 29 +------------ ...taticFieldExprUnchecked1_r_loop_try.csproj | 29 +------------ .../staticFieldExprUnchecked1_r_try.csproj | 29 +------------ .../staticFieldExprUnchecked1_ro_loop.csproj | 29 +------------ .../JIT/jit64/opt/cse/volatilefield.csproj | 26 +---------- .../jit64/opt/cse/volatilestaticfield.csproj | 26 +---------- .../src/JIT/jit64/opt/inl/caninline_d.csproj | 29 +------------ .../src/JIT/jit64/opt/inl/caninline_do.csproj | 29 +------------ .../src/JIT/jit64/opt/inl/caninline_r.csproj | 29 +------------ .../src/JIT/jit64/opt/inl/caninline_ro.csproj | 29 +------------ .../tests/src/JIT/jit64/opt/inl/inl001.ilproj | 27 +----------- .../src/JIT/jit64/opt/lim/lim_001.ilproj | 27 +----------- .../src/JIT/jit64/opt/lim/lim_002.csproj | 26 +---------- .../tests/src/JIT/jit64/opt/lur/lur_01.ilproj | 27 +----------- .../tests/src/JIT/jit64/opt/lur/lur_02.csproj | 26 +---------- .../tests/src/JIT/jit64/opt/osr/osr001.csproj | 26 +---------- .../tests/src/JIT/jit64/opt/osr/osr015.ilproj | 27 +----------- .../vswhidbey/193825/193825_udo.csproj | 26 +---------- .../vswhidbey/193825/193825_uro.csproj | 26 +---------- .../regress/vswhidbey/223862/bne_dbg.ilproj | 26 +---------- .../regress/vswhidbey/223862/bne_opt.ilproj | 26 +---------- .../regress/vswhidbey/223862/conv_dbg.ilproj | 29 +------------ .../regress/vswhidbey/223862/conv_opt.ilproj | 29 +------------ .../regress/vswhidbey/223862/div_dbg.ilproj | 26 +---------- .../regress/vswhidbey/223862/div_opt.ilproj | 26 +---------- .../regress/vswhidbey/223862/mul1_dbg.ilproj | 26 +---------- .../regress/vswhidbey/223862/mul1_opt.ilproj | 26 +---------- .../vswhidbey/223862/mul_exception_dbg.ilproj | 29 +------------ .../vswhidbey/223862/mul_exception_opt.ilproj | 29 +------------ .../regress/vswhidbey/223862/rem_dbg.ilproj | 26 +---------- .../regress/vswhidbey/223862/rem_opt.ilproj | 26 +---------- .../regress/vswhidbey/228572/conv_dbg.ilproj | 29 +------------ .../regress/vswhidbey/228572/conv_opt.ilproj | 29 +------------ .../regress/vswhidbey/481244/foo2_dbg.ilproj | 26 +---------- .../regress/vswhidbey/481244/foo2_opt.ilproj | 26 +---------- .../regress/vswhidbey/481244/foo_dbg.ilproj | 26 +---------- .../regress/vswhidbey/481244/foo_opt.ilproj | 26 +---------- .../JIT/jit64/opt/rngchk/ArrayBound_o.csproj | 29 +------------ .../jit64/opt/rngchk/ArrayWith2Loops_o.csproj | 29 +------------ .../jit64/opt/rngchk/ArrayWithFunc_o.csproj | 29 +------------ .../jit64/opt/rngchk/ArrayWithThread_o.csproj | 30 +------------ .../jit64/opt/rngchk/BadMatrixMul_o.csproj | 29 +------------ .../JIT/jit64/opt/rngchk/JaggedArray_o.csproj | 29 +------------ .../JIT/jit64/opt/rngchk/MatrixMul_o.csproj | 26 +---------- .../jit64/opt/rngchk/RngchkStress1_o.csproj | 29 +------------ .../jit64/opt/rngchk/RngchkStress2_o.csproj | 29 +------------ .../JIT/jit64/opt/rngchk/RngchkStress3.csproj | 29 +------------ .../jit64/opt/rngchk/SimpleArray_01_o.csproj | 29 +------------ .../JIT/jit64/regress/asurt/143616/foo.csproj | 26 +---------- .../jit64/regress/ddb/103087/103087.csproj | 28 ++---------- .../jit64/regress/ddb/113574/113574.csproj | 28 ++---------- .../jit64/regress/ddb/118414/118414.ilproj | 29 ++----------- .../jit64/regress/ddb/127931/127931.ilproj | 29 ++----------- .../jit64/regress/ddb/132977/132977.csproj | 28 ++---------- .../jit64/regress/ddb/87766/ddb87766.csproj | 27 +----------- .../ndpw/14888/objectusedonlyinhandler.csproj | 26 +---------- .../jit64/regress/ndpw/160545/simple.csproj | 26 +---------- .../ndpw/21015/interior_pointer.csproj | 26 +---------- .../jit64/regress/ndpw/21220/b21220.ilproj | 27 +----------- .../jit64/regress/phoenix/62322/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/102754/test1.ilproj | 26 +---------- .../JIT/jit64/regress/vsw/102964/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/102974/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/153682/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/266693/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/286991/test.ilproj | 28 +----------- .../JIT/jit64/regress/vsw/329169/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/333007/test1.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/336666/test1.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/373472/test.csproj | 29 +------------ .../jit64/regress/vsw/373472/test_il.ilproj | 29 +------------ .../JIT/jit64/regress/vsw/404708/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/460412/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/471729/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/517867/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/524070/test1.csproj | 26 +---------- .../JIT/jit64/regress/vsw/524070/test2.csproj | 26 +---------- .../regress/vsw/528315/simple-repro.csproj | 26 +---------- .../jit64/regress/vsw/534486/exchange.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/538615/test1.csproj | 26 +---------- .../JIT/jit64/regress/vsw/539509/test1.csproj | 29 +------------ .../JIT/jit64/regress/vsw/541067/test1.csproj | 26 +---------- .../JIT/jit64/regress/vsw/543229/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/543645/test.ilproj | 26 +---------- .../JIT/jit64/regress/vsw/549880/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/552940/test.ilproj | 26 +---------- .../JIT/jit64/regress/vsw/560402/opadd.csproj | 26 +---------- .../JIT/jit64/regress/vsw/560402/opmul.csproj | 26 +---------- .../JIT/jit64/regress/vsw/560402/opsub.csproj | 26 +---------- .../jit64/regress/vsw/568666/library1.csproj | 29 +------------ .../jit64/regress/vsw/568666/library2.csproj | 29 +------------ .../JIT/jit64/regress/vsw/568666/test.csproj | 26 +---------- .../JIT/jit64/regress/vsw/575343/test.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/575343/test2.ilproj | 27 +----------- .../JIT/jit64/regress/vsw/601425/stret.csproj | 26 +---------- .../jit64/regress/vsw/606733/Bug606733.ilproj | 26 +---------- .../jit64/regress/vsw/607586/607586.ilproj | 28 ++---------- .../jit64/regress/vsw/610378/vsw610378.csproj | 26 +---------- .../rtchecks/overflow/overflow01_add.csproj | 27 +----------- .../rtchecks/overflow/overflow01_div.csproj | 27 +----------- .../rtchecks/overflow/overflow01_mul.csproj | 27 +----------- .../rtchecks/overflow/overflow01_sub.csproj | 27 +----------- .../rtchecks/overflow/overflow02_add.csproj | 27 +----------- .../rtchecks/overflow/overflow02_div.csproj | 27 +----------- .../rtchecks/overflow/overflow02_mul.csproj | 27 +----------- .../rtchecks/overflow/overflow02_sub.csproj | 27 +----------- .../rtchecks/overflow/overflow03_add.csproj | 27 +----------- .../rtchecks/overflow/overflow03_div.csproj | 27 +----------- .../rtchecks/overflow/overflow03_mul.csproj | 27 +----------- .../rtchecks/overflow/overflow03_sub.csproj | 27 +----------- .../rtchecks/overflow/overflow04_add.csproj | 27 +----------- .../rtchecks/overflow/overflow04_div.csproj | 27 +----------- .../rtchecks/overflow/overflow04_mul.csproj | 27 +----------- .../rtchecks/overflow/overflow04_sub.csproj | 27 +----------- .../box-unbox/box-unbox/box-unbox001.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox002.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox003.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox004.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox005.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox006.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox007.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox008.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox009.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox010.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox011.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox012.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox013.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox014.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox015.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox016.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox017.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox018.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox019.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox020.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox021.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox022.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox023.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox024.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox025.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox026.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox027.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox028.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox029.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox030.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox031.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox032.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox033.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox034.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox037.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox038.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox039.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox040.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox041.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox042.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox043.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox044.csproj | 26 +---------- .../box-unbox/box-unbox/box-unbox045.csproj | 26 +---------- .../box-unbox/enum/box-unbox-enum001.csproj | 26 +---------- .../box-unbox/enum/box-unbox-enum002.csproj | 26 +---------- .../box-unbox/enum/box-unbox-enum003.csproj | 26 +---------- .../generics/box-unbox-generics001.csproj | 26 +---------- .../generics/box-unbox-generics002.csproj | 26 +---------- .../generics/box-unbox-generics003.csproj | 26 +---------- .../generics/box-unbox-generics004.csproj | 26 +---------- .../generics/box-unbox-generics005.csproj | 26 +---------- .../generics/box-unbox-generics006.csproj | 26 +---------- .../generics/box-unbox-generics007.csproj | 26 +---------- .../generics/box-unbox-generics008.csproj | 26 +---------- .../generics/box-unbox-generics009.csproj | 26 +---------- .../generics/box-unbox-generics010.csproj | 26 +---------- .../generics/box-unbox-generics011.csproj | 26 +---------- .../generics/box-unbox-generics012.csproj | 26 +---------- .../generics/box-unbox-generics013.csproj | 26 +---------- .../generics/box-unbox-generics014.csproj | 26 +---------- .../generics/box-unbox-generics015.csproj | 26 +---------- .../generics/box-unbox-generics016.csproj | 26 +---------- .../generics/box-unbox-generics017.csproj | 26 +---------- .../generics/box-unbox-generics018.csproj | 26 +---------- .../generics/box-unbox-generics019.csproj | 26 +---------- .../generics/box-unbox-generics020.csproj | 26 +---------- .../generics/box-unbox-generics021.csproj | 26 +---------- .../generics/box-unbox-generics022.csproj | 26 +---------- .../generics/box-unbox-generics023.csproj | 26 +---------- .../generics/box-unbox-generics024.csproj | 26 +---------- .../generics/box-unbox-generics025.csproj | 26 +---------- .../generics/box-unbox-generics026.csproj | 26 +---------- .../generics/box-unbox-generics027.csproj | 26 +---------- .../generics/box-unbox-generics028.csproj | 26 +---------- .../generics/box-unbox-generics029.csproj | 26 +---------- .../generics/box-unbox-generics030.csproj | 26 +---------- .../generics/box-unbox-generics031.csproj | 26 +---------- .../generics/box-unbox-generics032.csproj | 26 +---------- .../generics/box-unbox-generics033.csproj | 26 +---------- .../generics/box-unbox-generics034.csproj | 26 +---------- .../generics/box-unbox-generics037.csproj | 26 +---------- .../generics/box-unbox-generics038.csproj | 26 +---------- .../generics/box-unbox-generics039.csproj | 26 +---------- .../generics/box-unbox-generics040.csproj | 26 +---------- .../generics/box-unbox-generics041.csproj | 26 +---------- .../generics/box-unbox-generics042.csproj | 26 +---------- .../generics/box-unbox-generics043.csproj | 26 +---------- .../generics/box-unbox-generics044.csproj | 26 +---------- .../generics/box-unbox-generics045.csproj | 26 +---------- .../interface/box-unbox-interface001.csproj | 26 +---------- .../interface/box-unbox-interface002.csproj | 26 +---------- .../interface/box-unbox-interface003.csproj | 26 +---------- .../interface/box-unbox-interface004.csproj | 26 +---------- .../interface/box-unbox-interface005.csproj | 26 +---------- .../interface/box-unbox-interface006.csproj | 26 +---------- .../interface/box-unbox-interface007.csproj | 26 +---------- .../interface/box-unbox-interface008.csproj | 26 +---------- .../interface/box-unbox-interface009.csproj | 26 +---------- .../interface/box-unbox-interface010.csproj | 26 +---------- .../interface/box-unbox-interface011.csproj | 26 +---------- .../interface/box-unbox-interface012.csproj | 26 +---------- .../interface/box-unbox-interface013.csproj | 26 +---------- .../interface/box-unbox-interface014.csproj | 26 +---------- .../interface/box-unbox-interface015.csproj | 26 +---------- .../interface/box-unbox-interface016.csproj | 26 +---------- .../interface/box-unbox-interface017.csproj | 26 +---------- .../interface/box-unbox-interface018.csproj | 26 +---------- .../box-unbox/null/box-unbox-null001.csproj | 26 +---------- .../box-unbox/null/box-unbox-null002.csproj | 26 +---------- .../box-unbox/null/box-unbox-null003.csproj | 26 +---------- .../box-unbox/null/box-unbox-null004.csproj | 26 +---------- .../box-unbox/null/box-unbox-null005.csproj | 26 +---------- .../box-unbox/null/box-unbox-null006.csproj | 26 +---------- .../box-unbox/null/box-unbox-null007.csproj | 26 +---------- .../box-unbox/null/box-unbox-null008.csproj | 26 +---------- .../box-unbox/null/box-unbox-null009.csproj | 26 +---------- .../box-unbox/null/box-unbox-null010.csproj | 26 +---------- .../box-unbox/null/box-unbox-null011.csproj | 26 +---------- .../box-unbox/null/box-unbox-null012.csproj | 26 +---------- .../box-unbox/null/box-unbox-null013.csproj | 26 +---------- .../box-unbox/null/box-unbox-null014.csproj | 26 +---------- .../box-unbox/null/box-unbox-null015.csproj | 26 +---------- .../box-unbox/null/box-unbox-null016.csproj | 26 +---------- .../box-unbox/null/box-unbox-null017.csproj | 26 +---------- .../box-unbox/null/box-unbox-null018.csproj | 26 +---------- .../box-unbox/null/box-unbox-null019.csproj | 26 +---------- .../box-unbox/null/box-unbox-null020.csproj | 26 +---------- .../box-unbox/null/box-unbox-null021.csproj | 26 +---------- .../box-unbox/null/box-unbox-null022.csproj | 26 +---------- .../box-unbox/null/box-unbox-null023.csproj | 26 +---------- .../box-unbox/null/box-unbox-null024.csproj | 26 +---------- .../box-unbox/null/box-unbox-null025.csproj | 26 +---------- .../box-unbox/null/box-unbox-null026.csproj | 26 +---------- .../box-unbox/null/box-unbox-null027.csproj | 26 +---------- .../box-unbox/null/box-unbox-null028.csproj | 26 +---------- .../box-unbox/null/box-unbox-null029.csproj | 26 +---------- .../box-unbox/null/box-unbox-null030.csproj | 26 +---------- .../box-unbox/null/box-unbox-null031.csproj | 26 +---------- .../box-unbox/null/box-unbox-null032.csproj | 26 +---------- .../box-unbox/null/box-unbox-null033.csproj | 26 +---------- .../box-unbox/null/box-unbox-null034.csproj | 26 +---------- .../box-unbox/null/box-unbox-null037.csproj | 26 +---------- .../box-unbox/null/box-unbox-null038.csproj | 26 +---------- .../box-unbox/null/box-unbox-null039.csproj | 26 +---------- .../box-unbox/null/box-unbox-null040.csproj | 26 +---------- .../box-unbox/null/box-unbox-null041.csproj | 26 +---------- .../box-unbox/null/box-unbox-null042.csproj | 26 +---------- .../box-unbox/null/box-unbox-null043.csproj | 26 +---------- .../box-unbox/null/box-unbox-null044.csproj | 26 +---------- .../box-unbox/null/box-unbox-null045.csproj | 26 +---------- .../box-unbox/value/box-unbox-value001.csproj | 26 +---------- .../box-unbox/value/box-unbox-value002.csproj | 26 +---------- .../box-unbox/value/box-unbox-value003.csproj | 26 +---------- .../box-unbox/value/box-unbox-value004.csproj | 26 +---------- .../box-unbox/value/box-unbox-value005.csproj | 26 +---------- .../box-unbox/value/box-unbox-value006.csproj | 26 +---------- .../box-unbox/value/box-unbox-value007.csproj | 26 +---------- .../box-unbox/value/box-unbox-value008.csproj | 26 +---------- .../box-unbox/value/box-unbox-value009.csproj | 26 +---------- .../box-unbox/value/box-unbox-value010.csproj | 26 +---------- .../box-unbox/value/box-unbox-value011.csproj | 26 +---------- .../box-unbox/value/box-unbox-value012.csproj | 26 +---------- .../box-unbox/value/box-unbox-value013.csproj | 26 +---------- .../box-unbox/value/box-unbox-value014.csproj | 26 +---------- .../box-unbox/value/box-unbox-value015.csproj | 26 +---------- .../box-unbox/value/box-unbox-value016.csproj | 26 +---------- .../box-unbox/value/box-unbox-value017.csproj | 26 +---------- .../box-unbox/value/box-unbox-value018.csproj | 26 +---------- .../box-unbox/value/box-unbox-value019.csproj | 26 +---------- .../box-unbox/value/box-unbox-value020.csproj | 26 +---------- .../box-unbox/value/box-unbox-value021.csproj | 26 +---------- .../box-unbox/value/box-unbox-value022.csproj | 26 +---------- .../box-unbox/value/box-unbox-value023.csproj | 26 +---------- .../box-unbox/value/box-unbox-value024.csproj | 26 +---------- .../box-unbox/value/box-unbox-value025.csproj | 26 +---------- .../box-unbox/value/box-unbox-value026.csproj | 26 +---------- .../box-unbox/value/box-unbox-value027.csproj | 26 +---------- .../box-unbox/value/box-unbox-value028.csproj | 26 +---------- .../box-unbox/value/box-unbox-value029.csproj | 26 +---------- .../box-unbox/value/box-unbox-value030.csproj | 26 +---------- .../box-unbox/value/box-unbox-value031.csproj | 26 +---------- .../box-unbox/value/box-unbox-value032.csproj | 26 +---------- .../box-unbox/value/box-unbox-value033.csproj | 26 +---------- .../box-unbox/value/box-unbox-value034.csproj | 26 +---------- .../box-unbox/value/box-unbox-value037.csproj | 26 +---------- .../box-unbox/value/box-unbox-value038.csproj | 26 +---------- .../box-unbox/value/box-unbox-value039.csproj | 26 +---------- .../box-unbox/value/box-unbox-value040.csproj | 26 +---------- .../box-unbox/value/box-unbox-value041.csproj | 26 +---------- .../box-unbox/value/box-unbox-value042.csproj | 26 +---------- .../box-unbox/value/box-unbox-value043.csproj | 26 +---------- .../box-unbox/value/box-unbox-value044.csproj | 26 +---------- .../box-unbox/value/box-unbox-value045.csproj | 26 +---------- .../castclass/castclass/castclass001.csproj | 26 +---------- .../castclass/castclass/castclass002.csproj | 26 +---------- .../castclass/castclass/castclass003.csproj | 26 +---------- .../castclass/castclass/castclass004.csproj | 26 +---------- .../castclass/castclass/castclass005.csproj | 26 +---------- .../castclass/castclass/castclass006.csproj | 26 +---------- .../castclass/castclass/castclass007.csproj | 26 +---------- .../castclass/castclass/castclass008.csproj | 26 +---------- .../castclass/castclass/castclass009.csproj | 26 +---------- .../castclass/castclass/castclass010.csproj | 26 +---------- .../castclass/castclass/castclass011.csproj | 26 +---------- .../castclass/castclass/castclass012.csproj | 26 +---------- .../castclass/castclass/castclass013.csproj | 26 +---------- .../castclass/castclass/castclass014.csproj | 26 +---------- .../castclass/castclass/castclass015.csproj | 26 +---------- .../castclass/castclass/castclass016.csproj | 26 +---------- .../castclass/castclass/castclass017.csproj | 26 +---------- .../castclass/castclass/castclass018.csproj | 26 +---------- .../castclass/castclass/castclass019.csproj | 26 +---------- .../castclass/castclass/castclass020.csproj | 26 +---------- .../castclass/castclass/castclass021.csproj | 26 +---------- .../castclass/castclass/castclass022.csproj | 26 +---------- .../castclass/castclass/castclass023.csproj | 26 +---------- .../castclass/castclass/castclass024.csproj | 26 +---------- .../castclass/castclass/castclass025.csproj | 26 +---------- .../castclass/castclass/castclass026.csproj | 26 +---------- .../castclass/castclass/castclass027.csproj | 26 +---------- .../castclass/castclass/castclass028.csproj | 26 +---------- .../castclass/castclass/castclass029.csproj | 26 +---------- .../castclass/castclass/castclass030.csproj | 26 +---------- .../castclass/castclass/castclass031.csproj | 26 +---------- .../castclass/castclass/castclass032.csproj | 29 +------------ .../castclass/castclass/castclass033.csproj | 26 +---------- .../castclass/castclass/castclass034.csproj | 26 +---------- .../castclass/castclass/castclass037.csproj | 26 +---------- .../castclass/castclass/castclass038.csproj | 26 +---------- .../castclass/castclass/castclass039.csproj | 26 +---------- .../castclass/castclass/castclass040.csproj | 26 +---------- .../castclass/castclass/castclass041.csproj | 26 +---------- .../castclass/castclass/castclass042.csproj | 26 +---------- .../castclass/castclass/castclass043.csproj | 26 +---------- .../castclass/castclass/castclass044.csproj | 26 +---------- .../castclass/castclass/castclass045.csproj | 26 +---------- .../castclass/enum/castclass-enum001.csproj | 26 +---------- .../castclass/enum/castclass-enum002.csproj | 26 +---------- .../castclass/enum/castclass-enum003.csproj | 26 +---------- .../generics/castclass-generics001.csproj | 26 +---------- .../generics/castclass-generics002.csproj | 26 +---------- .../generics/castclass-generics003.csproj | 26 +---------- .../generics/castclass-generics004.csproj | 26 +---------- .../generics/castclass-generics005.csproj | 26 +---------- .../generics/castclass-generics006.csproj | 26 +---------- .../generics/castclass-generics007.csproj | 26 +---------- .../generics/castclass-generics008.csproj | 26 +---------- .../generics/castclass-generics009.csproj | 26 +---------- .../generics/castclass-generics010.csproj | 26 +---------- .../generics/castclass-generics011.csproj | 26 +---------- .../generics/castclass-generics012.csproj | 26 +---------- .../generics/castclass-generics013.csproj | 26 +---------- .../generics/castclass-generics014.csproj | 26 +---------- .../generics/castclass-generics015.csproj | 26 +---------- .../generics/castclass-generics016.csproj | 26 +---------- .../generics/castclass-generics017.csproj | 26 +---------- .../generics/castclass-generics018.csproj | 26 +---------- .../generics/castclass-generics019.csproj | 26 +---------- .../generics/castclass-generics020.csproj | 26 +---------- .../generics/castclass-generics021.csproj | 26 +---------- .../generics/castclass-generics022.csproj | 26 +---------- .../generics/castclass-generics023.csproj | 26 +---------- .../generics/castclass-generics024.csproj | 26 +---------- .../generics/castclass-generics025.csproj | 26 +---------- .../generics/castclass-generics026.csproj | 26 +---------- .../generics/castclass-generics027.csproj | 26 +---------- .../generics/castclass-generics028.csproj | 26 +---------- .../generics/castclass-generics029.csproj | 26 +---------- .../generics/castclass-generics030.csproj | 26 +---------- .../generics/castclass-generics031.csproj | 26 +---------- .../generics/castclass-generics032.csproj | 26 +---------- .../generics/castclass-generics033.csproj | 26 +---------- .../generics/castclass-generics034.csproj | 26 +---------- .../generics/castclass-generics037.csproj | 26 +---------- .../generics/castclass-generics038.csproj | 26 +---------- .../generics/castclass-generics039.csproj | 26 +---------- .../generics/castclass-generics040.csproj | 26 +---------- .../generics/castclass-generics041.csproj | 26 +---------- .../generics/castclass-generics042.csproj | 26 +---------- .../generics/castclass-generics043.csproj | 26 +---------- .../generics/castclass-generics044.csproj | 26 +---------- .../generics/castclass-generics045.csproj | 26 +---------- .../interface/castclass-interface001.csproj | 26 +---------- .../interface/castclass-interface002.csproj | 26 +---------- .../interface/castclass-interface003.csproj | 26 +---------- .../interface/castclass-interface004.csproj | 26 +---------- .../interface/castclass-interface005.csproj | 26 +---------- .../interface/castclass-interface006.csproj | 26 +---------- .../interface/castclass-interface007.csproj | 26 +---------- .../interface/castclass-interface008.csproj | 26 +---------- .../interface/castclass-interface009.csproj | 26 +---------- .../interface/castclass-interface010.csproj | 26 +---------- .../interface/castclass-interface011.csproj | 26 +---------- .../interface/castclass-interface012.csproj | 26 +---------- .../interface/castclass-interface013.csproj | 26 +---------- .../interface/castclass-interface014.csproj | 26 +---------- .../interface/castclass-interface015.csproj | 26 +---------- .../interface/castclass-interface016.csproj | 26 +---------- .../interface/castclass-interface017.csproj | 26 +---------- .../interface/castclass-interface018.csproj | 26 +---------- .../castclass/null/castclass-null001.csproj | 26 +---------- .../castclass/null/castclass-null002.csproj | 26 +---------- .../castclass/null/castclass-null003.csproj | 26 +---------- .../castclass/null/castclass-null004.csproj | 26 +---------- .../castclass/null/castclass-null005.csproj | 26 +---------- .../castclass/null/castclass-null006.csproj | 26 +---------- .../castclass/null/castclass-null007.csproj | 26 +---------- .../castclass/null/castclass-null008.csproj | 26 +---------- .../castclass/null/castclass-null009.csproj | 26 +---------- .../castclass/null/castclass-null010.csproj | 26 +---------- .../castclass/null/castclass-null011.csproj | 26 +---------- .../castclass/null/castclass-null012.csproj | 26 +---------- .../castclass/null/castclass-null013.csproj | 26 +---------- .../castclass/null/castclass-null014.csproj | 26 +---------- .../castclass/null/castclass-null015.csproj | 26 +---------- .../castclass/null/castclass-null016.csproj | 26 +---------- .../castclass/null/castclass-null017.csproj | 26 +---------- .../castclass/null/castclass-null018.csproj | 26 +---------- .../castclass/null/castclass-null019.csproj | 26 +---------- .../castclass/null/castclass-null020.csproj | 26 +---------- .../castclass/null/castclass-null021.csproj | 26 +---------- .../castclass/null/castclass-null022.csproj | 26 +---------- .../castclass/null/castclass-null023.csproj | 26 +---------- .../castclass/null/castclass-null024.csproj | 26 +---------- .../castclass/null/castclass-null025.csproj | 26 +---------- .../castclass/null/castclass-null026.csproj | 26 +---------- .../castclass/null/castclass-null027.csproj | 26 +---------- .../castclass/null/castclass-null028.csproj | 26 +---------- .../castclass/null/castclass-null029.csproj | 26 +---------- .../castclass/null/castclass-null030.csproj | 26 +---------- .../castclass/null/castclass-null031.csproj | 26 +---------- .../castclass/null/castclass-null032.csproj | 26 +---------- .../castclass/null/castclass-null033.csproj | 26 +---------- .../castclass/null/castclass-null034.csproj | 26 +---------- .../castclass/null/castclass-null037.csproj | 26 +---------- .../castclass/null/castclass-null038.csproj | 26 +---------- .../castclass/null/castclass-null039.csproj | 26 +---------- .../castclass/null/castclass-null040.csproj | 26 +---------- .../castclass/null/castclass-null041.csproj | 26 +---------- .../castclass/null/castclass-null042.csproj | 26 +---------- .../castclass/null/castclass-null043.csproj | 26 +---------- .../castclass/null/castclass-null044.csproj | 26 +---------- .../castclass/null/castclass-null045.csproj | 26 +---------- .../JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj | 27 +----------- .../ArrBoundUnsigned.csproj | 27 +----------- .../AssertionPropagation/CPropOverflow.ilproj | 26 +---------- .../AssertionPropagation/ConstantProp.csproj | 26 +---------- .../opt/AssertionPropagation/CopyProp.csproj | 26 +---------- .../NullCheckAssertion1.csproj | 26 +---------- .../NullCheckAssertion2.csproj | 26 +---------- .../NullCheckAssertion3.csproj | 26 +---------- .../NullCheckAssertion4.csproj | 26 +---------- .../NullCheckAssertion5.csproj | 26 +---------- .../NullCheckAssertion6.csproj | 26 +---------- .../NullCheckAssertion7.csproj | 26 +---------- .../TypeOfAssertion.csproj | 26 +---------- .../dev10/bug573840/bug573840.csproj | 28 ++---------- .../src/JIT/opt/CSE/GitHub_16065a.csproj | 26 +---------- .../src/JIT/opt/CSE/GitHub_16065b.csproj | 26 +---------- .../tests/src/JIT/opt/CSE/NarrowStore.csproj | 26 +---------- .../tests/src/JIT/opt/Casts/shared.csproj | 30 +------------ .../tests/src/JIT/opt/Casts/tests.csproj | 30 +------------ .../opt/Devirtualization/GitHub_10311.csproj | 26 +---------- .../opt/Devirtualization/GitHub_10858.csproj | 26 +---------- .../opt/Devirtualization/GitHub_9945.csproj | 26 +---------- .../opt/Devirtualization/GitHub_9945_2.ilproj | 26 +---------- .../JIT/opt/Devirtualization/arraypool.csproj | 30 +------------ .../src/JIT/opt/Devirtualization/box1.csproj | 26 +---------- .../src/JIT/opt/Devirtualization/box2.csproj | 24 +---------- .../opt/Devirtualization/comparable.csproj | 30 +------------ .../opt/Devirtualization/constructor.csproj | 30 +------------ .../Devirtualization/contravariance.csproj | 30 +------------ .../opt/Devirtualization/covariance.csproj | 30 +------------ .../src/JIT/opt/Devirtualization/enum.csproj | 26 +---------- .../JIT/opt/Devirtualization/exacttype.csproj | 26 +---------- .../Devirtualization/fromcollection.csproj | 26 +---------- .../JIT/opt/Devirtualization/generic.csproj | 26 +---------- .../opt/Devirtualization/inlinedevirt.csproj | 26 +---------- .../src/JIT/opt/Devirtualization/late.csproj | 30 +------------ .../src/JIT/opt/Devirtualization/late1.csproj | 30 +------------ .../JIT/opt/Devirtualization/overload.csproj | 26 +---------- .../JIT/opt/Devirtualization/override.ilproj | 26 +---------- .../Devirtualization/readonlystatic.csproj | 26 +---------- .../opt/Devirtualization/sealedclass.csproj | 26 +---------- .../opt/Devirtualization/sealeddefault.csproj | 26 +---------- .../opt/Devirtualization/sealedmethod.csproj | 26 +---------- .../Devirtualization/sharedoverride.csproj | 26 +---------- .../JIT/opt/Devirtualization/simple.csproj | 30 +------------ .../opt/Devirtualization/spilledreturn.csproj | 30 +------------ .../opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj | 26 +---------- .../DumpDisasm/JitMinOpts/CodeSize1.ilproj | 26 +---------- .../DumpDisasm/JitMinOpts/InstrCnt1.ilproj | 29 +------------ .../DumpDisasm/JitMinOpts/LVNumCnt1.ilproj | 26 +---------- .../DumpDisasm/JitMinOpts/LVRefCnt1.ilproj | 26 +---------- .../src/JIT/opt/ETW/TailCallCases.ilproj | 29 +------------ .../tests/src/JIT/opt/Enum/hasflag.csproj | 30 +------------ .../tests/src/JIT/opt/Enum/shared.csproj | 30 +------------ .../FastTailCallCandidates.csproj | 27 +----------- .../FastTailCall/FastTailCallInlining.csproj | 27 +----------- .../opt/FastTailCall/GitHubIssue12479.csproj | 27 +----------- .../JIT/opt/FastTailCall/StackFixup.csproj | 27 +----------- .../FastTailCall/StructPassingSimple.csproj | 27 +----------- .../regression/badcallee/badcallee.ilproj | 28 ++---------- .../regression/bug584219/inliningVars.csproj | 26 +---------- .../regression/bug595776/bug595776.csproj | 28 ++---------- .../regression/mismatch32/mismatch32.ilproj | 28 ++---------- .../regression/mismatch64/mismatch64.ilproj | 28 ++---------- .../opt/Inline/tests/ArrayOfStructs.csproj | 26 +---------- .../opt/Inline/tests/DelegInstanceFtn.csproj | 26 +---------- .../opt/Inline/tests/DelegStaticFtn.csproj | 26 +---------- .../opt/Inline/tests/GenericStructs.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/Inline.csproj | 26 +---------- .../JIT/opt/Inline/tests/InlineThrow.csproj | 27 +----------- .../Inline/tests/Inline_DelegateStruct.csproj | 26 +---------- .../Inline/tests/Inline_GenericMethods.csproj | 26 +---------- .../JIT/opt/Inline/tests/Inline_Many.csproj | 26 +---------- .../Inline/tests/Inline_MultipleReturn.csproj | 26 +---------- .../JIT/opt/Inline/tests/Inline_NewObj.csproj | 26 +---------- .../Inline/tests/Inline_NormalizeStack.csproj | 26 +---------- .../opt/Inline/tests/Inline_Recursion.csproj | 26 +---------- .../tests/Inline_RecursiveMethod.csproj | 26 +---------- .../tests/Inline_RecursiveMethod21.csproj | 26 +---------- .../JIT/opt/Inline/tests/Inline_STARG.csproj | 26 +---------- .../Inline/tests/Inline_SideAffects.csproj | 26 +---------- .../JIT/opt/Inline/tests/Inline_Vars.csproj | 26 +---------- .../opt/Inline/tests/Inline_handler.csproj | 26 +---------- .../JIT/opt/Inline/tests/LotsOfInlines.csproj | 26 +---------- .../Inline/tests/ReturnStruct_Method.csproj | 26 +---------- .../Inline/tests/StructAsParam_Method.csproj | 26 +---------- .../JIT/opt/Inline/tests/StructInClass.csproj | 26 +---------- .../opt/Inline/tests/UnsafeBlockCopy.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/args1.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/args2.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/args3.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/array.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/calli.ilproj | 26 +---------- .../src/JIT/opt/Inline/tests/debug.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/deepcall.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/fact.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/ifelse.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/indexer.csproj | 26 +---------- .../JIT/opt/Inline/tests/interfaceCall.csproj | 26 +---------- .../opt/Inline/tests/interfaceproperty.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/mathfunc.csproj | 27 +----------- .../src/JIT/opt/Inline/tests/mthdimpl.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/property.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/size.csproj | 26 +---------- .../opt/Inline/tests/struct_opcodes.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/throwtest.csproj | 26 +---------- .../src/JIT/opt/Inline/tests/trycatch.csproj | 26 +---------- .../src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj | 26 +---------- .../src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj | 26 +---------- .../JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj | 26 +---------- .../tests/src/JIT/opt/LocAlloc/inloop.csproj | 30 +------------ .../src/JIT/opt/LocAlloc/localloc.csproj | 30 +------------ .../src/JIT/opt/Loops/SearchLoopTail.csproj | 28 +----------- .../ObjectStackAllocationTests.csproj | 36 +++------------- .../src/JIT/opt/Structs/structpop.csproj | 30 +------------ .../src/JIT/opt/Structs/structpop2.csproj | 30 +------------ .../Tailcall/TailcallVerifyWithPrefix.ilproj | 36 +++------------- .../tests/src/JIT/opt/Types/Equality.csproj | 30 +------------ .../JIT/opt/perf/doublealign/Arrays.csproj | 27 +----------- .../JIT/opt/perf/doublealign/Locals.csproj | 26 +---------- .../JIT/opt/perf/doublealign/objects.csproj | 26 +---------- .../bigvtbl/bigvtbl_cs_d.csproj | 26 +---------- .../bigvtbl/bigvtbl_cs_do.csproj | 27 +----------- .../bigvtbl/bigvtbl_cs_r.csproj | 28 +----------- .../bigvtbl/bigvtbl_cs_ro.csproj | 27 +----------- .../hashcode/cderived1.csproj | 29 +------------ .../hashcode/cderived10.csproj | 29 +------------ .../hashcode/cderived11.csproj | 29 +------------ .../hashcode/cderived12.csproj | 29 +------------ .../hashcode/cderived13.csproj | 29 +------------ .../hashcode/cderived14.csproj | 29 +------------ .../hashcode/cderived15.csproj | 29 +------------ .../hashcode/cderived16.csproj | 29 +------------ .../hashcode/cderived17.csproj | 29 +------------ .../hashcode/cderived18.csproj | 29 +------------ .../hashcode/cderived19.csproj | 29 +------------ .../hashcode/cderived2.csproj | 29 +------------ .../hashcode/cderived20.csproj | 29 +------------ .../hashcode/cderived3.csproj | 29 +------------ .../hashcode/cderived4.csproj | 29 +------------ .../hashcode/cderived5.csproj | 29 +------------ .../hashcode/cderived6.csproj | 29 +------------ .../hashcode/cderived7.csproj | 29 +------------ .../hashcode/cderived8.csproj | 29 +------------ .../hashcode/cderived9.csproj | 29 +------------ .../hashcode/ctest1_cs_d.csproj | 28 ++---------- .../hashcode/ctest1_cs_do.csproj | 26 +---------- .../hashcode/ctest1_cs_r.csproj | 28 ++---------- .../hashcode/ctest1_cs_ro.csproj | 26 +---------- .../manyintf/ctest_cs_d.csproj | 26 +---------- .../manyintf/ctest_cs_do.csproj | 26 +---------- .../manyintf/ctest_cs_r.csproj | 26 +---------- .../manyintf/ctest_cs_ro.csproj | 26 +---------- .../manyintf/itest1.csproj | 31 ++----------- .../manyintf/itest10.csproj | 31 ++----------- .../manyintf/itest2.csproj | 31 ++----------- .../manyintf/itest3.csproj | 31 ++----------- .../manyintf/itest4.csproj | 31 ++----------- .../manyintf/itest5.csproj | 31 ++----------- .../manyintf/itest6.csproj | 31 ++----------- .../manyintf/itest7.csproj | 31 ++----------- .../manyintf/itest8.csproj | 31 ++----------- .../manyintf/itest9.csproj | 31 ++----------- .../mixed/mixed_cs_d.csproj | 26 +---------- .../mixed/mixed_cs_do.csproj | 26 +---------- .../mixed/mixed_cs_r.csproj | 26 +---------- .../mixed/mixed_cs_ro.csproj | 26 +---------- .../src/JIT/superpmi/superpmicollect.csproj | 29 +------------ .../AssemblyDependencyResolverTests.csproj | 12 ++---- .../MissingHostPolicyTests.csproj | 12 ++---- .../AssemblyLoadContext30Extensions.csproj | 27 +----------- .../ContextualReflection.csproj | 13 ++---- .../ContextualReflectionDependency.csproj | 11 +---- .../Loader/NativeLibs/FromNativePaths.csproj | 20 ++------- .../assemblybugs/102140/test.csproj | 29 +------------ .../assemblybugs/177066w/repro177066.csproj | 29 +------------ .../assemblybugs/203962w/client.csproj | 29 +------------ .../EmbedStringVersions.csproj | 29 +------------ .../assemblynamector/properties.csproj | 29 +------------ .../basicapi/assemblynamector/server1.csproj | 29 +------------ .../basicapi/assemblynamector/server2.csproj | 29 +------------ .../basicapi/assemblynamector/server3.csproj | 29 +------------ .../arilistienum/methods/exceptions.csproj | 29 +------------ .../arilistienum/methods/methods.csproj | 31 ++----------- .../constrainedcall/constrained2.ilproj | 27 +----------- .../constrainedcall/constrained2_gm.ilproj | 27 +----------- .../constrainedcall/constrained3.ilproj | 27 +----------- .../constrainedcall/constrained3_gm.ilproj | 27 +----------- .../constrainedcall/constrainedcall.ilproj | 29 ++----------- .../diamondshape/diamondshape_d.ilproj | 24 +---------- .../diamondshape/diamondshape_r.ilproj | 26 +---------- .../genericmethods/genericmethods.ilproj | 27 +----------- .../methodimpl/methodimpl.ilproj | 27 +----------- .../reabstraction/reabstraction.ilproj | 27 +----------- .../sharedgenerics/sharedgenerics_d.ilproj | 24 +---------- .../sharedgenerics/sharedgenerics_r.ilproj | 26 +---------- .../simple/simple.ilproj | 27 +----------- .../valuetypes/valuetypes.ilproj | 27 +----------- .../InterfaceFolding/Ambiguous.ilproj | 21 +-------- .../InterfaceFolding/TestCase0.ilproj | 21 +-------- .../TestCase0_Nested_I.ilproj | 21 +-------- .../TestCase0_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase0_Nested_J.ilproj | 21 +-------- .../TestCase0_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase1.ilproj | 21 +-------- .../TestCase1_Nested_I.ilproj | 21 +-------- .../TestCase1_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase1_Nested_J.ilproj | 21 +-------- .../TestCase1_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase2.ilproj | 21 +-------- .../TestCase2_Nested_I.ilproj | 21 +-------- .../TestCase2_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase2_Nested_J.ilproj | 21 +-------- .../TestCase2_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase3.ilproj | 21 +-------- .../TestCase3_Nested_I.ilproj | 21 +-------- .../TestCase3_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase3_Nested_J.ilproj | 21 +-------- .../TestCase3_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase4.ilproj | 21 +-------- .../TestCase4_Nested_I.ilproj | 21 +-------- .../TestCase4_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase4_Nested_J.ilproj | 21 +-------- .../TestCase4_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase5.ilproj | 21 +-------- .../TestCase5_Nested_I.ilproj | 21 +-------- .../TestCase5_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase5_Nested_J.ilproj | 21 +-------- .../TestCase5_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase6.ilproj | 21 +-------- .../TestCase6_Nested_I.ilproj | 21 +-------- .../TestCase6_Nested_I_Nested_J.ilproj | 21 +-------- .../TestCase6_Nested_J.ilproj | 21 +-------- .../TestCase6_Nested_J_Nested_I.ilproj | 21 +-------- .../InterfaceFolding/TestCase7.ilproj | 21 +-------- .../MethodImpl/override_override1.ilproj | 21 +-------- .../MethodImpl/self_override1.ilproj | 24 +---------- .../MethodImpl/self_override2.ilproj | 21 +-------- .../MethodImpl/self_override3.ilproj | 21 +-------- .../MethodImpl/self_override5.ilproj | 21 +-------- .../classloader/MethodTable/Types101.ilproj | 23 +--------- .../classloader/MethodTable/Types680.ilproj | 23 +--------- .../classloader/MethodTable/Types958.ilproj | 23 +--------- .../classloader/MethodTable/Types983.ilproj | 23 +--------- .../Test2_NonFriendPriInterface.ilproj | 23 +--------- .../Test6_FriendPriInterface.ilproj | 23 +--------- .../Test6_ImplementingClass.ilproj | 21 +-------- .../Test6_forwarder.ilproj | 24 +---------- .../Test6_supplier.ilproj | 23 +--------- .../SequentialLayout/Regress/217070/t1.ilproj | 23 +--------- .../SequentialLayout/Regress/217070/t2.ilproj | 21 +-------- .../Regress/ExplicitSize/ExplicitSize.csproj | 21 +-------- ...ultiAssemblyGenerics_GenericClasses.csproj | 23 +--------- ...iAssemblyGenerics_NonGenericClasses.csproj | 23 +--------- .../Statics/Misc/IllegalTypes.ilproj | 23 +--------- .../Statics/Misc/LiteralStatic.ilproj | 23 +--------- .../Regressions/484837/Enum_ValueField.ilproj | 21 +-------- .../CollapsedInterfaces/HelloWorld.ilproj | 23 +--------- .../InterfaceDefinition/HelloWorld.ilproj | 21 +-------- .../InterfaceImplementation/HelloWorld.csproj | 21 +-------- .../Override/HelloWorld.ilproj | 21 +-------- .../CollapsedInterfaces/HelloWorld.ilproj | 21 +-------- .../SameMethodImpl/Override/HelloWorld.ilproj | 23 +--------- .../HelloWorld.ilproj | 21 +-------- .../HelloWorld.ilproj | 21 +-------- .../HelloWorld.ilproj | 21 +-------- .../HelloWorld.ilproj | 21 +-------- .../TypeForwarding/UnitTest/MyDep.ilproj | 24 +---------- .../TypeForwarding/UnitTest/MyDep2.csproj | 24 +---------- .../TypeForwarding/UnitTest/MyDep3.csproj | 23 +--------- .../TypeForwarding/UnitTest/UnitTest.ilproj | 23 ++-------- .../TestFramework/TestFramework.csproj | 21 ++------- .../TypeGeneratorTest0/Generated0.ilproj | 18 +------- .../TypeGeneratorTest1/Generated1.ilproj | 18 +------- .../TypeGeneratorTest10/Generated10.ilproj | 18 +------- .../TypeGeneratorTest100/Generated100.ilproj | 18 +------- .../Generated1000.ilproj | 18 +------- .../Generated1001.ilproj | 18 +------- .../Generated1002.ilproj | 18 +------- .../Generated1003.ilproj | 18 +------- .../Generated1004.ilproj | 18 +------- .../Generated1005.ilproj | 18 +------- .../Generated1006.ilproj | 18 +------- .../Generated1007.ilproj | 18 +------- .../Generated1008.ilproj | 18 +------- .../Generated1009.ilproj | 18 +------- .../TypeGeneratorTest101/Generated101.ilproj | 18 +------- .../Generated1010.ilproj | 18 +------- .../Generated1011.ilproj | 18 +------- .../Generated1012.ilproj | 18 +------- .../Generated1013.ilproj | 18 +------- .../Generated1014.ilproj | 18 +------- .../Generated1015.ilproj | 18 +------- .../Generated1016.ilproj | 18 +------- .../Generated1017.ilproj | 18 +------- .../Generated1018.ilproj | 18 +------- .../Generated1019.ilproj | 18 +------- .../TypeGeneratorTest102/Generated102.ilproj | 18 +------- .../Generated1020.ilproj | 18 +------- .../Generated1021.ilproj | 18 +------- .../Generated1022.ilproj | 18 +------- .../Generated1023.ilproj | 18 +------- .../Generated1024.ilproj | 18 +------- .../Generated1025.ilproj | 18 +------- .../Generated1026.ilproj | 18 +------- .../Generated1027.ilproj | 18 +------- .../Generated1028.ilproj | 18 +------- .../Generated1029.ilproj | 18 +------- .../TypeGeneratorTest103/Generated103.ilproj | 18 +------- .../Generated1030.ilproj | 18 +------- .../Generated1031.ilproj | 18 +------- .../Generated1032.ilproj | 18 +------- .../Generated1033.ilproj | 18 +------- .../Generated1034.ilproj | 18 +------- .../Generated1035.ilproj | 18 +------- .../Generated1036.ilproj | 18 +------- .../Generated1037.ilproj | 18 +------- .../Generated1038.ilproj | 18 +------- .../Generated1039.ilproj | 18 +------- .../TypeGeneratorTest104/Generated104.ilproj | 18 +------- .../Generated1040.ilproj | 18 +------- .../Generated1041.ilproj | 18 +------- .../Generated1042.ilproj | 18 +------- .../Generated1043.ilproj | 18 +------- .../Generated1044.ilproj | 18 +------- .../Generated1045.ilproj | 18 +------- .../Generated1046.ilproj | 18 +------- .../Generated1047.ilproj | 18 +------- .../Generated1048.ilproj | 18 +------- .../Generated1049.ilproj | 18 +------- .../TypeGeneratorTest105/Generated105.ilproj | 18 +------- .../Generated1050.ilproj | 18 +------- .../Generated1051.ilproj | 18 +------- .../Generated1052.ilproj | 18 +------- .../Generated1053.ilproj | 18 +------- .../Generated1054.ilproj | 18 +------- .../Generated1055.ilproj | 18 +------- .../Generated1056.ilproj | 18 +------- .../Generated1057.ilproj | 18 +------- .../Generated1058.ilproj | 18 +------- .../Generated1059.ilproj | 18 +------- .../TypeGeneratorTest106/Generated106.ilproj | 18 +------- .../Generated1060.ilproj | 18 +------- .../Generated1061.ilproj | 18 +------- .../Generated1062.ilproj | 18 +------- .../Generated1063.ilproj | 18 +------- .../Generated1064.ilproj | 18 +------- .../Generated1065.ilproj | 18 +------- .../Generated1066.ilproj | 18 +------- .../Generated1067.ilproj | 18 +------- .../Generated1068.ilproj | 18 +------- .../Generated1069.ilproj | 18 +------- .../TypeGeneratorTest107/Generated107.ilproj | 18 +------- .../Generated1070.ilproj | 18 +------- .../Generated1071.ilproj | 18 +------- .../Generated1072.ilproj | 18 +------- .../Generated1073.ilproj | 18 +------- .../Generated1074.ilproj | 18 +------- .../Generated1075.ilproj | 18 +------- .../Generated1076.ilproj | 18 +------- .../Generated1077.ilproj | 18 +------- .../Generated1078.ilproj | 18 +------- .../Generated1079.ilproj | 18 +------- .../TypeGeneratorTest108/Generated108.ilproj | 18 +------- .../Generated1080.ilproj | 18 +------- .../Generated1081.ilproj | 18 +------- .../Generated1082.ilproj | 18 +------- .../Generated1083.ilproj | 18 +------- .../Generated1084.ilproj | 18 +------- .../Generated1085.ilproj | 18 +------- .../Generated1086.ilproj | 18 +------- .../Generated1087.ilproj | 18 +------- .../Generated1088.ilproj | 18 +------- .../Generated1089.ilproj | 18 +------- .../TypeGeneratorTest109/Generated109.ilproj | 18 +------- .../Generated1090.ilproj | 18 +------- .../Generated1091.ilproj | 18 +------- .../Generated1092.ilproj | 18 +------- .../Generated1093.ilproj | 18 +------- .../Generated1094.ilproj | 18 +------- .../Generated1095.ilproj | 18 +------- .../Generated1096.ilproj | 18 +------- .../Generated1097.ilproj | 18 +------- .../Generated1098.ilproj | 18 +------- .../Generated1099.ilproj | 18 +------- .../TypeGeneratorTest11/Generated11.ilproj | 18 +------- .../TypeGeneratorTest110/Generated110.ilproj | 18 +------- .../Generated1100.ilproj | 18 +------- .../Generated1101.ilproj | 18 +------- .../Generated1102.ilproj | 18 +------- .../Generated1103.ilproj | 18 +------- .../Generated1104.ilproj | 18 +------- .../Generated1105.ilproj | 18 +------- .../Generated1106.ilproj | 18 +------- .../Generated1107.ilproj | 18 +------- .../Generated1108.ilproj | 18 +------- .../Generated1109.ilproj | 18 +------- .../TypeGeneratorTest111/Generated111.ilproj | 18 +------- .../Generated1110.ilproj | 18 +------- .../Generated1111.ilproj | 18 +------- .../Generated1112.ilproj | 18 +------- .../Generated1113.ilproj | 18 +------- .../Generated1114.ilproj | 18 +------- .../Generated1115.ilproj | 18 +------- .../Generated1116.ilproj | 18 +------- .../Generated1117.ilproj | 18 +------- .../Generated1118.ilproj | 18 +------- .../Generated1119.ilproj | 18 +------- .../TypeGeneratorTest112/Generated112.ilproj | 18 +------- .../Generated1120.ilproj | 18 +------- .../Generated1121.ilproj | 18 +------- .../Generated1122.ilproj | 18 +------- .../Generated1123.ilproj | 18 +------- .../Generated1124.ilproj | 18 +------- .../Generated1125.ilproj | 18 +------- .../Generated1126.ilproj | 18 +------- .../Generated1127.ilproj | 18 +------- .../Generated1128.ilproj | 18 +------- .../Generated1129.ilproj | 18 +------- .../TypeGeneratorTest113/Generated113.ilproj | 18 +------- .../Generated1130.ilproj | 18 +------- .../Generated1131.ilproj | 18 +------- .../Generated1132.ilproj | 18 +------- .../Generated1133.ilproj | 18 +------- .../Generated1134.ilproj | 18 +------- .../Generated1135.ilproj | 18 +------- .../Generated1136.ilproj | 18 +------- .../Generated1137.ilproj | 18 +------- .../Generated1138.ilproj | 18 +------- .../Generated1139.ilproj | 18 +------- .../TypeGeneratorTest114/Generated114.ilproj | 18 +------- .../Generated1140.ilproj | 18 +------- .../Generated1141.ilproj | 18 +------- .../Generated1142.ilproj | 18 +------- .../Generated1143.ilproj | 18 +------- .../Generated1144.ilproj | 18 +------- .../Generated1145.ilproj | 18 +------- .../Generated1146.ilproj | 18 +------- .../Generated1147.ilproj | 18 +------- .../Generated1148.ilproj | 18 +------- .../Generated1149.ilproj | 18 +------- .../TypeGeneratorTest115/Generated115.ilproj | 18 +------- .../Generated1150.ilproj | 18 +------- .../Generated1151.ilproj | 18 +------- .../Generated1152.ilproj | 18 +------- .../Generated1153.ilproj | 18 +------- .../Generated1154.ilproj | 18 +------- .../Generated1155.ilproj | 18 +------- .../Generated1156.ilproj | 18 +------- .../Generated1157.ilproj | 18 +------- .../Generated1158.ilproj | 18 +------- .../Generated1159.ilproj | 18 +------- .../TypeGeneratorTest116/Generated116.ilproj | 18 +------- .../Generated1160.ilproj | 18 +------- .../Generated1161.ilproj | 18 +------- .../Generated1162.ilproj | 18 +------- .../Generated1163.ilproj | 18 +------- .../Generated1164.ilproj | 18 +------- .../Generated1165.ilproj | 18 +------- .../Generated1166.ilproj | 18 +------- .../Generated1167.ilproj | 18 +------- .../Generated1168.ilproj | 18 +------- .../Generated1169.ilproj | 18 +------- .../TypeGeneratorTest117/Generated117.ilproj | 18 +------- .../Generated1170.ilproj | 18 +------- .../Generated1171.ilproj | 18 +------- .../Generated1172.ilproj | 18 +------- .../Generated1173.ilproj | 18 +------- .../Generated1174.ilproj | 18 +------- .../Generated1175.ilproj | 18 +------- .../Generated1176.ilproj | 18 +------- .../Generated1177.ilproj | 18 +------- .../Generated1178.ilproj | 18 +------- .../Generated1179.ilproj | 18 +------- .../TypeGeneratorTest118/Generated118.ilproj | 18 +------- .../Generated1180.ilproj | 18 +------- .../Generated1181.ilproj | 18 +------- .../Generated1182.ilproj | 18 +------- .../Generated1183.ilproj | 18 +------- .../Generated1184.ilproj | 18 +------- .../Generated1185.ilproj | 18 +------- .../Generated1186.ilproj | 18 +------- .../Generated1187.ilproj | 18 +------- .../Generated1188.ilproj | 18 +------- .../Generated1189.ilproj | 18 +------- .../TypeGeneratorTest119/Generated119.ilproj | 18 +------- .../Generated1190.ilproj | 18 +------- .../Generated1191.ilproj | 18 +------- .../Generated1192.ilproj | 18 +------- .../Generated1193.ilproj | 18 +------- .../Generated1194.ilproj | 18 +------- .../Generated1195.ilproj | 18 +------- .../Generated1196.ilproj | 18 +------- .../Generated1197.ilproj | 18 +------- .../Generated1198.ilproj | 18 +------- .../Generated1199.ilproj | 18 +------- .../TypeGeneratorTest12/Generated12.ilproj | 18 +------- .../TypeGeneratorTest120/Generated120.ilproj | 18 +------- .../Generated1200.ilproj | 18 +------- .../Generated1201.ilproj | 18 +------- .../Generated1202.ilproj | 18 +------- .../Generated1203.ilproj | 18 +------- .../Generated1204.ilproj | 18 +------- .../Generated1205.ilproj | 18 +------- .../Generated1206.ilproj | 18 +------- .../Generated1207.ilproj | 18 +------- .../Generated1208.ilproj | 18 +------- .../Generated1209.ilproj | 18 +------- .../TypeGeneratorTest121/Generated121.ilproj | 18 +------- .../Generated1210.ilproj | 18 +------- .../Generated1211.ilproj | 18 +------- .../Generated1212.ilproj | 18 +------- .../Generated1213.ilproj | 18 +------- .../Generated1214.ilproj | 18 +------- .../Generated1215.ilproj | 18 +------- .../Generated1216.ilproj | 18 +------- .../Generated1217.ilproj | 18 +------- .../Generated1218.ilproj | 18 +------- .../Generated1219.ilproj | 18 +------- .../TypeGeneratorTest122/Generated122.ilproj | 18 +------- .../Generated1220.ilproj | 18 +------- .../Generated1221.ilproj | 18 +------- .../Generated1222.ilproj | 18 +------- .../Generated1223.ilproj | 18 +------- .../Generated1224.ilproj | 18 +------- .../Generated1225.ilproj | 18 +------- .../Generated1226.ilproj | 18 +------- .../Generated1227.ilproj | 18 +------- .../Generated1228.ilproj | 18 +------- .../Generated1229.ilproj | 18 +------- .../TypeGeneratorTest123/Generated123.ilproj | 18 +------- .../Generated1230.ilproj | 18 +------- .../Generated1231.ilproj | 18 +------- .../Generated1232.ilproj | 18 +------- .../Generated1233.ilproj | 18 +------- .../Generated1234.ilproj | 18 +------- .../Generated1235.ilproj | 18 +------- .../Generated1236.ilproj | 18 +------- .../Generated1237.ilproj | 18 +------- .../Generated1238.ilproj | 18 +------- .../Generated1239.ilproj | 18 +------- .../TypeGeneratorTest124/Generated124.ilproj | 18 +------- .../Generated1240.ilproj | 18 +------- .../Generated1241.ilproj | 18 +------- .../Generated1242.ilproj | 18 +------- .../Generated1243.ilproj | 18 +------- .../Generated1244.ilproj | 18 +------- .../Generated1245.ilproj | 18 +------- .../Generated1246.ilproj | 18 +------- .../Generated1247.ilproj | 18 +------- .../Generated1248.ilproj | 18 +------- .../Generated1249.ilproj | 18 +------- .../TypeGeneratorTest125/Generated125.ilproj | 18 +------- .../Generated1250.ilproj | 18 +------- .../Generated1251.ilproj | 18 +------- .../Generated1252.ilproj | 18 +------- .../Generated1253.ilproj | 18 +------- .../Generated1254.ilproj | 18 +------- .../Generated1255.ilproj | 18 +------- .../Generated1256.ilproj | 18 +------- .../Generated1257.ilproj | 18 +------- .../Generated1258.ilproj | 18 +------- .../Generated1259.ilproj | 18 +------- .../TypeGeneratorTest126/Generated126.ilproj | 18 +------- .../Generated1260.ilproj | 18 +------- .../Generated1261.ilproj | 18 +------- .../Generated1262.ilproj | 18 +------- .../Generated1263.ilproj | 18 +------- .../Generated1264.ilproj | 18 +------- .../Generated1265.ilproj | 18 +------- .../Generated1266.ilproj | 18 +------- .../Generated1267.ilproj | 18 +------- .../Generated1268.ilproj | 18 +------- .../Generated1269.ilproj | 18 +------- .../TypeGeneratorTest127/Generated127.ilproj | 18 +------- .../Generated1270.ilproj | 18 +------- .../Generated1271.ilproj | 18 +------- .../Generated1272.ilproj | 18 +------- .../Generated1273.ilproj | 18 +------- .../Generated1274.ilproj | 18 +------- .../Generated1275.ilproj | 18 +------- .../Generated1276.ilproj | 18 +------- .../Generated1277.ilproj | 18 +------- .../Generated1278.ilproj | 18 +------- .../Generated1279.ilproj | 18 +------- .../TypeGeneratorTest128/Generated128.ilproj | 18 +------- .../Generated1280.ilproj | 18 +------- .../Generated1281.ilproj | 18 +------- .../Generated1282.ilproj | 18 +------- .../Generated1283.ilproj | 18 +------- .../Generated1284.ilproj | 18 +------- .../Generated1285.ilproj | 18 +------- .../Generated1286.ilproj | 18 +------- .../Generated1287.ilproj | 18 +------- .../Generated1288.ilproj | 18 +------- .../Generated1289.ilproj | 18 +------- .../TypeGeneratorTest129/Generated129.ilproj | 18 +------- .../Generated1290.ilproj | 18 +------- .../Generated1291.ilproj | 18 +------- .../Generated1292.ilproj | 18 +------- .../Generated1293.ilproj | 18 +------- .../Generated1294.ilproj | 18 +------- .../Generated1295.ilproj | 18 +------- .../Generated1296.ilproj | 18 +------- .../Generated1297.ilproj | 18 +------- .../Generated1298.ilproj | 18 +------- .../Generated1299.ilproj | 18 +------- .../TypeGeneratorTest13/Generated13.ilproj | 18 +------- .../TypeGeneratorTest130/Generated130.ilproj | 18 +------- .../Generated1300.ilproj | 18 +------- .../Generated1301.ilproj | 18 +------- .../Generated1302.ilproj | 18 +------- .../Generated1303.ilproj | 18 +------- .../Generated1304.ilproj | 18 +------- .../Generated1305.ilproj | 18 +------- .../Generated1306.ilproj | 18 +------- .../Generated1307.ilproj | 18 +------- .../Generated1308.ilproj | 18 +------- .../Generated1309.ilproj | 18 +------- .../TypeGeneratorTest131/Generated131.ilproj | 18 +------- .../Generated1310.ilproj | 18 +------- .../Generated1311.ilproj | 18 +------- .../Generated1312.ilproj | 18 +------- .../Generated1313.ilproj | 18 +------- .../Generated1314.ilproj | 18 +------- .../Generated1315.ilproj | 18 +------- .../Generated1316.ilproj | 18 +------- .../Generated1317.ilproj | 18 +------- .../Generated1318.ilproj | 18 +------- .../Generated1319.ilproj | 18 +------- .../TypeGeneratorTest132/Generated132.ilproj | 18 +------- .../Generated1320.ilproj | 18 +------- .../Generated1321.ilproj | 18 +------- .../Generated1322.ilproj | 18 +------- .../Generated1323.ilproj | 18 +------- .../Generated1324.ilproj | 18 +------- .../Generated1325.ilproj | 18 +------- .../Generated1326.ilproj | 18 +------- .../Generated1327.ilproj | 18 +------- .../Generated1328.ilproj | 18 +------- .../Generated1329.ilproj | 18 +------- .../TypeGeneratorTest133/Generated133.ilproj | 18 +------- .../Generated1330.ilproj | 18 +------- .../Generated1331.ilproj | 18 +------- .../Generated1332.ilproj | 18 +------- .../Generated1333.ilproj | 18 +------- .../Generated1334.ilproj | 18 +------- .../Generated1335.ilproj | 18 +------- .../Generated1336.ilproj | 18 +------- .../Generated1337.ilproj | 18 +------- .../Generated1338.ilproj | 18 +------- .../Generated1339.ilproj | 18 +------- .../TypeGeneratorTest134/Generated134.ilproj | 18 +------- .../Generated1340.ilproj | 18 +------- .../Generated1341.ilproj | 18 +------- .../Generated1342.ilproj | 18 +------- .../Generated1343.ilproj | 18 +------- .../Generated1344.ilproj | 18 +------- .../Generated1345.ilproj | 18 +------- .../Generated1346.ilproj | 18 +------- .../Generated1347.ilproj | 18 +------- .../Generated1348.ilproj | 18 +------- .../Generated1349.ilproj | 18 +------- .../TypeGeneratorTest135/Generated135.ilproj | 18 +------- .../Generated1350.ilproj | 18 +------- .../Generated1351.ilproj | 18 +------- .../Generated1352.ilproj | 18 +------- .../Generated1353.ilproj | 18 +------- .../Generated1354.ilproj | 18 +------- .../Generated1355.ilproj | 18 +------- .../Generated1356.ilproj | 18 +------- .../Generated1357.ilproj | 18 +------- .../Generated1358.ilproj | 18 +------- .../Generated1359.ilproj | 18 +------- .../TypeGeneratorTest136/Generated136.ilproj | 18 +------- .../Generated1360.ilproj | 18 +------- .../Generated1361.ilproj | 18 +------- .../Generated1362.ilproj | 18 +------- .../Generated1363.ilproj | 18 +------- .../Generated1364.ilproj | 18 +------- .../Generated1365.ilproj | 18 +------- .../Generated1366.ilproj | 18 +------- .../Generated1367.ilproj | 18 +------- .../Generated1368.ilproj | 18 +------- .../Generated1369.ilproj | 18 +------- .../TypeGeneratorTest137/Generated137.ilproj | 18 +------- .../Generated1370.ilproj | 18 +------- .../Generated1371.ilproj | 18 +------- .../Generated1372.ilproj | 18 +------- .../Generated1373.ilproj | 18 +------- .../Generated1374.ilproj | 18 +------- .../Generated1375.ilproj | 18 +------- .../Generated1376.ilproj | 18 +------- .../Generated1377.ilproj | 18 +------- .../Generated1378.ilproj | 18 +------- .../Generated1379.ilproj | 18 +------- .../TypeGeneratorTest138/Generated138.ilproj | 18 +------- .../Generated1380.ilproj | 18 +------- .../Generated1381.ilproj | 18 +------- .../Generated1382.ilproj | 18 +------- .../Generated1383.ilproj | 18 +------- .../Generated1384.ilproj | 18 +------- .../Generated1385.ilproj | 18 +------- .../Generated1386.ilproj | 18 +------- .../Generated1387.ilproj | 18 +------- .../Generated1388.ilproj | 18 +------- .../Generated1389.ilproj | 18 +------- .../TypeGeneratorTest139/Generated139.ilproj | 18 +------- .../Generated1390.ilproj | 18 +------- .../Generated1391.ilproj | 18 +------- .../Generated1392.ilproj | 18 +------- .../Generated1393.ilproj | 18 +------- .../Generated1394.ilproj | 18 +------- .../Generated1395.ilproj | 18 +------- .../Generated1396.ilproj | 18 +------- .../Generated1397.ilproj | 18 +------- .../Generated1398.ilproj | 18 +------- .../Generated1399.ilproj | 18 +------- .../TypeGeneratorTest14/Generated14.ilproj | 18 +------- .../TypeGeneratorTest140/Generated140.ilproj | 18 +------- .../Generated1400.ilproj | 18 +------- .../Generated1401.ilproj | 18 +------- .../Generated1402.ilproj | 18 +------- .../Generated1403.ilproj | 18 +------- .../Generated1404.ilproj | 18 +------- .../Generated1405.ilproj | 18 +------- .../Generated1406.ilproj | 18 +------- .../Generated1407.ilproj | 18 +------- .../Generated1408.ilproj | 18 +------- .../Generated1409.ilproj | 18 +------- .../TypeGeneratorTest141/Generated141.ilproj | 18 +------- .../Generated1410.ilproj | 18 +------- .../Generated1411.ilproj | 18 +------- .../Generated1412.ilproj | 18 +------- .../Generated1413.ilproj | 18 +------- .../Generated1414.ilproj | 18 +------- .../Generated1415.ilproj | 18 +------- .../Generated1416.ilproj | 18 +------- .../Generated1417.ilproj | 18 +------- .../Generated1418.ilproj | 18 +------- .../Generated1419.ilproj | 18 +------- .../TypeGeneratorTest142/Generated142.ilproj | 18 +------- .../Generated1420.ilproj | 18 +------- .../Generated1421.ilproj | 18 +------- .../Generated1422.ilproj | 18 +------- .../Generated1423.ilproj | 18 +------- .../Generated1424.ilproj | 18 +------- .../Generated1425.ilproj | 18 +------- .../Generated1426.ilproj | 18 +------- .../Generated1427.ilproj | 18 +------- .../Generated1428.ilproj | 18 +------- .../Generated1429.ilproj | 18 +------- .../TypeGeneratorTest143/Generated143.ilproj | 18 +------- .../Generated1430.ilproj | 18 +------- .../Generated1431.ilproj | 18 +------- .../Generated1432.ilproj | 18 +------- .../Generated1433.ilproj | 18 +------- .../Generated1434.ilproj | 18 +------- .../Generated1435.ilproj | 18 +------- .../Generated1436.ilproj | 18 +------- .../Generated1437.ilproj | 18 +------- .../Generated1438.ilproj | 18 +------- .../Generated1439.ilproj | 18 +------- .../TypeGeneratorTest144/Generated144.ilproj | 18 +------- .../Generated1440.ilproj | 18 +------- .../Generated1441.ilproj | 18 +------- .../Generated1442.ilproj | 18 +------- .../Generated1443.ilproj | 18 +------- .../Generated1444.ilproj | 18 +------- .../Generated1445.ilproj | 18 +------- .../Generated1446.ilproj | 18 +------- .../Generated1447.ilproj | 18 +------- .../Generated1448.ilproj | 18 +------- .../Generated1449.ilproj | 18 +------- .../TypeGeneratorTest145/Generated145.ilproj | 18 +------- .../Generated1450.ilproj | 18 +------- .../Generated1451.ilproj | 18 +------- .../Generated1452.ilproj | 18 +------- .../Generated1453.ilproj | 18 +------- .../Generated1454.ilproj | 18 +------- .../Generated1455.ilproj | 18 +------- .../Generated1456.ilproj | 18 +------- .../Generated1457.ilproj | 18 +------- .../Generated1458.ilproj | 18 +------- .../Generated1459.ilproj | 18 +------- .../TypeGeneratorTest146/Generated146.ilproj | 18 +------- .../Generated1460.ilproj | 18 +------- .../Generated1461.ilproj | 18 +------- .../Generated1462.ilproj | 18 +------- .../Generated1463.ilproj | 18 +------- .../Generated1464.ilproj | 18 +------- .../Generated1465.ilproj | 18 +------- .../Generated1466.ilproj | 18 +------- .../Generated1467.ilproj | 18 +------- .../Generated1468.ilproj | 18 +------- .../Generated1469.ilproj | 18 +------- .../TypeGeneratorTest147/Generated147.ilproj | 18 +------- .../Generated1470.ilproj | 18 +------- .../Generated1471.ilproj | 18 +------- .../Generated1472.ilproj | 18 +------- .../Generated1473.ilproj | 18 +------- .../Generated1474.ilproj | 18 +------- .../Generated1475.ilproj | 18 +------- .../Generated1476.ilproj | 18 +------- .../Generated1477.ilproj | 18 +------- .../Generated1478.ilproj | 18 +------- .../Generated1479.ilproj | 18 +------- .../TypeGeneratorTest148/Generated148.ilproj | 18 +------- .../Generated1480.ilproj | 18 +------- .../Generated1481.ilproj | 18 +------- .../Generated1482.ilproj | 18 +------- .../Generated1483.ilproj | 18 +------- .../Generated1484.ilproj | 18 +------- .../Generated1485.ilproj | 18 +------- .../Generated1486.ilproj | 18 +------- .../Generated1487.ilproj | 18 +------- .../Generated1488.ilproj | 18 +------- .../Generated1489.ilproj | 18 +------- .../TypeGeneratorTest149/Generated149.ilproj | 18 +------- .../Generated1490.ilproj | 18 +------- .../Generated1491.ilproj | 18 +------- .../Generated1492.ilproj | 18 +------- .../Generated1493.ilproj | 18 +------- .../Generated1494.ilproj | 18 +------- .../Generated1495.ilproj | 18 +------- .../Generated1496.ilproj | 18 +------- .../Generated1497.ilproj | 18 +------- .../Generated1498.ilproj | 18 +------- .../Generated1499.ilproj | 18 +------- .../TypeGeneratorTest15/Generated15.ilproj | 18 +------- .../TypeGeneratorTest150/Generated150.ilproj | 18 +------- .../Generated1500.ilproj | 18 +------- .../TypeGeneratorTest151/Generated151.ilproj | 18 +------- .../TypeGeneratorTest152/Generated152.ilproj | 18 +------- .../TypeGeneratorTest153/Generated153.ilproj | 18 +------- .../TypeGeneratorTest154/Generated154.ilproj | 18 +------- .../TypeGeneratorTest155/Generated155.ilproj | 18 +------- .../TypeGeneratorTest156/Generated156.ilproj | 18 +------- .../TypeGeneratorTest157/Generated157.ilproj | 18 +------- .../TypeGeneratorTest158/Generated158.ilproj | 18 +------- .../TypeGeneratorTest159/Generated159.ilproj | 18 +------- .../TypeGeneratorTest16/Generated16.ilproj | 18 +------- .../TypeGeneratorTest160/Generated160.ilproj | 18 +------- .../TypeGeneratorTest161/Generated161.ilproj | 18 +------- .../TypeGeneratorTest162/Generated162.ilproj | 18 +------- .../TypeGeneratorTest163/Generated163.ilproj | 18 +------- .../TypeGeneratorTest164/Generated164.ilproj | 18 +------- .../TypeGeneratorTest165/Generated165.ilproj | 18 +------- .../TypeGeneratorTest166/Generated166.ilproj | 18 +------- .../TypeGeneratorTest167/Generated167.ilproj | 18 +------- .../TypeGeneratorTest168/Generated168.ilproj | 18 +------- .../TypeGeneratorTest169/Generated169.ilproj | 18 +------- .../TypeGeneratorTest17/Generated17.ilproj | 18 +------- .../TypeGeneratorTest170/Generated170.ilproj | 18 +------- .../TypeGeneratorTest171/Generated171.ilproj | 18 +------- .../TypeGeneratorTest172/Generated172.ilproj | 18 +------- .../TypeGeneratorTest173/Generated173.ilproj | 18 +------- .../TypeGeneratorTest174/Generated174.ilproj | 18 +------- .../TypeGeneratorTest175/Generated175.ilproj | 18 +------- .../TypeGeneratorTest176/Generated176.ilproj | 18 +------- .../TypeGeneratorTest177/Generated177.ilproj | 18 +------- .../TypeGeneratorTest178/Generated178.ilproj | 18 +------- .../TypeGeneratorTest179/Generated179.ilproj | 18 +------- .../TypeGeneratorTest18/Generated18.ilproj | 18 +------- .../TypeGeneratorTest180/Generated180.ilproj | 18 +------- .../TypeGeneratorTest181/Generated181.ilproj | 18 +------- .../TypeGeneratorTest182/Generated182.ilproj | 18 +------- .../TypeGeneratorTest183/Generated183.ilproj | 18 +------- .../TypeGeneratorTest184/Generated184.ilproj | 18 +------- .../TypeGeneratorTest185/Generated185.ilproj | 18 +------- .../TypeGeneratorTest186/Generated186.ilproj | 18 +------- .../TypeGeneratorTest187/Generated187.ilproj | 18 +------- .../TypeGeneratorTest188/Generated188.ilproj | 18 +------- .../TypeGeneratorTest189/Generated189.ilproj | 18 +------- .../TypeGeneratorTest19/Generated19.ilproj | 18 +------- .../TypeGeneratorTest190/Generated190.ilproj | 18 +------- .../TypeGeneratorTest191/Generated191.ilproj | 18 +------- .../TypeGeneratorTest192/Generated192.ilproj | 18 +------- .../TypeGeneratorTest193/Generated193.ilproj | 18 +------- .../TypeGeneratorTest194/Generated194.ilproj | 18 +------- .../TypeGeneratorTest195/Generated195.ilproj | 18 +------- .../TypeGeneratorTest196/Generated196.ilproj | 18 +------- .../TypeGeneratorTest197/Generated197.ilproj | 18 +------- .../TypeGeneratorTest198/Generated198.ilproj | 18 +------- .../TypeGeneratorTest199/Generated199.ilproj | 18 +------- .../TypeGeneratorTest2/Generated2.ilproj | 18 +------- .../TypeGeneratorTest20/Generated20.ilproj | 18 +------- .../TypeGeneratorTest200/Generated200.ilproj | 18 +------- .../TypeGeneratorTest201/Generated201.ilproj | 18 +------- .../TypeGeneratorTest202/Generated202.ilproj | 18 +------- .../TypeGeneratorTest203/Generated203.ilproj | 18 +------- .../TypeGeneratorTest204/Generated204.ilproj | 18 +------- .../TypeGeneratorTest205/Generated205.ilproj | 18 +------- .../TypeGeneratorTest206/Generated206.ilproj | 18 +------- .../TypeGeneratorTest207/Generated207.ilproj | 18 +------- .../TypeGeneratorTest208/Generated208.ilproj | 18 +------- .../TypeGeneratorTest209/Generated209.ilproj | 18 +------- .../TypeGeneratorTest21/Generated21.ilproj | 18 +------- .../TypeGeneratorTest210/Generated210.ilproj | 18 +------- .../TypeGeneratorTest211/Generated211.ilproj | 18 +------- .../TypeGeneratorTest212/Generated212.ilproj | 18 +------- .../TypeGeneratorTest213/Generated213.ilproj | 18 +------- .../TypeGeneratorTest214/Generated214.ilproj | 18 +------- .../TypeGeneratorTest215/Generated215.ilproj | 18 +------- .../TypeGeneratorTest216/Generated216.ilproj | 18 +------- .../TypeGeneratorTest217/Generated217.ilproj | 18 +------- .../TypeGeneratorTest218/Generated218.ilproj | 18 +------- .../TypeGeneratorTest219/Generated219.ilproj | 18 +------- .../TypeGeneratorTest22/Generated22.ilproj | 18 +------- .../TypeGeneratorTest220/Generated220.ilproj | 18 +------- .../TypeGeneratorTest221/Generated221.ilproj | 18 +------- .../TypeGeneratorTest222/Generated222.ilproj | 18 +------- .../TypeGeneratorTest223/Generated223.ilproj | 18 +------- .../TypeGeneratorTest224/Generated224.ilproj | 18 +------- .../TypeGeneratorTest225/Generated225.ilproj | 18 +------- .../TypeGeneratorTest226/Generated226.ilproj | 18 +------- .../TypeGeneratorTest227/Generated227.ilproj | 18 +------- .../TypeGeneratorTest228/Generated228.ilproj | 18 +------- .../TypeGeneratorTest229/Generated229.ilproj | 18 +------- .../TypeGeneratorTest23/Generated23.ilproj | 18 +------- .../TypeGeneratorTest230/Generated230.ilproj | 18 +------- .../TypeGeneratorTest231/Generated231.ilproj | 18 +------- .../TypeGeneratorTest232/Generated232.ilproj | 18 +------- .../TypeGeneratorTest233/Generated233.ilproj | 18 +------- .../TypeGeneratorTest234/Generated234.ilproj | 18 +------- .../TypeGeneratorTest235/Generated235.ilproj | 18 +------- .../TypeGeneratorTest236/Generated236.ilproj | 18 +------- .../TypeGeneratorTest237/Generated237.ilproj | 18 +------- .../TypeGeneratorTest238/Generated238.ilproj | 18 +------- .../TypeGeneratorTest239/Generated239.ilproj | 18 +------- .../TypeGeneratorTest24/Generated24.ilproj | 18 +------- .../TypeGeneratorTest240/Generated240.ilproj | 18 +------- .../TypeGeneratorTest241/Generated241.ilproj | 18 +------- .../TypeGeneratorTest242/Generated242.ilproj | 18 +------- .../TypeGeneratorTest243/Generated243.ilproj | 18 +------- .../TypeGeneratorTest244/Generated244.ilproj | 18 +------- .../TypeGeneratorTest245/Generated245.ilproj | 18 +------- .../TypeGeneratorTest246/Generated246.ilproj | 18 +------- .../TypeGeneratorTest247/Generated247.ilproj | 18 +------- .../TypeGeneratorTest248/Generated248.ilproj | 18 +------- .../TypeGeneratorTest249/Generated249.ilproj | 18 +------- .../TypeGeneratorTest25/Generated25.ilproj | 18 +------- .../TypeGeneratorTest250/Generated250.ilproj | 18 +------- .../TypeGeneratorTest251/Generated251.ilproj | 18 +------- .../TypeGeneratorTest252/Generated252.ilproj | 18 +------- .../TypeGeneratorTest253/Generated253.ilproj | 18 +------- .../TypeGeneratorTest254/Generated254.ilproj | 18 +------- .../TypeGeneratorTest255/Generated255.ilproj | 18 +------- .../TypeGeneratorTest256/Generated256.ilproj | 18 +------- .../TypeGeneratorTest257/Generated257.ilproj | 18 +------- .../TypeGeneratorTest258/Generated258.ilproj | 18 +------- .../TypeGeneratorTest259/Generated259.ilproj | 18 +------- .../TypeGeneratorTest26/Generated26.ilproj | 18 +------- .../TypeGeneratorTest260/Generated260.ilproj | 18 +------- .../TypeGeneratorTest261/Generated261.ilproj | 18 +------- .../TypeGeneratorTest262/Generated262.ilproj | 18 +------- .../TypeGeneratorTest263/Generated263.ilproj | 18 +------- .../TypeGeneratorTest264/Generated264.ilproj | 18 +------- .../TypeGeneratorTest265/Generated265.ilproj | 18 +------- .../TypeGeneratorTest266/Generated266.ilproj | 18 +------- .../TypeGeneratorTest267/Generated267.ilproj | 18 +------- .../TypeGeneratorTest268/Generated268.ilproj | 18 +------- .../TypeGeneratorTest269/Generated269.ilproj | 18 +------- .../TypeGeneratorTest27/Generated27.ilproj | 18 +------- .../TypeGeneratorTest270/Generated270.ilproj | 18 +------- .../TypeGeneratorTest271/Generated271.ilproj | 18 +------- .../TypeGeneratorTest272/Generated272.ilproj | 18 +------- .../TypeGeneratorTest273/Generated273.ilproj | 18 +------- .../TypeGeneratorTest274/Generated274.ilproj | 18 +------- .../TypeGeneratorTest275/Generated275.ilproj | 18 +------- .../TypeGeneratorTest276/Generated276.ilproj | 18 +------- .../TypeGeneratorTest277/Generated277.ilproj | 18 +------- .../TypeGeneratorTest278/Generated278.ilproj | 18 +------- .../TypeGeneratorTest279/Generated279.ilproj | 18 +------- .../TypeGeneratorTest28/Generated28.ilproj | 18 +------- .../TypeGeneratorTest280/Generated280.ilproj | 18 +------- .../TypeGeneratorTest281/Generated281.ilproj | 18 +------- .../TypeGeneratorTest282/Generated282.ilproj | 18 +------- .../TypeGeneratorTest283/Generated283.ilproj | 18 +------- .../TypeGeneratorTest284/Generated284.ilproj | 18 +------- .../TypeGeneratorTest285/Generated285.ilproj | 18 +------- .../TypeGeneratorTest286/Generated286.ilproj | 18 +------- .../TypeGeneratorTest287/Generated287.ilproj | 18 +------- .../TypeGeneratorTest288/Generated288.ilproj | 18 +------- .../TypeGeneratorTest289/Generated289.ilproj | 18 +------- .../TypeGeneratorTest29/Generated29.ilproj | 18 +------- .../TypeGeneratorTest290/Generated290.ilproj | 18 +------- .../TypeGeneratorTest291/Generated291.ilproj | 18 +------- .../TypeGeneratorTest292/Generated292.ilproj | 18 +------- .../TypeGeneratorTest293/Generated293.ilproj | 18 +------- .../TypeGeneratorTest294/Generated294.ilproj | 18 +------- .../TypeGeneratorTest295/Generated295.ilproj | 18 +------- .../TypeGeneratorTest296/Generated296.ilproj | 18 +------- .../TypeGeneratorTest297/Generated297.ilproj | 18 +------- .../TypeGeneratorTest298/Generated298.ilproj | 18 +------- .../TypeGeneratorTest299/Generated299.ilproj | 18 +------- .../TypeGeneratorTest3/Generated3.ilproj | 18 +------- .../TypeGeneratorTest30/Generated30.ilproj | 18 +------- .../TypeGeneratorTest300/Generated300.ilproj | 18 +------- .../TypeGeneratorTest301/Generated301.ilproj | 18 +------- .../TypeGeneratorTest302/Generated302.ilproj | 18 +------- .../TypeGeneratorTest303/Generated303.ilproj | 18 +------- .../TypeGeneratorTest304/Generated304.ilproj | 18 +------- .../TypeGeneratorTest305/Generated305.ilproj | 18 +------- .../TypeGeneratorTest306/Generated306.ilproj | 18 +------- .../TypeGeneratorTest307/Generated307.ilproj | 18 +------- .../TypeGeneratorTest308/Generated308.ilproj | 18 +------- .../TypeGeneratorTest309/Generated309.ilproj | 18 +------- .../TypeGeneratorTest31/Generated31.ilproj | 18 +------- .../TypeGeneratorTest310/Generated310.ilproj | 18 +------- .../TypeGeneratorTest311/Generated311.ilproj | 18 +------- .../TypeGeneratorTest312/Generated312.ilproj | 18 +------- .../TypeGeneratorTest313/Generated313.ilproj | 18 +------- .../TypeGeneratorTest314/Generated314.ilproj | 18 +------- .../TypeGeneratorTest315/Generated315.ilproj | 18 +------- .../TypeGeneratorTest316/Generated316.ilproj | 18 +------- .../TypeGeneratorTest317/Generated317.ilproj | 18 +------- .../TypeGeneratorTest318/Generated318.ilproj | 18 +------- .../TypeGeneratorTest319/Generated319.ilproj | 18 +------- .../TypeGeneratorTest32/Generated32.ilproj | 18 +------- .../TypeGeneratorTest320/Generated320.ilproj | 18 +------- .../TypeGeneratorTest321/Generated321.ilproj | 18 +------- .../TypeGeneratorTest322/Generated322.ilproj | 18 +------- .../TypeGeneratorTest323/Generated323.ilproj | 18 +------- .../TypeGeneratorTest324/Generated324.ilproj | 18 +------- .../TypeGeneratorTest325/Generated325.ilproj | 18 +------- .../TypeGeneratorTest326/Generated326.ilproj | 18 +------- .../TypeGeneratorTest327/Generated327.ilproj | 18 +------- .../TypeGeneratorTest328/Generated328.ilproj | 18 +------- .../TypeGeneratorTest329/Generated329.ilproj | 18 +------- .../TypeGeneratorTest33/Generated33.ilproj | 18 +------- .../TypeGeneratorTest330/Generated330.ilproj | 18 +------- .../TypeGeneratorTest331/Generated331.ilproj | 18 +------- .../TypeGeneratorTest332/Generated332.ilproj | 18 +------- .../TypeGeneratorTest333/Generated333.ilproj | 18 +------- .../TypeGeneratorTest334/Generated334.ilproj | 18 +------- .../TypeGeneratorTest335/Generated335.ilproj | 18 +------- .../TypeGeneratorTest336/Generated336.ilproj | 18 +------- .../TypeGeneratorTest337/Generated337.ilproj | 18 +------- .../TypeGeneratorTest338/Generated338.ilproj | 18 +------- .../TypeGeneratorTest339/Generated339.ilproj | 18 +------- .../TypeGeneratorTest34/Generated34.ilproj | 18 +------- .../TypeGeneratorTest340/Generated340.ilproj | 18 +------- .../TypeGeneratorTest341/Generated341.ilproj | 18 +------- .../TypeGeneratorTest342/Generated342.ilproj | 18 +------- .../TypeGeneratorTest343/Generated343.ilproj | 18 +------- .../TypeGeneratorTest344/Generated344.ilproj | 18 +------- .../TypeGeneratorTest345/Generated345.ilproj | 18 +------- .../TypeGeneratorTest346/Generated346.ilproj | 18 +------- .../TypeGeneratorTest347/Generated347.ilproj | 18 +------- .../TypeGeneratorTest348/Generated348.ilproj | 18 +------- .../TypeGeneratorTest349/Generated349.ilproj | 18 +------- .../TypeGeneratorTest35/Generated35.ilproj | 18 +------- .../TypeGeneratorTest350/Generated350.ilproj | 18 +------- .../TypeGeneratorTest351/Generated351.ilproj | 18 +------- .../TypeGeneratorTest352/Generated352.ilproj | 18 +------- .../TypeGeneratorTest353/Generated353.ilproj | 18 +------- .../TypeGeneratorTest354/Generated354.ilproj | 18 +------- .../TypeGeneratorTest355/Generated355.ilproj | 18 +------- .../TypeGeneratorTest356/Generated356.ilproj | 18 +------- .../TypeGeneratorTest357/Generated357.ilproj | 18 +------- .../TypeGeneratorTest358/Generated358.ilproj | 18 +------- .../TypeGeneratorTest359/Generated359.ilproj | 18 +------- .../TypeGeneratorTest36/Generated36.ilproj | 18 +------- .../TypeGeneratorTest360/Generated360.ilproj | 18 +------- .../TypeGeneratorTest361/Generated361.ilproj | 18 +------- .../TypeGeneratorTest362/Generated362.ilproj | 18 +------- .../TypeGeneratorTest363/Generated363.ilproj | 18 +------- .../TypeGeneratorTest364/Generated364.ilproj | 18 +------- .../TypeGeneratorTest365/Generated365.ilproj | 18 +------- .../TypeGeneratorTest366/Generated366.ilproj | 18 +------- .../TypeGeneratorTest367/Generated367.ilproj | 18 +------- .../TypeGeneratorTest368/Generated368.ilproj | 18 +------- .../TypeGeneratorTest369/Generated369.ilproj | 18 +------- .../TypeGeneratorTest37/Generated37.ilproj | 18 +------- .../TypeGeneratorTest370/Generated370.ilproj | 18 +------- .../TypeGeneratorTest371/Generated371.ilproj | 18 +------- .../TypeGeneratorTest372/Generated372.ilproj | 18 +------- .../TypeGeneratorTest373/Generated373.ilproj | 18 +------- .../TypeGeneratorTest374/Generated374.ilproj | 18 +------- .../TypeGeneratorTest375/Generated375.ilproj | 18 +------- .../TypeGeneratorTest376/Generated376.ilproj | 18 +------- .../TypeGeneratorTest377/Generated377.ilproj | 18 +------- .../TypeGeneratorTest378/Generated378.ilproj | 18 +------- .../TypeGeneratorTest379/Generated379.ilproj | 18 +------- .../TypeGeneratorTest38/Generated38.ilproj | 18 +------- .../TypeGeneratorTest380/Generated380.ilproj | 18 +------- .../TypeGeneratorTest381/Generated381.ilproj | 18 +------- .../TypeGeneratorTest382/Generated382.ilproj | 18 +------- .../TypeGeneratorTest383/Generated383.ilproj | 18 +------- .../TypeGeneratorTest384/Generated384.ilproj | 18 +------- .../TypeGeneratorTest385/Generated385.ilproj | 18 +------- .../TypeGeneratorTest386/Generated386.ilproj | 18 +------- .../TypeGeneratorTest387/Generated387.ilproj | 18 +------- .../TypeGeneratorTest388/Generated388.ilproj | 18 +------- .../TypeGeneratorTest389/Generated389.ilproj | 18 +------- .../TypeGeneratorTest39/Generated39.ilproj | 18 +------- .../TypeGeneratorTest390/Generated390.ilproj | 18 +------- .../TypeGeneratorTest391/Generated391.ilproj | 18 +------- .../TypeGeneratorTest392/Generated392.ilproj | 18 +------- .../TypeGeneratorTest393/Generated393.ilproj | 18 +------- .../TypeGeneratorTest394/Generated394.ilproj | 18 +------- .../TypeGeneratorTest395/Generated395.ilproj | 18 +------- .../TypeGeneratorTest396/Generated396.ilproj | 18 +------- .../TypeGeneratorTest397/Generated397.ilproj | 18 +------- .../TypeGeneratorTest398/Generated398.ilproj | 18 +------- .../TypeGeneratorTest399/Generated399.ilproj | 18 +------- .../TypeGeneratorTest4/Generated4.ilproj | 18 +------- .../TypeGeneratorTest40/Generated40.ilproj | 18 +------- .../TypeGeneratorTest400/Generated400.ilproj | 18 +------- .../TypeGeneratorTest401/Generated401.ilproj | 18 +------- .../TypeGeneratorTest402/Generated402.ilproj | 18 +------- .../TypeGeneratorTest403/Generated403.ilproj | 18 +------- .../TypeGeneratorTest404/Generated404.ilproj | 18 +------- .../TypeGeneratorTest405/Generated405.ilproj | 18 +------- .../TypeGeneratorTest406/Generated406.ilproj | 18 +------- .../TypeGeneratorTest407/Generated407.ilproj | 18 +------- .../TypeGeneratorTest408/Generated408.ilproj | 18 +------- .../TypeGeneratorTest409/Generated409.ilproj | 18 +------- .../TypeGeneratorTest41/Generated41.ilproj | 18 +------- .../TypeGeneratorTest410/Generated410.ilproj | 18 +------- .../TypeGeneratorTest411/Generated411.ilproj | 18 +------- .../TypeGeneratorTest412/Generated412.ilproj | 18 +------- .../TypeGeneratorTest413/Generated413.ilproj | 18 +------- .../TypeGeneratorTest414/Generated414.ilproj | 18 +------- .../TypeGeneratorTest415/Generated415.ilproj | 18 +------- .../TypeGeneratorTest416/Generated416.ilproj | 18 +------- .../TypeGeneratorTest417/Generated417.ilproj | 18 +------- .../TypeGeneratorTest418/Generated418.ilproj | 18 +------- .../TypeGeneratorTest419/Generated419.ilproj | 18 +------- .../TypeGeneratorTest42/Generated42.ilproj | 18 +------- .../TypeGeneratorTest420/Generated420.ilproj | 18 +------- .../TypeGeneratorTest421/Generated421.ilproj | 18 +------- .../TypeGeneratorTest422/Generated422.ilproj | 18 +------- .../TypeGeneratorTest423/Generated423.ilproj | 18 +------- .../TypeGeneratorTest424/Generated424.ilproj | 18 +------- .../TypeGeneratorTest425/Generated425.ilproj | 18 +------- .../TypeGeneratorTest426/Generated426.ilproj | 18 +------- .../TypeGeneratorTest427/Generated427.ilproj | 18 +------- .../TypeGeneratorTest428/Generated428.ilproj | 18 +------- .../TypeGeneratorTest429/Generated429.ilproj | 18 +------- .../TypeGeneratorTest43/Generated43.ilproj | 18 +------- .../TypeGeneratorTest430/Generated430.ilproj | 18 +------- .../TypeGeneratorTest431/Generated431.ilproj | 18 +------- .../TypeGeneratorTest432/Generated432.ilproj | 18 +------- .../TypeGeneratorTest433/Generated433.ilproj | 18 +------- .../TypeGeneratorTest434/Generated434.ilproj | 18 +------- .../TypeGeneratorTest435/Generated435.ilproj | 18 +------- .../TypeGeneratorTest436/Generated436.ilproj | 18 +------- .../TypeGeneratorTest437/Generated437.ilproj | 18 +------- .../TypeGeneratorTest438/Generated438.ilproj | 18 +------- .../TypeGeneratorTest439/Generated439.ilproj | 18 +------- .../TypeGeneratorTest44/Generated44.ilproj | 18 +------- .../TypeGeneratorTest440/Generated440.ilproj | 18 +------- .../TypeGeneratorTest441/Generated441.ilproj | 18 +------- .../TypeGeneratorTest442/Generated442.ilproj | 18 +------- .../TypeGeneratorTest443/Generated443.ilproj | 18 +------- .../TypeGeneratorTest444/Generated444.ilproj | 18 +------- .../TypeGeneratorTest445/Generated445.ilproj | 18 +------- .../TypeGeneratorTest446/Generated446.ilproj | 18 +------- .../TypeGeneratorTest447/Generated447.ilproj | 18 +------- .../TypeGeneratorTest448/Generated448.ilproj | 18 +------- .../TypeGeneratorTest449/Generated449.ilproj | 18 +------- .../TypeGeneratorTest45/Generated45.ilproj | 18 +------- .../TypeGeneratorTest450/Generated450.ilproj | 18 +------- .../TypeGeneratorTest451/Generated451.ilproj | 18 +------- .../TypeGeneratorTest452/Generated452.ilproj | 18 +------- .../TypeGeneratorTest453/Generated453.ilproj | 18 +------- .../TypeGeneratorTest454/Generated454.ilproj | 18 +------- .../TypeGeneratorTest455/Generated455.ilproj | 18 +------- .../TypeGeneratorTest456/Generated456.ilproj | 18 +------- .../TypeGeneratorTest457/Generated457.ilproj | 18 +------- .../TypeGeneratorTest458/Generated458.ilproj | 18 +------- .../TypeGeneratorTest459/Generated459.ilproj | 18 +------- .../TypeGeneratorTest46/Generated46.ilproj | 18 +------- .../TypeGeneratorTest460/Generated460.ilproj | 18 +------- .../TypeGeneratorTest461/Generated461.ilproj | 18 +------- .../TypeGeneratorTest462/Generated462.ilproj | 18 +------- .../TypeGeneratorTest463/Generated463.ilproj | 18 +------- .../TypeGeneratorTest464/Generated464.ilproj | 18 +------- .../TypeGeneratorTest465/Generated465.ilproj | 18 +------- .../TypeGeneratorTest466/Generated466.ilproj | 18 +------- .../TypeGeneratorTest467/Generated467.ilproj | 18 +------- .../TypeGeneratorTest468/Generated468.ilproj | 18 +------- .../TypeGeneratorTest469/Generated469.ilproj | 18 +------- .../TypeGeneratorTest47/Generated47.ilproj | 18 +------- .../TypeGeneratorTest470/Generated470.ilproj | 18 +------- .../TypeGeneratorTest471/Generated471.ilproj | 18 +------- .../TypeGeneratorTest472/Generated472.ilproj | 18 +------- .../TypeGeneratorTest473/Generated473.ilproj | 18 +------- .../TypeGeneratorTest474/Generated474.ilproj | 18 +------- .../TypeGeneratorTest475/Generated475.ilproj | 18 +------- .../TypeGeneratorTest476/Generated476.ilproj | 18 +------- .../TypeGeneratorTest477/Generated477.ilproj | 18 +------- .../TypeGeneratorTest478/Generated478.ilproj | 18 +------- .../TypeGeneratorTest479/Generated479.ilproj | 18 +------- .../TypeGeneratorTest48/Generated48.ilproj | 18 +------- .../TypeGeneratorTest480/Generated480.ilproj | 18 +------- .../TypeGeneratorTest481/Generated481.ilproj | 18 +------- .../TypeGeneratorTest482/Generated482.ilproj | 18 +------- .../TypeGeneratorTest483/Generated483.ilproj | 18 +------- .../TypeGeneratorTest484/Generated484.ilproj | 18 +------- .../TypeGeneratorTest485/Generated485.ilproj | 18 +------- .../TypeGeneratorTest486/Generated486.ilproj | 18 +------- .../TypeGeneratorTest487/Generated487.ilproj | 18 +------- .../TypeGeneratorTest488/Generated488.ilproj | 18 +------- .../TypeGeneratorTest489/Generated489.ilproj | 18 +------- .../TypeGeneratorTest49/Generated49.ilproj | 18 +------- .../TypeGeneratorTest490/Generated490.ilproj | 18 +------- .../TypeGeneratorTest491/Generated491.ilproj | 18 +------- .../TypeGeneratorTest492/Generated492.ilproj | 18 +------- .../TypeGeneratorTest493/Generated493.ilproj | 18 +------- .../TypeGeneratorTest494/Generated494.ilproj | 18 +------- .../TypeGeneratorTest495/Generated495.ilproj | 18 +------- .../TypeGeneratorTest496/Generated496.ilproj | 18 +------- .../TypeGeneratorTest497/Generated497.ilproj | 18 +------- .../TypeGeneratorTest498/Generated498.ilproj | 18 +------- .../TypeGeneratorTest499/Generated499.ilproj | 18 +------- .../TypeGeneratorTest5/Generated5.ilproj | 18 +------- .../TypeGeneratorTest50/Generated50.ilproj | 18 +------- .../TypeGeneratorTest500/Generated500.ilproj | 18 +------- .../TypeGeneratorTest501/Generated501.ilproj | 18 +------- .../TypeGeneratorTest502/Generated502.ilproj | 18 +------- .../TypeGeneratorTest503/Generated503.ilproj | 18 +------- .../TypeGeneratorTest504/Generated504.ilproj | 18 +------- .../TypeGeneratorTest505/Generated505.ilproj | 18 +------- .../TypeGeneratorTest506/Generated506.ilproj | 18 +------- .../TypeGeneratorTest507/Generated507.ilproj | 18 +------- .../TypeGeneratorTest508/Generated508.ilproj | 18 +------- .../TypeGeneratorTest509/Generated509.ilproj | 18 +------- .../TypeGeneratorTest51/Generated51.ilproj | 18 +------- .../TypeGeneratorTest510/Generated510.ilproj | 18 +------- .../TypeGeneratorTest511/Generated511.ilproj | 18 +------- .../TypeGeneratorTest512/Generated512.ilproj | 18 +------- .../TypeGeneratorTest513/Generated513.ilproj | 18 +------- .../TypeGeneratorTest514/Generated514.ilproj | 18 +------- .../TypeGeneratorTest515/Generated515.ilproj | 18 +------- .../TypeGeneratorTest516/Generated516.ilproj | 18 +------- .../TypeGeneratorTest517/Generated517.ilproj | 18 +------- .../TypeGeneratorTest518/Generated518.ilproj | 18 +------- .../TypeGeneratorTest519/Generated519.ilproj | 18 +------- .../TypeGeneratorTest52/Generated52.ilproj | 18 +------- .../TypeGeneratorTest520/Generated520.ilproj | 18 +------- .../TypeGeneratorTest521/Generated521.ilproj | 18 +------- .../TypeGeneratorTest522/Generated522.ilproj | 18 +------- .../TypeGeneratorTest523/Generated523.ilproj | 18 +------- .../TypeGeneratorTest524/Generated524.ilproj | 18 +------- .../TypeGeneratorTest525/Generated525.ilproj | 18 +------- .../TypeGeneratorTest526/Generated526.ilproj | 18 +------- .../TypeGeneratorTest527/Generated527.ilproj | 18 +------- .../TypeGeneratorTest528/Generated528.ilproj | 18 +------- .../TypeGeneratorTest529/Generated529.ilproj | 18 +------- .../TypeGeneratorTest53/Generated53.ilproj | 18 +------- .../TypeGeneratorTest530/Generated530.ilproj | 18 +------- .../TypeGeneratorTest531/Generated531.ilproj | 18 +------- .../TypeGeneratorTest532/Generated532.ilproj | 18 +------- .../TypeGeneratorTest533/Generated533.ilproj | 18 +------- .../TypeGeneratorTest534/Generated534.ilproj | 18 +------- .../TypeGeneratorTest535/Generated535.ilproj | 18 +------- .../TypeGeneratorTest536/Generated536.ilproj | 18 +------- .../TypeGeneratorTest537/Generated537.ilproj | 18 +------- .../TypeGeneratorTest538/Generated538.ilproj | 18 +------- .../TypeGeneratorTest539/Generated539.ilproj | 18 +------- .../TypeGeneratorTest54/Generated54.ilproj | 18 +------- .../TypeGeneratorTest540/Generated540.ilproj | 18 +------- .../TypeGeneratorTest541/Generated541.ilproj | 18 +------- .../TypeGeneratorTest542/Generated542.ilproj | 18 +------- .../TypeGeneratorTest543/Generated543.ilproj | 18 +------- .../TypeGeneratorTest544/Generated544.ilproj | 18 +------- .../TypeGeneratorTest545/Generated545.ilproj | 18 +------- .../TypeGeneratorTest546/Generated546.ilproj | 18 +------- .../TypeGeneratorTest547/Generated547.ilproj | 18 +------- .../TypeGeneratorTest548/Generated548.ilproj | 18 +------- .../TypeGeneratorTest549/Generated549.ilproj | 18 +------- .../TypeGeneratorTest55/Generated55.ilproj | 18 +------- .../TypeGeneratorTest550/Generated550.ilproj | 18 +------- .../TypeGeneratorTest551/Generated551.ilproj | 18 +------- .../TypeGeneratorTest552/Generated552.ilproj | 18 +------- .../TypeGeneratorTest553/Generated553.ilproj | 18 +------- .../TypeGeneratorTest554/Generated554.ilproj | 18 +------- .../TypeGeneratorTest555/Generated555.ilproj | 18 +------- .../TypeGeneratorTest556/Generated556.ilproj | 18 +------- .../TypeGeneratorTest557/Generated557.ilproj | 18 +------- .../TypeGeneratorTest558/Generated558.ilproj | 18 +------- .../TypeGeneratorTest559/Generated559.ilproj | 18 +------- .../TypeGeneratorTest56/Generated56.ilproj | 18 +------- .../TypeGeneratorTest560/Generated560.ilproj | 18 +------- .../TypeGeneratorTest561/Generated561.ilproj | 18 +------- .../TypeGeneratorTest562/Generated562.ilproj | 18 +------- .../TypeGeneratorTest563/Generated563.ilproj | 18 +------- .../TypeGeneratorTest564/Generated564.ilproj | 18 +------- .../TypeGeneratorTest565/Generated565.ilproj | 18 +------- .../TypeGeneratorTest566/Generated566.ilproj | 18 +------- .../TypeGeneratorTest567/Generated567.ilproj | 18 +------- .../TypeGeneratorTest568/Generated568.ilproj | 18 +------- .../TypeGeneratorTest569/Generated569.ilproj | 18 +------- .../TypeGeneratorTest57/Generated57.ilproj | 18 +------- .../TypeGeneratorTest570/Generated570.ilproj | 18 +------- .../TypeGeneratorTest571/Generated571.ilproj | 18 +------- .../TypeGeneratorTest572/Generated572.ilproj | 18 +------- .../TypeGeneratorTest573/Generated573.ilproj | 18 +------- .../TypeGeneratorTest574/Generated574.ilproj | 18 +------- .../TypeGeneratorTest575/Generated575.ilproj | 18 +------- .../TypeGeneratorTest576/Generated576.ilproj | 18 +------- .../TypeGeneratorTest577/Generated577.ilproj | 18 +------- .../TypeGeneratorTest578/Generated578.ilproj | 18 +------- .../TypeGeneratorTest579/Generated579.ilproj | 18 +------- .../TypeGeneratorTest58/Generated58.ilproj | 18 +------- .../TypeGeneratorTest580/Generated580.ilproj | 18 +------- .../TypeGeneratorTest581/Generated581.ilproj | 18 +------- .../TypeGeneratorTest582/Generated582.ilproj | 18 +------- .../TypeGeneratorTest583/Generated583.ilproj | 18 +------- .../TypeGeneratorTest584/Generated584.ilproj | 18 +------- .../TypeGeneratorTest585/Generated585.ilproj | 18 +------- .../TypeGeneratorTest586/Generated586.ilproj | 18 +------- .../TypeGeneratorTest587/Generated587.ilproj | 18 +------- .../TypeGeneratorTest588/Generated588.ilproj | 18 +------- .../TypeGeneratorTest589/Generated589.ilproj | 18 +------- .../TypeGeneratorTest59/Generated59.ilproj | 18 +------- .../TypeGeneratorTest590/Generated590.ilproj | 18 +------- .../TypeGeneratorTest591/Generated591.ilproj | 18 +------- .../TypeGeneratorTest592/Generated592.ilproj | 18 +------- .../TypeGeneratorTest593/Generated593.ilproj | 18 +------- .../TypeGeneratorTest594/Generated594.ilproj | 18 +------- .../TypeGeneratorTest595/Generated595.ilproj | 18 +------- .../TypeGeneratorTest596/Generated596.ilproj | 18 +------- .../TypeGeneratorTest597/Generated597.ilproj | 18 +------- .../TypeGeneratorTest598/Generated598.ilproj | 18 +------- .../TypeGeneratorTest599/Generated599.ilproj | 18 +------- .../TypeGeneratorTest6/Generated6.ilproj | 18 +------- .../TypeGeneratorTest60/Generated60.ilproj | 18 +------- .../TypeGeneratorTest600/Generated600.ilproj | 18 +------- .../TypeGeneratorTest601/Generated601.ilproj | 18 +------- .../TypeGeneratorTest602/Generated602.ilproj | 18 +------- .../TypeGeneratorTest603/Generated603.ilproj | 18 +------- .../TypeGeneratorTest604/Generated604.ilproj | 18 +------- .../TypeGeneratorTest605/Generated605.ilproj | 18 +------- .../TypeGeneratorTest606/Generated606.ilproj | 18 +------- .../TypeGeneratorTest607/Generated607.ilproj | 18 +------- .../TypeGeneratorTest608/Generated608.ilproj | 18 +------- .../TypeGeneratorTest609/Generated609.ilproj | 18 +------- .../TypeGeneratorTest61/Generated61.ilproj | 18 +------- .../TypeGeneratorTest610/Generated610.ilproj | 18 +------- .../TypeGeneratorTest611/Generated611.ilproj | 18 +------- .../TypeGeneratorTest612/Generated612.ilproj | 18 +------- .../TypeGeneratorTest613/Generated613.ilproj | 18 +------- .../TypeGeneratorTest614/Generated614.ilproj | 18 +------- .../TypeGeneratorTest615/Generated615.ilproj | 18 +------- .../TypeGeneratorTest616/Generated616.ilproj | 18 +------- .../TypeGeneratorTest617/Generated617.ilproj | 18 +------- .../TypeGeneratorTest618/Generated618.ilproj | 18 +------- .../TypeGeneratorTest619/Generated619.ilproj | 18 +------- .../TypeGeneratorTest62/Generated62.ilproj | 18 +------- .../TypeGeneratorTest620/Generated620.ilproj | 18 +------- .../TypeGeneratorTest621/Generated621.ilproj | 18 +------- .../TypeGeneratorTest622/Generated622.ilproj | 18 +------- .../TypeGeneratorTest623/Generated623.ilproj | 18 +------- .../TypeGeneratorTest624/Generated624.ilproj | 18 +------- .../TypeGeneratorTest625/Generated625.ilproj | 18 +------- .../TypeGeneratorTest626/Generated626.ilproj | 18 +------- .../TypeGeneratorTest627/Generated627.ilproj | 18 +------- .../TypeGeneratorTest628/Generated628.ilproj | 18 +------- .../TypeGeneratorTest629/Generated629.ilproj | 18 +------- .../TypeGeneratorTest63/Generated63.ilproj | 18 +------- .../TypeGeneratorTest630/Generated630.ilproj | 18 +------- .../TypeGeneratorTest631/Generated631.ilproj | 18 +------- .../TypeGeneratorTest632/Generated632.ilproj | 18 +------- .../TypeGeneratorTest633/Generated633.ilproj | 18 +------- .../TypeGeneratorTest634/Generated634.ilproj | 18 +------- .../TypeGeneratorTest635/Generated635.ilproj | 18 +------- .../TypeGeneratorTest636/Generated636.ilproj | 18 +------- .../TypeGeneratorTest637/Generated637.ilproj | 18 +------- .../TypeGeneratorTest638/Generated638.ilproj | 18 +------- .../TypeGeneratorTest639/Generated639.ilproj | 18 +------- .../TypeGeneratorTest64/Generated64.ilproj | 18 +------- .../TypeGeneratorTest640/Generated640.ilproj | 18 +------- .../TypeGeneratorTest641/Generated641.ilproj | 18 +------- .../TypeGeneratorTest642/Generated642.ilproj | 18 +------- .../TypeGeneratorTest643/Generated643.ilproj | 18 +------- .../TypeGeneratorTest644/Generated644.ilproj | 18 +------- .../TypeGeneratorTest645/Generated645.ilproj | 18 +------- .../TypeGeneratorTest646/Generated646.ilproj | 18 +------- .../TypeGeneratorTest647/Generated647.ilproj | 18 +------- .../TypeGeneratorTest648/Generated648.ilproj | 18 +------- .../TypeGeneratorTest649/Generated649.ilproj | 18 +------- .../TypeGeneratorTest65/Generated65.ilproj | 18 +------- .../TypeGeneratorTest650/Generated650.ilproj | 18 +------- .../TypeGeneratorTest651/Generated651.ilproj | 18 +------- .../TypeGeneratorTest652/Generated652.ilproj | 18 +------- .../TypeGeneratorTest653/Generated653.ilproj | 18 +------- .../TypeGeneratorTest654/Generated654.ilproj | 18 +------- .../TypeGeneratorTest655/Generated655.ilproj | 18 +------- .../TypeGeneratorTest656/Generated656.ilproj | 18 +------- .../TypeGeneratorTest657/Generated657.ilproj | 18 +------- .../TypeGeneratorTest658/Generated658.ilproj | 18 +------- .../TypeGeneratorTest659/Generated659.ilproj | 18 +------- .../TypeGeneratorTest66/Generated66.ilproj | 18 +------- .../TypeGeneratorTest660/Generated660.ilproj | 18 +------- .../TypeGeneratorTest661/Generated661.ilproj | 18 +------- .../TypeGeneratorTest662/Generated662.ilproj | 18 +------- .../TypeGeneratorTest663/Generated663.ilproj | 18 +------- .../TypeGeneratorTest664/Generated664.ilproj | 18 +------- .../TypeGeneratorTest665/Generated665.ilproj | 18 +------- .../TypeGeneratorTest666/Generated666.ilproj | 18 +------- .../TypeGeneratorTest667/Generated667.ilproj | 18 +------- .../TypeGeneratorTest668/Generated668.ilproj | 18 +------- .../TypeGeneratorTest669/Generated669.ilproj | 18 +------- .../TypeGeneratorTest67/Generated67.ilproj | 18 +------- .../TypeGeneratorTest670/Generated670.ilproj | 18 +------- .../TypeGeneratorTest671/Generated671.ilproj | 18 +------- .../TypeGeneratorTest672/Generated672.ilproj | 18 +------- .../TypeGeneratorTest673/Generated673.ilproj | 18 +------- .../TypeGeneratorTest674/Generated674.ilproj | 18 +------- .../TypeGeneratorTest675/Generated675.ilproj | 18 +------- .../TypeGeneratorTest676/Generated676.ilproj | 18 +------- .../TypeGeneratorTest677/Generated677.ilproj | 18 +------- .../TypeGeneratorTest678/Generated678.ilproj | 18 +------- .../TypeGeneratorTest679/Generated679.ilproj | 18 +------- .../TypeGeneratorTest68/Generated68.ilproj | 18 +------- .../TypeGeneratorTest680/Generated680.ilproj | 18 +------- .../TypeGeneratorTest681/Generated681.ilproj | 18 +------- .../TypeGeneratorTest682/Generated682.ilproj | 18 +------- .../TypeGeneratorTest683/Generated683.ilproj | 18 +------- .../TypeGeneratorTest684/Generated684.ilproj | 18 +------- .../TypeGeneratorTest685/Generated685.ilproj | 18 +------- .../TypeGeneratorTest686/Generated686.ilproj | 18 +------- .../TypeGeneratorTest687/Generated687.ilproj | 18 +------- .../TypeGeneratorTest688/Generated688.ilproj | 18 +------- .../TypeGeneratorTest689/Generated689.ilproj | 18 +------- .../TypeGeneratorTest69/Generated69.ilproj | 18 +------- .../TypeGeneratorTest690/Generated690.ilproj | 18 +------- .../TypeGeneratorTest691/Generated691.ilproj | 18 +------- .../TypeGeneratorTest692/Generated692.ilproj | 18 +------- .../TypeGeneratorTest693/Generated693.ilproj | 18 +------- .../TypeGeneratorTest694/Generated694.ilproj | 18 +------- .../TypeGeneratorTest695/Generated695.ilproj | 18 +------- .../TypeGeneratorTest696/Generated696.ilproj | 18 +------- .../TypeGeneratorTest697/Generated697.ilproj | 18 +------- .../TypeGeneratorTest698/Generated698.ilproj | 18 +------- .../TypeGeneratorTest699/Generated699.ilproj | 18 +------- .../TypeGeneratorTest7/Generated7.ilproj | 18 +------- .../TypeGeneratorTest70/Generated70.ilproj | 18 +------- .../TypeGeneratorTest700/Generated700.ilproj | 18 +------- .../TypeGeneratorTest701/Generated701.ilproj | 18 +------- .../TypeGeneratorTest702/Generated702.ilproj | 18 +------- .../TypeGeneratorTest703/Generated703.ilproj | 18 +------- .../TypeGeneratorTest704/Generated704.ilproj | 18 +------- .../TypeGeneratorTest705/Generated705.ilproj | 18 +------- .../TypeGeneratorTest706/Generated706.ilproj | 18 +------- .../TypeGeneratorTest707/Generated707.ilproj | 18 +------- .../TypeGeneratorTest708/Generated708.ilproj | 18 +------- .../TypeGeneratorTest709/Generated709.ilproj | 18 +------- .../TypeGeneratorTest71/Generated71.ilproj | 18 +------- .../TypeGeneratorTest710/Generated710.ilproj | 18 +------- .../TypeGeneratorTest711/Generated711.ilproj | 18 +------- .../TypeGeneratorTest712/Generated712.ilproj | 18 +------- .../TypeGeneratorTest713/Generated713.ilproj | 18 +------- .../TypeGeneratorTest714/Generated714.ilproj | 18 +------- .../TypeGeneratorTest715/Generated715.ilproj | 18 +------- .../TypeGeneratorTest716/Generated716.ilproj | 18 +------- .../TypeGeneratorTest717/Generated717.ilproj | 18 +------- .../TypeGeneratorTest718/Generated718.ilproj | 18 +------- .../TypeGeneratorTest719/Generated719.ilproj | 18 +------- .../TypeGeneratorTest72/Generated72.ilproj | 18 +------- .../TypeGeneratorTest720/Generated720.ilproj | 18 +------- .../TypeGeneratorTest721/Generated721.ilproj | 18 +------- .../TypeGeneratorTest722/Generated722.ilproj | 18 +------- .../TypeGeneratorTest723/Generated723.ilproj | 18 +------- .../TypeGeneratorTest724/Generated724.ilproj | 18 +------- .../TypeGeneratorTest725/Generated725.ilproj | 18 +------- .../TypeGeneratorTest726/Generated726.ilproj | 18 +------- .../TypeGeneratorTest727/Generated727.ilproj | 18 +------- .../TypeGeneratorTest728/Generated728.ilproj | 18 +------- .../TypeGeneratorTest729/Generated729.ilproj | 18 +------- .../TypeGeneratorTest73/Generated73.ilproj | 18 +------- .../TypeGeneratorTest730/Generated730.ilproj | 18 +------- .../TypeGeneratorTest731/Generated731.ilproj | 18 +------- .../TypeGeneratorTest732/Generated732.ilproj | 18 +------- .../TypeGeneratorTest733/Generated733.ilproj | 18 +------- .../TypeGeneratorTest734/Generated734.ilproj | 18 +------- .../TypeGeneratorTest735/Generated735.ilproj | 18 +------- .../TypeGeneratorTest736/Generated736.ilproj | 18 +------- .../TypeGeneratorTest737/Generated737.ilproj | 18 +------- .../TypeGeneratorTest738/Generated738.ilproj | 18 +------- .../TypeGeneratorTest739/Generated739.ilproj | 18 +------- .../TypeGeneratorTest74/Generated74.ilproj | 18 +------- .../TypeGeneratorTest740/Generated740.ilproj | 18 +------- .../TypeGeneratorTest741/Generated741.ilproj | 18 +------- .../TypeGeneratorTest742/Generated742.ilproj | 18 +------- .../TypeGeneratorTest743/Generated743.ilproj | 18 +------- .../TypeGeneratorTest744/Generated744.ilproj | 18 +------- .../TypeGeneratorTest745/Generated745.ilproj | 18 +------- .../TypeGeneratorTest746/Generated746.ilproj | 18 +------- .../TypeGeneratorTest747/Generated747.ilproj | 18 +------- .../TypeGeneratorTest748/Generated748.ilproj | 18 +------- .../TypeGeneratorTest749/Generated749.ilproj | 18 +------- .../TypeGeneratorTest75/Generated75.ilproj | 18 +------- .../TypeGeneratorTest750/Generated750.ilproj | 18 +------- .../TypeGeneratorTest751/Generated751.ilproj | 18 +------- .../TypeGeneratorTest752/Generated752.ilproj | 18 +------- .../TypeGeneratorTest753/Generated753.ilproj | 18 +------- .../TypeGeneratorTest754/Generated754.ilproj | 18 +------- .../TypeGeneratorTest755/Generated755.ilproj | 18 +------- .../TypeGeneratorTest756/Generated756.ilproj | 18 +------- .../TypeGeneratorTest757/Generated757.ilproj | 18 +------- .../TypeGeneratorTest758/Generated758.ilproj | 18 +------- .../TypeGeneratorTest759/Generated759.ilproj | 18 +------- .../TypeGeneratorTest76/Generated76.ilproj | 18 +------- .../TypeGeneratorTest760/Generated760.ilproj | 18 +------- .../TypeGeneratorTest761/Generated761.ilproj | 18 +------- .../TypeGeneratorTest762/Generated762.ilproj | 18 +------- .../TypeGeneratorTest763/Generated763.ilproj | 18 +------- .../TypeGeneratorTest764/Generated764.ilproj | 18 +------- .../TypeGeneratorTest765/Generated765.ilproj | 18 +------- .../TypeGeneratorTest766/Generated766.ilproj | 18 +------- .../TypeGeneratorTest767/Generated767.ilproj | 18 +------- .../TypeGeneratorTest768/Generated768.ilproj | 18 +------- .../TypeGeneratorTest769/Generated769.ilproj | 18 +------- .../TypeGeneratorTest77/Generated77.ilproj | 18 +------- .../TypeGeneratorTest770/Generated770.ilproj | 18 +------- .../TypeGeneratorTest771/Generated771.ilproj | 18 +------- .../TypeGeneratorTest772/Generated772.ilproj | 18 +------- .../TypeGeneratorTest773/Generated773.ilproj | 18 +------- .../TypeGeneratorTest774/Generated774.ilproj | 18 +------- .../TypeGeneratorTest775/Generated775.ilproj | 18 +------- .../TypeGeneratorTest776/Generated776.ilproj | 18 +------- .../TypeGeneratorTest777/Generated777.ilproj | 18 +------- .../TypeGeneratorTest778/Generated778.ilproj | 18 +------- .../TypeGeneratorTest779/Generated779.ilproj | 18 +------- .../TypeGeneratorTest78/Generated78.ilproj | 18 +------- .../TypeGeneratorTest780/Generated780.ilproj | 18 +------- .../TypeGeneratorTest781/Generated781.ilproj | 18 +------- .../TypeGeneratorTest782/Generated782.ilproj | 18 +------- .../TypeGeneratorTest783/Generated783.ilproj | 18 +------- .../TypeGeneratorTest784/Generated784.ilproj | 18 +------- .../TypeGeneratorTest785/Generated785.ilproj | 18 +------- .../TypeGeneratorTest786/Generated786.ilproj | 18 +------- .../TypeGeneratorTest787/Generated787.ilproj | 18 +------- .../TypeGeneratorTest788/Generated788.ilproj | 18 +------- .../TypeGeneratorTest789/Generated789.ilproj | 18 +------- .../TypeGeneratorTest79/Generated79.ilproj | 18 +------- .../TypeGeneratorTest790/Generated790.ilproj | 18 +------- .../TypeGeneratorTest791/Generated791.ilproj | 18 +------- .../TypeGeneratorTest792/Generated792.ilproj | 18 +------- .../TypeGeneratorTest793/Generated793.ilproj | 18 +------- .../TypeGeneratorTest794/Generated794.ilproj | 18 +------- .../TypeGeneratorTest795/Generated795.ilproj | 18 +------- .../TypeGeneratorTest796/Generated796.ilproj | 18 +------- .../TypeGeneratorTest797/Generated797.ilproj | 18 +------- .../TypeGeneratorTest798/Generated798.ilproj | 18 +------- .../TypeGeneratorTest799/Generated799.ilproj | 18 +------- .../TypeGeneratorTest8/Generated8.ilproj | 18 +------- .../TypeGeneratorTest80/Generated80.ilproj | 18 +------- .../TypeGeneratorTest800/Generated800.ilproj | 18 +------- .../TypeGeneratorTest801/Generated801.ilproj | 18 +------- .../TypeGeneratorTest802/Generated802.ilproj | 18 +------- .../TypeGeneratorTest803/Generated803.ilproj | 18 +------- .../TypeGeneratorTest804/Generated804.ilproj | 18 +------- .../TypeGeneratorTest805/Generated805.ilproj | 18 +------- .../TypeGeneratorTest806/Generated806.ilproj | 18 +------- .../TypeGeneratorTest807/Generated807.ilproj | 18 +------- .../TypeGeneratorTest808/Generated808.ilproj | 18 +------- .../TypeGeneratorTest809/Generated809.ilproj | 18 +------- .../TypeGeneratorTest81/Generated81.ilproj | 18 +------- .../TypeGeneratorTest810/Generated810.ilproj | 18 +------- .../TypeGeneratorTest811/Generated811.ilproj | 18 +------- .../TypeGeneratorTest812/Generated812.ilproj | 18 +------- .../TypeGeneratorTest813/Generated813.ilproj | 18 +------- .../TypeGeneratorTest814/Generated814.ilproj | 18 +------- .../TypeGeneratorTest815/Generated815.ilproj | 18 +------- .../TypeGeneratorTest816/Generated816.ilproj | 18 +------- .../TypeGeneratorTest817/Generated817.ilproj | 18 +------- .../TypeGeneratorTest818/Generated818.ilproj | 18 +------- .../TypeGeneratorTest819/Generated819.ilproj | 18 +------- .../TypeGeneratorTest82/Generated82.ilproj | 18 +------- .../TypeGeneratorTest820/Generated820.ilproj | 18 +------- .../TypeGeneratorTest821/Generated821.ilproj | 18 +------- .../TypeGeneratorTest822/Generated822.ilproj | 18 +------- .../TypeGeneratorTest823/Generated823.ilproj | 18 +------- .../TypeGeneratorTest824/Generated824.ilproj | 18 +------- .../TypeGeneratorTest825/Generated825.ilproj | 18 +------- .../TypeGeneratorTest826/Generated826.ilproj | 18 +------- .../TypeGeneratorTest827/Generated827.ilproj | 18 +------- .../TypeGeneratorTest828/Generated828.ilproj | 18 +------- .../TypeGeneratorTest829/Generated829.ilproj | 18 +------- .../TypeGeneratorTest83/Generated83.ilproj | 18 +------- .../TypeGeneratorTest830/Generated830.ilproj | 18 +------- .../TypeGeneratorTest831/Generated831.ilproj | 18 +------- .../TypeGeneratorTest832/Generated832.ilproj | 18 +------- .../TypeGeneratorTest833/Generated833.ilproj | 18 +------- .../TypeGeneratorTest834/Generated834.ilproj | 18 +------- .../TypeGeneratorTest835/Generated835.ilproj | 18 +------- .../TypeGeneratorTest836/Generated836.ilproj | 18 +------- .../TypeGeneratorTest837/Generated837.ilproj | 18 +------- .../TypeGeneratorTest838/Generated838.ilproj | 18 +------- .../TypeGeneratorTest839/Generated839.ilproj | 18 +------- .../TypeGeneratorTest84/Generated84.ilproj | 18 +------- .../TypeGeneratorTest840/Generated840.ilproj | 18 +------- .../TypeGeneratorTest841/Generated841.ilproj | 18 +------- .../TypeGeneratorTest842/Generated842.ilproj | 18 +------- .../TypeGeneratorTest843/Generated843.ilproj | 18 +------- .../TypeGeneratorTest844/Generated844.ilproj | 18 +------- .../TypeGeneratorTest845/Generated845.ilproj | 18 +------- .../TypeGeneratorTest846/Generated846.ilproj | 18 +------- .../TypeGeneratorTest847/Generated847.ilproj | 18 +------- .../TypeGeneratorTest848/Generated848.ilproj | 18 +------- .../TypeGeneratorTest849/Generated849.ilproj | 18 +------- .../TypeGeneratorTest85/Generated85.ilproj | 18 +------- .../TypeGeneratorTest850/Generated850.ilproj | 18 +------- .../TypeGeneratorTest851/Generated851.ilproj | 18 +------- .../TypeGeneratorTest852/Generated852.ilproj | 18 +------- .../TypeGeneratorTest853/Generated853.ilproj | 18 +------- .../TypeGeneratorTest854/Generated854.ilproj | 18 +------- .../TypeGeneratorTest855/Generated855.ilproj | 18 +------- .../TypeGeneratorTest856/Generated856.ilproj | 18 +------- .../TypeGeneratorTest857/Generated857.ilproj | 18 +------- .../TypeGeneratorTest858/Generated858.ilproj | 18 +------- .../TypeGeneratorTest859/Generated859.ilproj | 18 +------- .../TypeGeneratorTest86/Generated86.ilproj | 18 +------- .../TypeGeneratorTest860/Generated860.ilproj | 18 +------- .../TypeGeneratorTest861/Generated861.ilproj | 18 +------- .../TypeGeneratorTest862/Generated862.ilproj | 18 +------- .../TypeGeneratorTest863/Generated863.ilproj | 18 +------- .../TypeGeneratorTest864/Generated864.ilproj | 18 +------- .../TypeGeneratorTest865/Generated865.ilproj | 18 +------- .../TypeGeneratorTest866/Generated866.ilproj | 18 +------- .../TypeGeneratorTest867/Generated867.ilproj | 18 +------- .../TypeGeneratorTest868/Generated868.ilproj | 18 +------- .../TypeGeneratorTest869/Generated869.ilproj | 18 +------- .../TypeGeneratorTest87/Generated87.ilproj | 18 +------- .../TypeGeneratorTest870/Generated870.ilproj | 18 +------- .../TypeGeneratorTest871/Generated871.ilproj | 18 +------- .../TypeGeneratorTest872/Generated872.ilproj | 18 +------- .../TypeGeneratorTest873/Generated873.ilproj | 18 +------- .../TypeGeneratorTest874/Generated874.ilproj | 18 +------- .../TypeGeneratorTest875/Generated875.ilproj | 18 +------- .../TypeGeneratorTest876/Generated876.ilproj | 18 +------- .../TypeGeneratorTest877/Generated877.ilproj | 18 +------- .../TypeGeneratorTest878/Generated878.ilproj | 18 +------- .../TypeGeneratorTest879/Generated879.ilproj | 18 +------- .../TypeGeneratorTest88/Generated88.ilproj | 18 +------- .../TypeGeneratorTest880/Generated880.ilproj | 18 +------- .../TypeGeneratorTest881/Generated881.ilproj | 18 +------- .../TypeGeneratorTest882/Generated882.ilproj | 18 +------- .../TypeGeneratorTest883/Generated883.ilproj | 18 +------- .../TypeGeneratorTest884/Generated884.ilproj | 18 +------- .../TypeGeneratorTest885/Generated885.ilproj | 18 +------- .../TypeGeneratorTest886/Generated886.ilproj | 18 +------- .../TypeGeneratorTest887/Generated887.ilproj | 18 +------- .../TypeGeneratorTest888/Generated888.ilproj | 18 +------- .../TypeGeneratorTest889/Generated889.ilproj | 18 +------- .../TypeGeneratorTest89/Generated89.ilproj | 18 +------- .../TypeGeneratorTest890/Generated890.ilproj | 18 +------- .../TypeGeneratorTest891/Generated891.ilproj | 18 +------- .../TypeGeneratorTest892/Generated892.ilproj | 18 +------- .../TypeGeneratorTest893/Generated893.ilproj | 18 +------- .../TypeGeneratorTest894/Generated894.ilproj | 18 +------- .../TypeGeneratorTest895/Generated895.ilproj | 18 +------- .../TypeGeneratorTest896/Generated896.ilproj | 18 +------- .../TypeGeneratorTest897/Generated897.ilproj | 18 +------- .../TypeGeneratorTest898/Generated898.ilproj | 18 +------- .../TypeGeneratorTest899/Generated899.ilproj | 18 +------- .../TypeGeneratorTest9/Generated9.ilproj | 18 +------- .../TypeGeneratorTest90/Generated90.ilproj | 18 +------- .../TypeGeneratorTest900/Generated900.ilproj | 18 +------- .../TypeGeneratorTest901/Generated901.ilproj | 18 +------- .../TypeGeneratorTest902/Generated902.ilproj | 18 +------- .../TypeGeneratorTest903/Generated903.ilproj | 18 +------- .../TypeGeneratorTest904/Generated904.ilproj | 18 +------- .../TypeGeneratorTest905/Generated905.ilproj | 18 +------- .../TypeGeneratorTest906/Generated906.ilproj | 18 +------- .../TypeGeneratorTest907/Generated907.ilproj | 18 +------- .../TypeGeneratorTest908/Generated908.ilproj | 18 +------- .../TypeGeneratorTest909/Generated909.ilproj | 18 +------- .../TypeGeneratorTest91/Generated91.ilproj | 18 +------- .../TypeGeneratorTest910/Generated910.ilproj | 18 +------- .../TypeGeneratorTest911/Generated911.ilproj | 18 +------- .../TypeGeneratorTest912/Generated912.ilproj | 18 +------- .../TypeGeneratorTest913/Generated913.ilproj | 18 +------- .../TypeGeneratorTest914/Generated914.ilproj | 18 +------- .../TypeGeneratorTest915/Generated915.ilproj | 18 +------- .../TypeGeneratorTest916/Generated916.ilproj | 18 +------- .../TypeGeneratorTest917/Generated917.ilproj | 18 +------- .../TypeGeneratorTest918/Generated918.ilproj | 18 +------- .../TypeGeneratorTest919/Generated919.ilproj | 18 +------- .../TypeGeneratorTest92/Generated92.ilproj | 18 +------- .../TypeGeneratorTest920/Generated920.ilproj | 18 +------- .../TypeGeneratorTest921/Generated921.ilproj | 18 +------- .../TypeGeneratorTest922/Generated922.ilproj | 18 +------- .../TypeGeneratorTest923/Generated923.ilproj | 18 +------- .../TypeGeneratorTest924/Generated924.ilproj | 18 +------- .../TypeGeneratorTest925/Generated925.ilproj | 18 +------- .../TypeGeneratorTest926/Generated926.ilproj | 18 +------- .../TypeGeneratorTest927/Generated927.ilproj | 18 +------- .../TypeGeneratorTest928/Generated928.ilproj | 18 +------- .../TypeGeneratorTest929/Generated929.ilproj | 18 +------- .../TypeGeneratorTest93/Generated93.ilproj | 18 +------- .../TypeGeneratorTest930/Generated930.ilproj | 18 +------- .../TypeGeneratorTest931/Generated931.ilproj | 18 +------- .../TypeGeneratorTest932/Generated932.ilproj | 18 +------- .../TypeGeneratorTest933/Generated933.ilproj | 18 +------- .../TypeGeneratorTest934/Generated934.ilproj | 18 +------- .../TypeGeneratorTest935/Generated935.ilproj | 18 +------- .../TypeGeneratorTest936/Generated936.ilproj | 18 +------- .../TypeGeneratorTest937/Generated937.ilproj | 18 +------- .../TypeGeneratorTest938/Generated938.ilproj | 18 +------- .../TypeGeneratorTest939/Generated939.ilproj | 18 +------- .../TypeGeneratorTest94/Generated94.ilproj | 18 +------- .../TypeGeneratorTest940/Generated940.ilproj | 18 +------- .../TypeGeneratorTest941/Generated941.ilproj | 18 +------- .../TypeGeneratorTest942/Generated942.ilproj | 18 +------- .../TypeGeneratorTest943/Generated943.ilproj | 18 +------- .../TypeGeneratorTest944/Generated944.ilproj | 18 +------- .../TypeGeneratorTest945/Generated945.ilproj | 18 +------- .../TypeGeneratorTest946/Generated946.ilproj | 18 +------- .../TypeGeneratorTest947/Generated947.ilproj | 18 +------- .../TypeGeneratorTest948/Generated948.ilproj | 18 +------- .../TypeGeneratorTest949/Generated949.ilproj | 18 +------- .../TypeGeneratorTest95/Generated95.ilproj | 18 +------- .../TypeGeneratorTest950/Generated950.ilproj | 18 +------- .../TypeGeneratorTest951/Generated951.ilproj | 18 +------- .../TypeGeneratorTest952/Generated952.ilproj | 18 +------- .../TypeGeneratorTest953/Generated953.ilproj | 18 +------- .../TypeGeneratorTest954/Generated954.ilproj | 18 +------- .../TypeGeneratorTest955/Generated955.ilproj | 18 +------- .../TypeGeneratorTest956/Generated956.ilproj | 18 +------- .../TypeGeneratorTest957/Generated957.ilproj | 18 +------- .../TypeGeneratorTest958/Generated958.ilproj | 18 +------- .../TypeGeneratorTest959/Generated959.ilproj | 18 +------- .../TypeGeneratorTest96/Generated96.ilproj | 18 +------- .../TypeGeneratorTest960/Generated960.ilproj | 18 +------- .../TypeGeneratorTest961/Generated961.ilproj | 18 +------- .../TypeGeneratorTest962/Generated962.ilproj | 18 +------- .../TypeGeneratorTest963/Generated963.ilproj | 18 +------- .../TypeGeneratorTest964/Generated964.ilproj | 18 +------- .../TypeGeneratorTest965/Generated965.ilproj | 18 +------- .../TypeGeneratorTest966/Generated966.ilproj | 18 +------- .../TypeGeneratorTest967/Generated967.ilproj | 18 +------- .../TypeGeneratorTest968/Generated968.ilproj | 18 +------- .../TypeGeneratorTest969/Generated969.ilproj | 18 +------- .../TypeGeneratorTest97/Generated97.ilproj | 18 +------- .../TypeGeneratorTest970/Generated970.ilproj | 18 +------- .../TypeGeneratorTest971/Generated971.ilproj | 18 +------- .../TypeGeneratorTest972/Generated972.ilproj | 18 +------- .../TypeGeneratorTest973/Generated973.ilproj | 18 +------- .../TypeGeneratorTest974/Generated974.ilproj | 18 +------- .../TypeGeneratorTest975/Generated975.ilproj | 18 +------- .../TypeGeneratorTest976/Generated976.ilproj | 18 +------- .../TypeGeneratorTest977/Generated977.ilproj | 18 +------- .../TypeGeneratorTest978/Generated978.ilproj | 18 +------- .../TypeGeneratorTest979/Generated979.ilproj | 18 +------- .../TypeGeneratorTest98/Generated98.ilproj | 18 +------- .../TypeGeneratorTest980/Generated980.ilproj | 18 +------- .../TypeGeneratorTest981/Generated981.ilproj | 18 +------- .../TypeGeneratorTest982/Generated982.ilproj | 18 +------- .../TypeGeneratorTest983/Generated983.ilproj | 18 +------- .../TypeGeneratorTest984/Generated984.ilproj | 18 +------- .../TypeGeneratorTest985/Generated985.ilproj | 18 +------- .../TypeGeneratorTest986/Generated986.ilproj | 18 +------- .../TypeGeneratorTest987/Generated987.ilproj | 18 +------- .../TypeGeneratorTest988/Generated988.ilproj | 18 +------- .../TypeGeneratorTest989/Generated989.ilproj | 18 +------- .../TypeGeneratorTest99/Generated99.ilproj | 18 +------- .../TypeGeneratorTest990/Generated990.ilproj | 18 +------- .../TypeGeneratorTest991/Generated991.ilproj | 18 +------- .../TypeGeneratorTest992/Generated992.ilproj | 18 +------- .../TypeGeneratorTest993/Generated993.ilproj | 18 +------- .../TypeGeneratorTest994/Generated994.ilproj | 18 +------- .../TypeGeneratorTest995/Generated995.ilproj | 18 +------- .../TypeGeneratorTest996/Generated996.ilproj | 18 +------- .../TypeGeneratorTest997/Generated997.ilproj | 18 +------- .../TypeGeneratorTest998/Generated998.ilproj | 18 +------- .../TypeGeneratorTest999/Generated999.ilproj | 18 +------- .../CctorOpenFile.csproj | 21 +-------- .../CctorThrowInlinedStatic.csproj | 23 +--------- .../CctorThrowLDFTNStaticMethod.ilproj | 23 +--------- .../CctorThrowMethodAccess.csproj | 23 +--------- .../CctorThrowStaticField.csproj | 23 +--------- .../CctorThrowStaticFieldBFI.ilproj | 23 +--------- .../ResetGlobalFields.ilproj | 21 +-------- .../TypeLoadInitExcep.csproj | 23 +--------- .../TypeLoadInitExcepBFI.ilproj | 23 +--------- .../UntrustedCodeBFI.ilproj | 23 +--------- .../CircularCctorFourThreads.csproj | 21 +-------- .../CircularCctorFourThreadsBFI.ilproj | 23 +--------- .../CircularCctorThreeThreads01.csproj | 21 +-------- .../CircularCctorThreeThreads01BFI.ilproj | 21 +-------- .../CircularCctorThreeThreads02.csproj | 21 +-------- .../CircularCctorThreeThreads02BFI.ilproj | 21 +-------- .../CircularCctorThreeThreads03.csproj | 21 +-------- .../CircularCctorThreeThreads03BFI.ilproj | 21 +-------- .../CoreCLR/CctorThrowStaticFieldBFI.ilproj | 23 +--------- .../CircularCctorThreeThreads03.csproj | 23 +--------- .../Inlining/GenMethInlined.csproj | 21 +-------- .../GenMethInlined_Multinested.csproj | 21 +-------- .../Inlining/GenTypeInlined.csproj | 21 +-------- .../GenTypeInlined_Multinested.csproj | 21 +-------- .../Inlining/Inlined.csproj | 21 +-------- .../Inlining/Inlined_Multinested.csproj | 21 +-------- .../ThisNulllPointer/CctorZeroVal01.csproj | 21 +-------- .../ThisNulllPointer/CctorZeroVal02.csproj | 21 +-------- .../ThisNulllPointer/CctorZeroVal03.csproj | 21 +-------- .../backpatching/test1.csproj | 21 +-------- .../298006/explicitStruct_oddSize.csproj | 21 +-------- .../Regressions/369794/repro369794.csproj | 21 +-------- .../ASURT/ASURT150271/bigdat.ilproj | 21 +-------- .../ASURT/ASURT150271/test10.ilproj | 21 +-------- .../ASURT/ASURT150271/test11.ilproj | 21 +-------- .../ASURT/ASURT150271/test13.ilproj | 23 +--------- .../ASURT/ASURT150271/test14.ilproj | 21 +-------- .../ASURT/ASURT150271/test15.ilproj | 21 +-------- .../ASURT/ASURT150271/test16.ilproj | 21 +-------- .../ASURT/ASURT150271/test2.ilproj | 21 +-------- .../ASURT/ASURT150271/test21.ilproj | 21 +-------- .../ASURT/ASURT150271/test23.ilproj | 21 +-------- .../ASURT/ASURT150271/test24.ilproj | 21 +-------- .../ASURT/ASURT150271/test3.ilproj | 23 +--------- .../ASURT/ASURT150271/test9.ilproj | 21 +-------- .../explicitlayout/misc/case10.csproj | 21 +-------- .../misc/derivedExplicitClass.csproj | 21 +-------- .../objrefandnonobjrefoverlap/case1.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case11.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case12.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case14.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case15.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case2.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case3.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case4.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case5.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case6.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case7.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case8.csproj | 23 +--------- .../objrefandnonobjrefoverlap/case9.csproj | 23 +--------- .../General/ManyGenConstraints.csproj | 21 +-------- .../Recursion/RecursiveConstraints.csproj | 21 +-------- .../Regressions/532403/VSW532403.csproj | 21 +-------- .../Regressions/ddb62403/bug62403.csproj | 21 +-------- .../dev10_512868/dev10_512868.csproj | 23 ++-------- .../Regressions/vsw609874/vsw609874.csproj | 23 ++-------- .../generics/GenericMethods/VSW491668.csproj | 23 +--------- .../GenericMethods/VarargTypes.ilproj | 23 +--------- .../generics/GenericMethods/arity01.ilproj | 21 +-------- .../generics/GenericMethods/method001.csproj | 21 +-------- .../generics/GenericMethods/method001a.csproj | 21 +-------- .../generics/GenericMethods/method001b.csproj | 21 +-------- .../generics/GenericMethods/method001c.csproj | 21 +-------- .../generics/GenericMethods/method001d.csproj | 21 +-------- .../generics/GenericMethods/method001e.csproj | 21 +-------- .../generics/GenericMethods/method001f.csproj | 21 +-------- .../generics/GenericMethods/method001g.csproj | 21 +-------- .../generics/GenericMethods/method001h.csproj | 21 +-------- .../generics/GenericMethods/method001i.csproj | 21 +-------- .../generics/GenericMethods/method001j.csproj | 21 +-------- .../generics/GenericMethods/method002.csproj | 21 +-------- .../generics/GenericMethods/method003.csproj | 21 +-------- .../generics/GenericMethods/method004.csproj | 21 +-------- .../generics/GenericMethods/method005.csproj | 21 +-------- .../generics/GenericMethods/method006.csproj | 21 +-------- .../generics/GenericMethods/method007.csproj | 21 +-------- .../generics/GenericMethods/method008.csproj | 21 +-------- .../generics/GenericMethods/method009.csproj | 21 +-------- .../generics/GenericMethods/method010.csproj | 21 +-------- .../generics/GenericMethods/method011.csproj | 21 +-------- .../generics/GenericMethods/method012.csproj | 21 +-------- .../generics/GenericMethods/method013.csproj | 21 +-------- .../generics/GenericMethods/method014.ilproj | 21 +-------- .../generics/GenericMethods/method015.csproj | 21 +-------- .../generics/GenericMethods/method016.ilproj | 21 +-------- .../Instantiation/Negative/T_Types.ilproj | 23 +--------- .../Negative/Type_ofT_Inherit_FromT.ilproj | 21 +-------- .../Instantiation/Negative/abstract01.ilproj | 23 +--------- .../Instantiation/Negative/abstract02.ilproj | 21 +-------- .../Instantiation/Negative/abstract03.ilproj | 21 +-------- .../Instantiation/Negative/abstract04.ilproj | 21 +-------- .../Instantiation/Negative/abstract05.ilproj | 21 +-------- .../Instantiation/Negative/abstract06.ilproj | 21 +-------- .../Instantiation/Negative/abstract07.ilproj | 21 +-------- .../Instantiation/Negative/abstract08.ilproj | 21 +-------- .../Instantiation/Negative/abstract09.ilproj | 21 +-------- .../Instantiation/Negative/abstract10.ilproj | 21 +-------- .../Instantiation/Negative/param01.ilproj | 21 +-------- .../Instantiation/Negative/param02.ilproj | 21 +-------- .../Instantiation/Negative/param03.ilproj | 21 +-------- .../Instantiation/Negative/param04.ilproj | 21 +-------- .../Instantiation/Negative/param05.ilproj | 21 +-------- .../Instantiation/Negative/param06.ilproj | 21 +-------- .../Instantiation/Negative/param07.ilproj | 21 +-------- .../Instantiation/Negative/param08.ilproj | 21 +-------- .../Nesting/NestedGenericClasses.csproj | 22 +--------- .../Nesting/NestedGenericStructs.csproj | 22 +--------- .../Nesting/NestedGenericTypesMix.csproj | 25 +---------- .../Positive/AbstractBase01.csproj | 23 +--------- .../Positive/AbstractBase02.csproj | 23 +--------- .../Positive/AbstractBase03.csproj | 23 +--------- .../Positive/AbstractBase04.csproj | 21 +-------- .../Positive/AbstractBase05.csproj | 23 +--------- .../Positive/AbstractBase06.csproj | 23 +--------- .../Positive/AbstractBase07.csproj | 23 +--------- .../Positive/MultipleInterface01.csproj | 21 +-------- .../Positive/MultipleInterface02.csproj | 21 +-------- .../Positive/MultipleInterface03.csproj | 21 +-------- .../Positive/MultipleInterface04.csproj | 21 +-------- .../Positive/MultipleInterface05.csproj | 21 +-------- .../Positive/MultipleInterface06.csproj | 21 +-------- .../Positive/MultipleInterface07.csproj | 21 +-------- .../Positive/MultipleInterface08.csproj | 21 +-------- .../Positive/MultipleInterface09.csproj | 21 +-------- .../Positive/MultipleInterface10.csproj | 21 +-------- .../Positive/MultipleInterface11.csproj | 21 +-------- .../Positive/MultipleInterface12.csproj | 21 +-------- .../Positive/MultipleInterface13.csproj | 21 +-------- .../Positive/MultipleInterface14.csproj | 21 +-------- .../Positive/NestedBaseClass01.csproj | 23 +--------- .../Positive/NestedBaseClass02.csproj | 23 +--------- .../Positive/NestedBaseClass03.csproj | 23 +--------- .../Positive/NestedBaseClass04.csproj | 23 +--------- .../Positive/NestedBaseClass05.csproj | 23 +--------- .../Positive/NestedBaseClass06.csproj | 23 +--------- .../Positive/NestedClass01.csproj | 23 +--------- .../Positive/NestedClass02.csproj | 21 +-------- .../Positive/NestedClass03.csproj | 23 +--------- .../Positive/NestedClass04.csproj | 21 +-------- .../Positive/NestedInterface01.csproj | 23 +--------- .../Positive/NestedInterface02.csproj | 23 +--------- .../Positive/NestedInterface03.csproj | 23 +--------- .../Positive/NestedInterface04.csproj | 23 +--------- .../Positive/NestedInterface05.csproj | 23 +--------- .../Positive/NestedInterface06.csproj | 23 +--------- .../Positive/NestedInterface07.csproj | 23 +--------- .../Positive/NestedInterface08.csproj | 23 +--------- .../Positive/NestedStruct01.csproj | 23 +--------- .../Positive/NestedStruct02.csproj | 21 +-------- .../Positive/NestedStruct03.csproj | 23 +--------- .../Positive/NestedStruct04.csproj | 21 +-------- .../Instantiation/Positive/Types.ilproj | 23 +--------- .../Recursion/GenTypeItself.csproj | 21 +-------- .../Recursion/RecursiveInheritance.csproj | 23 +--------- ...truct_ImplementMscorlibGenInterface.csproj | 21 +-------- .../Instantiation/Recursion/genrecur.csproj | 21 +-------- .../Regressions/607/DevDiv607.csproj | 21 +-------- .../Regressions/607/check2.ilproj | 23 +--------- .../Layout/General/Base01a_auto.csproj | 21 +-------- .../Layout/General/Base01a_auto_ser.csproj | 21 +-------- .../Layout/General/Base01a_seq.csproj | 21 +-------- .../Layout/General/Base01a_seq_ser.csproj | 21 +-------- .../Layout/General/Base01b_auto_ser.csproj | 21 +-------- .../Layout/General/Base01b_seq.csproj | 21 +-------- .../Layout/General/Base01b_seq_ser.csproj | 23 +--------- .../Layout/General/Base01c_seq_ser.csproj | 21 +-------- .../Layout/General/Base01d_seq_ser.csproj | 21 +-------- .../Layout/General/Base02a_auto.csproj | 21 +-------- .../Layout/General/Base02a_auto_ser.csproj | 21 +-------- .../Layout/General/Base02a_seq.csproj | 21 +-------- .../Layout/General/Base02a_seq_ser.csproj | 21 +-------- .../Layout/General/Base02b_auto_ser.csproj | 21 +-------- .../Layout/General/Base02b_seq.csproj | 21 +-------- .../Layout/General/Base02b_seq_ser.csproj | 21 +-------- .../Layout/General/Base02c_seq_ser.csproj | 21 +-------- .../Layout/General/Base02d_seq_ser.csproj | 21 +-------- .../Layout/General/class01_auto.csproj | 21 +-------- .../Layout/General/class01_auto_ser.csproj | 21 +-------- .../Layout/General/class01_seq.csproj | 21 +-------- .../Layout/General/class01_seq_ser.csproj | 21 +-------- .../Layout/General/class02_auto.csproj | 21 +-------- .../Layout/General/class02_auto_ser.csproj | 21 +-------- .../Layout/General/class02_seq_ser.csproj | 21 +-------- .../Layout/General/struct01_auto.csproj | 21 +-------- .../Layout/General/struct01_auto_ser.csproj | 21 +-------- .../Layout/General/struct01_seq.csproj | 21 +-------- .../Layout/General/struct01_seq_ser.csproj | 21 +-------- .../Layout/General/struct02_auto.csproj | 21 +-------- .../Layout/General/struct02_auto_ser.csproj | 21 +-------- .../Layout/General/struct02_seq.csproj | 21 +-------- .../Layout/General/struct02_seq_ser.csproj | 21 +-------- .../Layout/Specific/Negative002.csproj | 21 +-------- .../Layout/Specific/Negative004.csproj | 21 +-------- .../Specific/Negative_ExplicitGen.csproj | 21 +-------- .../Layout/Specific/Positive007.csproj | 21 +-------- .../Layout/Specific/Positive008.csproj | 21 +-------- .../Layout/Specific/Positive009.csproj | 21 +-------- .../Layout/Specific/Positive010.csproj | 21 +-------- .../classloader/generics/Misc/Classes.csproj | 23 +--------- .../Misc/ConstraintsAndInheritance.csproj | 21 +-------- .../generics/Misc/TestWithManyParams.csproj | 21 +-------- .../Regressions/524571/StaticsProblem1.csproj | 21 +-------- .../Regressions/524571/StaticsProblem2.csproj | 21 +-------- .../Regressions/524571/StaticsProblem3.csproj | 21 +-------- .../Regressions/524571/StaticsProblem4.csproj | 21 +-------- .../Regressions/524571/StaticsProblem5.csproj | 21 +-------- .../VSD/Class2_ImplicitOverrideVirtual.csproj | 21 +-------- ...ass2_ImplicitOverrideVirtualNewslot.csproj | 21 +-------- ...citOverrideVirtualNewslot_Interface.csproj | 21 +-------- ...2_ImplicitOverrideVirtual_Interface.csproj | 21 +-------- ...lass_ExplicitOverrideVirtualNewslot.ilproj | 21 +-------- ...ExplicitOverrideVirtualNewslotFinal.csproj | 21 +-------- ...lass_ImplicitOverrideVirtualNewslot.csproj | 21 +-------- ...ImplicitOverrideVirtualNewslotFinal.csproj | 21 +-------- ...ruct_ExplicitOverrideVirtualNewslot.ilproj | 21 +-------- ...ExplicitOverrideVirtualNewslotFinal.csproj | 21 +-------- ...ruct_ImplicitOverrideVirtualNewslot.ilproj | 21 +-------- ...ImplicitOverrideVirtualNewslotFinal.csproj | 21 +-------- .../generics/Variance/CoreCLR/Lib.ilproj | 23 +--------- .../generics/Variance/CoreCLR/Lib2.ilproj | 23 +--------- .../Variance/CoreCLR/Method001.csproj | 21 +-------- .../Variance/CoreCLR/Method003.csproj | 21 +-------- .../Variance/Delegates/Delegates001.csproj | 21 +-------- .../Variance/Delegates/Delegates002.csproj | 21 +-------- .../generics/Variance/Delegates/Lib.ilproj | 23 +--------- .../generics/Variance/IL/CastClass001.csproj | 21 +-------- .../generics/Variance/IL/CastClass004.csproj | 21 +-------- .../IL/InterfaceInheritanceTest2.csproj | 21 +-------- .../generics/Variance/IL/IsInst001.csproj | 21 +-------- .../generics/Variance/IL/IsInst002.csproj | 21 +-------- .../generics/Variance/IL/IsInst003.csproj | 21 +-------- .../generics/Variance/IL/IsInst004.csproj | 21 +-------- .../generics/Variance/IL/IsInst005.csproj | 21 +-------- .../generics/Variance/IL/IsInst006.csproj | 21 +-------- .../generics/Variance/IL/Lib.ilproj | 23 +--------- .../generics/Variance/IL/Unbox001.csproj | 21 +-------- .../generics/Variance/IL/Unbox002.csproj | 24 +---------- .../generics/Variance/IL/Unbox003.csproj | 24 +---------- .../generics/Variance/IL/Unbox004.csproj | 21 +-------- .../generics/Variance/IL/Unbox005.csproj | 24 +---------- .../generics/Variance/IL/Unbox006.csproj | 24 +---------- .../Variance/IL/VarInterfaceLib.ilproj | 23 +--------- .../Variance/IL/VarInterfaceLib2.ilproj | 23 +--------- .../generics/Variance/IL/varlib.ilproj | 23 +--------- .../generics/Variance/IL/vsw543506.csproj | 24 +---------- .../Variance/Interfaces/Interfaces001.csproj | 21 +-------- .../Variance/Interfaces/Interfaces002.csproj | 21 +-------- .../generics/Variance/Interfaces/Lib.ilproj | 23 +--------- .../generics/Variance/Methods/Lib.ilproj | 23 +--------- .../generics/Variance/Methods/Lib2.ilproj | 23 +--------- .../Variance/Methods/Method001.csproj | 21 +-------- .../Variance/Methods/Method002.csproj | 21 +-------- .../Variance/Methods/Method003.csproj | 21 +-------- .../Variance/Methods/Method004.csproj | 21 +-------- .../dev10_468712/dev10_468712.ilproj | 23 ++-------- .../generics/Visibility/A_Types.ilproj | 23 +--------- .../generics/Visibility/B_Types.ilproj | 23 +--------- .../generics/regressions/109968/test.ilproj | 21 +-------- .../regressions/123712/repro123712.csproj | 21 +-------- .../regressions/137310/test137310.csproj | 21 +-------- .../regressions/188892/test188892.csproj | 21 +-------- .../regressions/237932/repro237932.csproj | 21 +-------- .../regressions/334376/b334376.csproj | 21 +-------- .../generics/regressions/341477/Test.csproj | 21 +-------- .../395780/testExplicitOverride.csproj | 21 +-------- .../395780/testExplicitOverride2.ilproj | 21 +-------- .../regressions/433497/vsw433497.csproj | 21 +-------- .../regressions/448208/b448208.csproj | 21 +-------- .../regressions/515341/vsw515341.csproj | 21 +-------- .../regressions/536564/vsw536564.csproj | 21 +-------- .../generics/regressions/DD117522/Test.csproj | 21 +-------- .../regressions/dd95372/dd95372.csproj | 23 ++-------- .../regressions/ddb3422/ddb3422.csproj | 23 ++-------- .../dev10_393447/dev10_393447.ilproj | 23 ++-------- .../dev10_531793/dev10_531793.ilproj | 25 +---------- .../regressions/vsw237932/repro237932.csproj | 21 +-------- .../vsw395780/testExplicitOverride2.ilproj | 21 +-------- .../regressions/vsw514968/vsw514968.csproj | 23 ++-------- .../vsw524571/StaticsProblem5.csproj | 21 +-------- .../regressions/vsw578898/vsw578898.csproj | 25 +---------- .../regressions/549411/exploit.csproj | 23 +--------- .../regressions/576621/VSW576621.csproj | 21 +-------- .../regressions/576621/test.ilproj | 23 +--------- .../regressions/577403/vsw577403.csproj | 21 +-------- .../regressions/592026/test.ilproj | 23 +--------- .../regressions/593884/vsw593884.csproj | 21 +-------- .../dev10_432038/dev10_432038.csproj | 23 ++-------- .../regressions/dev10_432038/foo1.csproj | 23 +--------- .../regressions/dev10_432038/foo2.csproj | 24 +---------- .../regressions/dev10_432038/interface.csproj | 23 +--------- .../Regressions/dev10_602978/Library.csproj | 23 +--------- .../Regressions/dev10_602978/MainApp.csproj | 21 +-------- .../classloader/nesting/Tests/nesting4.ilproj | 21 +-------- .../nesting/Tests/nesting63.ilproj | 21 +-------- .../classloader/nesting/Tests/nesting7.ilproj | 21 +-------- .../nesting/Tests/nesting88.ilproj | 23 +--------- .../nesting/coreclr/VSW491577.csproj | 21 +-------- .../classloader/nesting/coreclr/exec16.ilproj | 21 +-------- .../classloader/nesting/coreclr/exec3.ilproj | 21 +-------- .../nesting/coreclr/nesting16.ilproj | 23 +--------- .../nesting/coreclr/nesting18.ilproj | 21 +-------- .../nesting/coreclr/nesting3.ilproj | 23 +--------- .../nesting/coreclr/nesting31.ilproj | 21 +-------- .../nesting/coreclr/nesting4.ilproj | 21 +-------- .../classloader/regressions/101682/lib.csproj | 23 +--------- .../regressions/101904/test.csproj | 21 +-------- .../classloader/regressions/106647/lib.csproj | 23 +--------- .../regressions/111021/main.csproj | 21 +-------- .../regressions/123413/ilib.csproj | 23 +--------- .../classloader/regressions/123413/lib.csproj | 23 +--------- .../classloader/regressions/139056/Foo.ilproj | 21 +-------- .../regressions/144257/vsw144257.csproj | 21 +-------- .../14610/TestObjectGetTypeVirtual.csproj | 21 +-------- .../regressions/163172/MethodImplFinal.ilproj | 21 +-------- .../regressions/181424/test5.ilproj | 21 +-------- .../classloader/regressions/208900/bug.csproj | 21 +-------- .../regressions/226741/test3.ilproj | 21 +-------- .../regressions/245191/nullenum1000.csproj | 21 +-------- .../regressions/307137/vsw307137.csproj | 21 +-------- .../regressions/347422/b347422.csproj | 23 +--------- .../classloader/regressions/348842/A.csproj | 23 +--------- .../regressions/359519/test359519.csproj | 21 +-------- .../regressions/405223/vsw405223.csproj | 21 +-------- .../regressions/421439/RefX1.ilproj | 23 +--------- .../regressions/421439/Test.ilproj | 21 +-------- .../regressions/421439/ValX1.ilproj | 23 +--------- .../regressions/429802/BarImpl.ilproj | 24 +---------- .../regressions/429802/CMain.ilproj | 21 +-------- .../regressions/429802/MyBar.ilproj | 23 +--------- .../434481/b434481_GenericRecurInit.csproj | 23 +--------- .../classloader/regressions/440935/Bar.ilproj | 23 +--------- .../classloader/regressions/440935/Foo.ilproj | 24 +---------- .../regressions/440935/Test.ilproj | 21 +-------- .../regressions/451034/LoadType.csproj | 21 +-------- .../regressions/451034/Type.ilproj | 23 +--------- .../regressions/452434/vsw452434.ilproj | 23 +--------- .../regressions/452707/b452707.ilproj | 21 +-------- .../regressions/523654/test532654_b.csproj | 23 +--------- .../529206/moduleCctorThrow.ilproj | 23 +--------- .../529206/vsw529206ModuleCctor.csproj | 24 +---------- .../529206/vsw529206StaticCctor.csproj | 23 +--------- .../regressions/583649/Type_Class42.ilproj | 23 +--------- .../regressions/583649/vsw583649.csproj | 21 +-------- .../regressions/91888/pumpFromCctor.csproj | 21 +-------- .../Dev12_518401/dev12_518401.csproj | 21 +-------- .../Negative_ByRefLikeType.ilproj | 14 +----- .../LdVirtFtnOnAbstractMethod.csproj | 21 +-------- .../regressions/asurt150271/test23.ilproj | 21 +-------- .../regressions/asurt150271/test3.ilproj | 23 +--------- .../regressions/dd116295/dd116295.csproj | 23 ++-------- .../classloader/regressions/dd52/dd52.csproj | 21 +-------- .../classloader/regressions/dd52/test.ilproj | 23 +--------- .../dev10_398410/dev10_398410.csproj | 23 ++-------- .../regressions/dev10_398410/utility.csproj | 23 +--------- .../dev10_403582/dev10_403582.ilproj | 23 ++-------- .../regressions/dev10_403582/genmeth.ilproj | 23 +--------- .../regressions/dev10_403582/gentype.ilproj | 23 +--------- .../dev10_443322/dev10_443322.ilproj | 25 +---------- .../dev10_493135/dev10_493135.ilproj | 23 ++-------- .../dev10_526434/dev10_526434.csproj | 23 ++-------- .../4_Misc/ConstrainedMethods.csproj | 21 +-------- .../dev10_568786/4_Misc/MethodCalls.ilproj | 21 +-------- .../dev10_568786/4_Misc/RecursiveGen.ilproj | 21 +-------- .../dev10_568786/4_Misc/SealedTypes.ilproj | 21 +-------- .../dev10_568786/4_Misc/Variance1.ilproj | 21 +-------- .../dev10_568786/4_Misc/Variance2.ilproj | 21 +-------- .../dev10_630250/dev10_630250.csproj | 23 ++-------- .../dev10_710121/dev10_710121.ilproj | 23 ++-------- .../dev10_715437/dev10_715437.ilproj | 23 ++-------- .../dev10_720779/dev10_720779.ilproj | 23 ++-------- .../dev10_724989/dev10_724989.csproj | 23 ++-------- .../dev10_788724/dev10_788724.ilproj | 23 ++-------- .../dev10_794943/dev10_794943.csproj | 23 ++-------- .../regressions/dev10_813331/Case1.csproj | 21 +-------- .../regressions/dev10_813331/Case2.csproj | 21 +-------- .../regressions/dev10_813331/Case3.csproj | 21 +-------- .../regressions/dev10_813331/Case4.csproj | 21 +-------- .../regressions/dev10_813331/Library1.csproj | 23 +--------- .../regressions/dev10_813331/Library2.csproj | 23 +--------- .../dev10_851479/dev10_851479.csproj | 23 ++-------- .../dev10_889822/dev10_889822.csproj | 25 +---------- .../regressions/dev10_897464/Test.ilproj | 23 +--------- .../dev10_897464/dev10_897464.csproj | 23 ++-------- .../dev11_11333/dev11_11333.ilproj | 23 ++-------- .../regressions/dev11_221340/Library.ilproj | 23 +--------- .../regressions/dev11_221340/TestLib.ilproj | 23 +--------- .../regressions/dev11_256384/Library.csproj | 23 +--------- .../regressions/dev11_38348/Lib.csproj | 23 +--------- .../LibraryThatImplementsStruct.csproj | 23 +--------- .../dev11_383846/TypeForwarderLibrary.csproj | 23 +--------- .../dev11_95728/dev11_95728.csproj | 23 ++-------- .../regressions/vsw111021/main.csproj | 21 +-------- .../regressions/vsw188290/vsw188290.ilproj | 23 ++-------- .../vsw305955/GenericAssertin.ilproj | 21 +-------- .../regressions/vsw307137/vsw307137.csproj | 23 ++-------- .../vsw529206/moduleCctorThrow.ilproj | 23 +--------- .../vsw529206/vsw529206ModuleCctor.csproj | 24 +---------- .../regressions/vsw531159/vsw531159.csproj | 21 +-------- .../classloader/rmv/il/RMV-2-11-6-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-13-15-two.ilproj | 21 +-------- .../rmv/il/RMV-2-13-22-three.ilproj | 21 +-------- .../rmv/il/RMV-2-13-25-five.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-13-26-two.ilproj | 21 +-------- .../rmv/il/RMV-2-13-40a-two.ilproj | 21 +-------- .../rmv/il/RMV-2-13-41a-two.ilproj | 21 +-------- .../rmv/il/RMV-2-13-41g-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-13-6b-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-13-7-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-15-12b.ilproj | 23 +--------- .../classloader/rmv/il/RMV-2-25-9-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-5-5-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-5-8-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-20-one.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-20-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-28-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-3-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-30-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-31-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-33-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-39g-two.ilproj | 21 +-------- .../classloader/rmv/il/RMV-2-8-7-two.ilproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj | 21 +-------- .../Beta1/Layout/Matrix/cs/L-1-10-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj | 21 +-------- .../Beta1/Layout/Matrix/cs/L-1-11-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj | 21 +-------- .../Beta1/Layout/Matrix/cs/L-1-12-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj | 21 +-------- .../Beta1/Layout/Matrix/cs/L-2-10-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj | 21 +-------- .../Beta1/Layout/Matrix/cs/L-2-11-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj | 21 +-------- .../Beta1/Layout/Matrix/cs/L-2-12-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj | 23 +--------- .../v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj | 21 +-------- .../v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj | 23 +--------- .../v1/M10/Acceptance/Case1.csproj | 21 +-------- .../v1/M10/Acceptance/Case2.csproj | 21 +-------- .../v1/M10/Acceptance/Case3.csproj | 21 +-------- .../v1/M10/Acceptance/Case4.csproj | 21 +-------- .../v1/M10/Relocation/IL/IL_DLL.ilproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL1.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL10.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL11.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL12.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL13.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL14.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL15.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL16.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL17.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL18.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL19.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL2.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL3.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL4.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL5.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL6.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL7.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL8.csproj | 23 +--------- .../Beta1/CLStressA/CLStressADLL9.csproj | 23 +--------- .../lowlevel/regress/105736/Exception.csproj | 29 +------------ .../multimodule/DontUseNetmodule.csproj | 29 +------------ .../regressions/GitHub_15544/main.csproj | 24 +---------- .../regressions/classloader/main.csproj | 24 +---------- .../regressions/classloader/vsw307137.csproj | 24 +---------- .../Loader/regressions/polyrec/Polyrec.csproj | 25 +---------- .../versioning/coverage/AssemblyAttrs.csproj | 29 +------------ .../src/Regressions/assemblyref/assem.csproj | 26 +---------- .../src/Regressions/assemblyref/test.csproj | 25 +---------- .../Regressions/common/AboveStackLimit.csproj | 31 ++----------- .../src/Regressions/common/ArrayCopy.csproj | 29 ++----------- .../src/Regressions/common/CompEx.csproj | 31 ++----------- .../DisableTransparencyEnforcement.csproj | 29 ++----------- .../src/Regressions/common/Marshal.csproj | 31 ++----------- .../Regressions/common/ThreadCulture.csproj | 29 ++----------- .../src/Regressions/common/ToLower.csproj | 31 ++----------- .../src/Regressions/common/Unsafe.csproj | 31 ++----------- .../src/Regressions/common/avtest.csproj | 31 ++----------- .../src/Regressions/common/interlock.csproj | 29 ++----------- .../tests/src/Regressions/common/pow3.csproj | 31 ++----------- .../src/Regressions/common/test1307.csproj | 29 ++----------- .../src/Regressions/common/testClass.csproj | 29 ++----------- .../Regressions/common/testInterface.csproj | 29 ++----------- .../Regressions/coreclr/0014/avtest.csproj | 29 +------------ .../Regressions/coreclr/0018/ArrayCopy.csproj | 29 +------------ .../coreclr/0028/thread08-simplified.csproj | 29 +------------ .../coreclr/0041/expl_double_1.csproj | 29 +------------ .../Regressions/coreclr/0044/nullable.csproj | 29 +------------ .../Regressions/coreclr/0046/istype.csproj | 29 +------------ .../coreclr/0075/LargeArrayTest.csproj | 31 ++----------- .../Regressions/coreclr/0077/interlock.csproj | 29 +------------ .../0080/delete_next_card_table.csproj | 27 +----------- .../coreclr/0099/AboveStackLimit.csproj | 31 ++----------- .../src/Regressions/coreclr/0138/pow3.csproj | 31 ++----------- .../coreclr/0149/SampleAssembly.csproj | 29 +------------ .../Regressions/coreclr/0198/CompEx.csproj | 31 ++----------- .../coreclr/0202/ThreadCulture.csproj | 31 ++----------- .../Regressions/coreclr/0211/genrecur.csproj | 29 +------------ .../Regressions/coreclr/0275/Marshal.csproj | 31 ++----------- .../Regressions/coreclr/0308/ToLower.csproj | 31 ++----------- .../coreclr/0341/PlatformCode.csproj | 31 ++----------- .../Regressions/coreclr/0341/UserCode.csproj | 31 ++----------- .../Regressions/coreclr/0342/unsafe.csproj | 31 ++----------- .../src/Regressions/coreclr/0416/hello.csproj | 29 +------------ .../src/Regressions/coreclr/0433/assem.csproj | 29 +------------ .../src/Regressions/coreclr/0433/test.csproj | 29 +------------ .../src/Regressions/coreclr/0487/test.csproj | 29 +------------ .../Regressions/coreclr/0570/Test570.csproj | 31 ++----------- .../Regressions/coreclr/0576/Test0576.csproj | 29 +------------ .../Regressions/coreclr/0582/csgen.1.csproj | 29 +------------ .../Regressions/coreclr/0583/Test583.csproj | 29 +------------ .../Regressions/coreclr/0584/Test584.csproj | 32 ++------------ .../coreclr/0694/CriticalCode.csproj | 31 ++----------- .../Regressions/coreclr/0792/Test0792.csproj | 29 +------------ .../Regressions/coreclr/0828/Test0828.csproj | 29 +------------ .../Regressions/coreclr/0829/Test0829.csproj | 29 +------------ .../Regressions/coreclr/0857/override.csproj | 29 +------------ .../Regressions/coreclr/0939/test0939.csproj | 31 ++----------- .../Regressions/coreclr/0968/Test968.csproj | 29 +------------ .../Regressions/coreclr/1307/test1307.csproj | 29 +------------ .../Regressions/coreclr/1333/testClass.csproj | 29 +------------ .../coreclr/1333/testInterface.csproj | 29 +------------ .../Regressions/coreclr/1337/Test1337.csproj | 29 +------------ .../coreclr/1380/forwarder1.csproj | 29 +------------ .../coreclr/1386/Co1727ctor_OO.csproj | 31 ++----------- .../Regressions/coreclr/1402/Test1402.csproj | 29 +------------ .../coreclr/1514/InterlockExchange.csproj | 31 ++----------- .../coreclr/15241/genericcontext.ilproj | 25 +---------- .../Regressions/coreclr/1534/Test1534.csproj | 29 +------------ .../Regressions/coreclr/1535/Test1535.csproj | 29 +------------ .../Regressions/coreclr/1549/Test1549.csproj | 29 +------------ .../coreclr/15647/interfacestatics.ilproj | 25 +---------- .../coreclr/15650/interfacecctor.ilproj | 25 +---------- .../coreclr/15827/nonvirtualcall.ilproj | 25 +---------- .../coreclr/16064/methodimpl.ilproj | 25 +---------- .../coreclr/16123/ambiguousconstraint.ilproj | 27 +----------- .../coreclr/16354/notimplemented.ilproj | 25 +---------- .../Regressions/coreclr/16355/boring.ilproj | 25 +---------- .../Regressions/coreclr/16355/variance.ilproj | 25 +---------- .../Regressions/coreclr/16371/ptrarray.csproj | 22 +--------- .../16775/sharedinterfacemethod.ilproj | 25 +---------- .../coreclr/20452/twopassvariance.ilproj | 25 +---------- .../coreclr/20616/UnicodeBug.ilproj | 27 +----------- .../Regressions/coreclr/22021/consumer.ilproj | 25 +---------- .../Regressions/coreclr/22021/provider.ilproj | 30 +------------ .../Regressions/coreclr/22386/debug3.ilproj | 25 +---------- .../coreclr/22407/abstractcalls.ilproj | 25 +---------- .../coreclr/22728/createdelegate.ilproj | 25 +---------- .../Regressions/coreclr/22728/debug15.ilproj | 25 +---------- .../Regressions/coreclr/25057/byref.csproj | 22 +--------- .../coreclr/72162/Test72162.csproj | 31 ++----------- .../coreclr/9414/readonlyPrefix.csproj | 22 +--------- .../coreclr/GitHub_11611/Test11611.csproj | 31 ++----------- .../coreclr/GitHub_12224/Test12224.csproj | 31 ++----------- .../coreclr/GitHub_16833/Test16833.csproj | 31 ++----------- .../coreclr/GitHub_17398/test17398.csproj | 32 ++------------ .../coreclr/GitHub_22348/Test22348.csproj | 31 ++----------- .../coreclr/GitHub_22888/test22888.cs | 4 +- .../coreclr/GitHub_22888/test22888.csproj | 31 ++----------- .../GitHub_22888/test22888resources.csproj | 31 ++----------- .../coreclr/GitHub_24524/test24524.ilproj | 32 +------------- .../coreclr/GitHub_24701/test24701.csproj | 22 +--------- .../coreclr/GitHub_7685/Test7685.csproj | 31 ++----------- .../expl_double/expl_double.csproj | 21 +-------- .../TieredVtableMethodTests.csproj | 13 +----- .../FixedAddressValueType.csproj | 28 ++---------- .../DefaultImplementationsOfInterfaces.ilproj | 32 +------------- .../ExecuteCodeWithGuaranteedCleanup.csproj | 26 +---------- .../RuntimeWrappedException.csproj | 31 ++----------- .../StringThrower.ilproj | 30 +------------ .../Dev10_535767.csproj | 29 +------------ .../dynamicobjectproperties/TestAPIs.csproj | 29 +------------ .../dynamicobjectproperties/TestGC.csproj | 29 +------------ .../TestOverrides.csproj | 29 +------------ .../dynamicobjectproperties/test448035.csproj | 29 +------------ .../modulector/moduleCctor.ilproj | 30 +------------ .../modulector/runmoduleconstructor.csproj | 26 +---------- .../AVException01.csproj | 29 +------------ .../AVException02.csproj | 31 ++----------- .../AVException03.csproj | 29 +------------ .../StackTracePreserveTests.csproj | 29 +------------ .../WindowsEventLog/WindowsEventLog.csproj | 28 +----------- .../generics/GenericExceptions.csproj | 29 +------------ .../generics/GenericExceptions01.csproj | 29 +------------ .../generics/GenericExceptions02.csproj | 29 +------------ .../generics/GenericExceptions03.csproj | 29 +------------ .../generics/GenericExceptions04.csproj | 29 +------------ .../generics/GenericExceptions05.csproj | 29 +------------ .../generics/GenericExceptions06.csproj | 29 +------------ .../generics/GenericExceptions07.csproj | 29 +------------ .../generics/GenericExceptions08.csproj | 29 +------------ .../generics/TypeParameter001.csproj | 29 +------------ .../generics/TypeParameter002.csproj | 29 +------------ .../generics/TypeParameter003.csproj | 29 +------------ .../generics/TypeParameter004.csproj | 29 +------------ .../generics/TypeParameter005.csproj | 29 +------------ .../generics/TypeParameter006.csproj | 29 +------------ .../generics/TypeParameter007.csproj | 29 +------------ .../generics/TypeParameter008.csproj | 29 +------------ .../generics/TypeParameter009.csproj | 29 +------------ .../generics/TypeParameter010.csproj | 29 +------------ .../generics/TypeParameter011.csproj | 29 +------------ .../generics/TypeParameter012.csproj | 29 +------------ .../generics/TypeParameter013.csproj | 29 +------------ .../generics/TypeParameter014.csproj | 29 +------------ .../generics/TypeParameter015.csproj | 29 +------------ .../generics/TypeParameter016.csproj | 29 +------------ .../generics/TypeParameter017.csproj | 29 +------------ .../generics/TypeParameter018.csproj | 29 +------------ .../generics/nested-try-catch01.csproj | 29 +------------ .../generics/nested-try-catch02.csproj | 29 +------------ .../generics/nested-try-catch03.csproj | 29 +------------ .../generics/nested-try-catch04.csproj | 29 +------------ .../generics/nested-try-catch05.csproj | 29 +------------ .../generics/nested-try-catch06.csproj | 29 +------------ .../generics/nested-try-catch07.csproj | 29 +------------ .../generics/nested-try-catch08.csproj | 29 +------------ .../generics/nested-try-catch09.csproj | 29 +------------ .../generics/nested-try-catch10.csproj | 29 +------------ .../try-catch-finally-struct01.csproj | 29 +------------ .../try-catch-finally-struct02.csproj | 29 +------------ .../try-catch-finally-struct03.csproj | 29 +------------ .../generics/try-catch-finally01.csproj | 29 +------------ .../generics/try-catch-finally02.csproj | 29 +------------ .../generics/try-catch-finally03.csproj | 29 +------------ .../generics/try-catch-struct01.csproj | 29 +------------ .../generics/try-catch-struct02.csproj | 29 +------------ .../generics/try-catch-struct03.csproj | 29 +------------ .../generics/try-catch-struct04.csproj | 29 +------------ .../generics/try-catch-struct05.csproj | 29 +------------ .../generics/try-catch-struct06.csproj | 29 +------------ .../generics/try-catch-struct07.csproj | 29 +------------ .../generics/try-catch-struct08.csproj | 29 +------------ .../generics/try-catch-struct09.csproj | 29 +------------ .../exceptions/generics/try-catch01.csproj | 29 +------------ .../exceptions/generics/try-catch02.csproj | 29 +------------ .../exceptions/generics/try-catch03.csproj | 29 +------------ .../exceptions/generics/try-catch04.csproj | 29 +------------ .../exceptions/generics/try-catch05.csproj | 29 +------------ .../exceptions/generics/try-catch06.csproj | 29 +------------ .../exceptions/generics/try-catch07.csproj | 29 +------------ .../exceptions/generics/try-catch08.csproj | 29 +------------ .../exceptions/generics/try-catch09.csproj | 29 +------------ .../generics/try-fault-struct01.ilproj | 32 +------------- .../generics/try-fault-struct02.ilproj | 32 +------------- .../generics/try-fault-struct03.ilproj | 32 +------------- .../exceptions/generics/try-fault01.ilproj | 32 +------------- .../exceptions/generics/try-fault02.ilproj | 32 +------------- .../exceptions/generics/try-fault03.ilproj | 32 +------------- .../generics/try-filter-finally01.ilproj | 32 +------------- .../generics/try-filter-finally02.ilproj | 32 +------------- .../generics/try-filter-struct02.ilproj | 32 +------------- .../exceptions/generics/try-filter02.ilproj | 32 +------------- .../generics/try-finally-struct01.csproj | 29 +------------ .../generics/try-finally-struct02.csproj | 29 +------------ .../generics/try-finally-struct03.csproj | 29 +------------ .../exceptions/generics/try-finally01.csproj | 29 +------------ .../exceptions/generics/try-finally02.csproj | 29 +------------ .../exceptions/generics/try-finally03.csproj | 29 +------------ .../Dev11/147911/test147911.csproj | 30 +------------ .../Dev11/154243/dynamicmethodliveness.csproj | 29 +------------ .../regressions/V1/SEH/COOL/finally.csproj | 29 +------------ .../regressions/V1/SEH/COOL/rethrow.csproj | 29 +------------ .../V1/SEH/VJ/ExternalException.csproj | 29 +------------ .../V1/SEH/VJ/HandlerException.csproj | 29 +------------ .../V1/SEH/VJ/MultipleException.csproj | 29 +------------ .../regressions/V1/SEH/VJ/NestedEx1.csproj | 29 +------------ .../regressions/V1/SEH/VJ/NestedEx2.csproj | 29 +------------ .../V1/SEH/VJ/NestedException.csproj | 31 ++----------- .../V1/SEH/VJ/NormalException.csproj | 29 +------------ .../V1/SEH/VJ/RecursiveException.csproj | 29 +------------ .../regressions/V1/SEH/VJ/TryCatch.csproj | 29 +------------ .../V1/SEH/VJ/TryCatchFinally.csproj | 29 +------------ .../V1/SEH/VJ/UnmanagedToManaged.csproj | 30 +------------ .../V1/SEH/VJ/UserException.csproj | 29 +------------ .../V1/SEH/VJ/UserExceptionThread.csproj | 29 +------------ .../regressions/V1/SEH/asm/Except.ilproj | 32 +------------- .../regressions/V1/SEH/asm/FiltCatch.ilproj | 32 +------------- .../V1/SEH/asm/FiltFallThru.ilproj | 32 +------------- .../regressions/V1/SEH/asm/Filter.ilproj | 32 +------------- .../regressions/V1/SEH/asm/Finally.ilproj | 32 +------------- .../V1/SEH/asm/NestedExcept.ilproj | 32 +------------- .../regressions/V1/SEH/asm/NestedFilt.ilproj | 32 +------------- .../V1/SEH/coverage/Exceptions.csproj | 29 +------------ .../exceptions/regressions/v1.0/15266.ilproj | 32 +------------- .../exceptions/regressions/v1.0/19896.csproj | 29 +------------ .../regressions/v4.0/640474/other.csproj | 29 +------------ .../regressions/v4.0/640474/test640474.csproj | 29 +------------ .../regressions/whidbeyM3.2/151232.csproj | 29 +------------ .../whidbeybeta2/349379/349379.csproj | 31 ++----------- .../whidbeym3.3/106011/106011.csproj | 31 ++----------- .../whidbeym3.3/293674/ReproTrusted.csproj | 29 +------------ .../whidbeym3.3/302680/302680.csproj | 31 ++----------- .../whidbeym3.3/302680/data.csproj | 29 +------------ .../emptystacktrace/OOMException01.csproj | 29 +------------ .../exceptions/simple/ArrayInit.csproj | 27 +----------- .../exceptions/simple/HardwareEh.csproj | 29 +------------ .../exceptions/simple/ILHelper.ilproj | 32 +------------- .../baseservices/exceptions/simple/VT.ilproj | 32 +------------- .../exceptions/simple/fault.ilproj | 32 +------------- .../exceptions/simple/finally.csproj | 29 +------------ .../stacktrace/Tier1StackTrace.csproj | 13 +----- .../exceptions/unittests/Baadbaad.csproj | 29 +------------ .../exceptions/unittests/BaseClass.csproj | 29 +------------ .../unittests/CollidedUnwind.csproj | 29 +------------ .../unittests/EHPatternTests.csproj | 29 +------------ .../unittests/GoryManagedPresent.csproj | 29 +------------ .../unittests/GoryNativePast.csproj | 29 +------------ .../exceptions/unittests/InnerFinally.csproj | 29 +------------ .../unittests/InnerFinallyAndCatch.csproj | 29 +------------ .../exceptions/unittests/Pending.csproj | 29 +------------ .../exceptions/unittests/Recurse.csproj | 29 +------------ .../unittests/RecursiveRethrow.csproj | 29 +------------ .../unittests/RecursiveThrowNew.csproj | 29 +------------ .../unittests/RethrowAndFinally.csproj | 29 +------------ .../unittests/ReturnFromCatch.csproj | 29 +------------ .../unittests/StrSwitchFinally.csproj | 29 +------------ .../exceptions/unittests/ThrowInCatch.csproj | 29 +------------ .../unittests/ThrowInFinally.csproj | 29 +------------ .../ThrowInFinallyNestedInTry.csproj | 29 +------------ .../unittests/TryCatchInFinally.csproj | 29 +------------ .../finalization/Finalizer.csproj | 29 +------------ .../finalization/FinalizerSigned.csproj | 29 +------------ .../regression/dd130885/xlib.csproj | 29 +------------ .../regression/vswhidbey267905/267905.csproj | 29 +------------ .../regression/vswhidbey305155/305155.csproj | 29 +------------ .../regression/vswhidbey395914/395914.csproj | 29 +------------ .../baseservices/multidimmarray/enum.csproj | 29 +------------ .../multidimmarray/rank1array.ilproj | 21 +-------- .../threading/DeadThreads/DeadThreads.csproj | 16 +------ .../DefaultStackCommit.csproj | 30 +------------ .../coverage/Nullref/CS_ARENullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_MRENullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_MutexNullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_RWHNullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_SLENullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_TSNullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_TimerNullRefEx.csproj | 29 +------------ .../coverage/Nullref/CS_WHNullRefEx.csproj | 29 +------------ .../coverage/OSThreadId/osthreadid.csproj | 21 +-------- .../CultureChangeSecurity.csproj | 27 +----------- .../delegate/BeginInvokeEndInvoke.csproj | 28 +----------- .../AutoResetEvent/ConstructFalse.csproj | 29 +------------ .../AutoResetEvent/ConstructTrue.csproj | 29 +------------ .../AutoReset/AutoResetCast1.csproj | 29 +------------ .../AutoReset/AutoResetCast2.csproj | 29 +------------ .../AutoReset/AutoResetCtor1.csproj | 29 +------------ .../AutoReset/AutoResetCtor2.csproj | 29 +------------ .../ManualReset/ManualResetCast1.csproj | 29 +------------ .../ManualReset/ManualResetCast2.csproj | 29 +------------ .../ManualReset/ManualResetCtor1.csproj | 29 +------------ .../ManualReset/ManualResetCtor2.csproj | 29 +------------ .../unit/AutoConstructFalse.csproj | 29 +------------ .../unit/AutoConstructTrue.csproj | 29 +------------ .../unit/ManualConstructFalse.csproj | 29 +------------ .../unit/ManualConstructTrue.csproj | 29 +------------ .../ManualResetEvent/ConstructFalse.csproj | 29 +------------ .../ManualResetEvent/ConstructTrue.csproj | 29 +------------ .../generics/Monitor/EnterExit01.csproj | 29 +------------ .../generics/Monitor/EnterExit02.csproj | 29 +------------ .../generics/Monitor/EnterExit03.csproj | 29 +------------ .../generics/Monitor/EnterExit04.csproj | 29 +------------ .../generics/Monitor/EnterExit05.csproj | 29 +------------ .../generics/Monitor/EnterExit06.csproj | 29 +------------ .../generics/Monitor/EnterExit07.csproj | 29 +------------ .../generics/Monitor/EnterExit08.csproj | 29 +------------ .../generics/Monitor/EnterExit09.csproj | 29 +------------ .../generics/Monitor/EnterExit10.csproj | 29 +------------ .../generics/Monitor/EnterExit11.csproj | 29 +------------ .../generics/Monitor/EnterExit12.csproj | 29 +------------ .../generics/Monitor/EnterExit13.csproj | 29 +------------ .../generics/Monitor/EnterExit14.csproj | 29 +------------ .../generics/Monitor/TryEnter01.csproj | 29 +------------ .../generics/Monitor/TryEnter03.csproj | 29 +------------ .../generics/Monitor/TryEnter04.csproj | 29 +------------ .../generics/Monitor/TryEnter05.csproj | 29 +------------ .../generics/Monitor/TryEnter06.csproj | 29 +------------ .../generics/TimerCallback/thread01.csproj | 29 +------------ .../generics/TimerCallback/thread02.csproj | 29 +------------ .../generics/TimerCallback/thread03.csproj | 29 +------------ .../generics/TimerCallback/thread04.csproj | 29 +------------ .../generics/TimerCallback/thread05.csproj | 29 +------------ .../generics/TimerCallback/thread06.csproj | 29 +------------ .../generics/TimerCallback/thread07.csproj | 29 +------------ .../generics/TimerCallback/thread08.csproj | 29 +------------ .../generics/TimerCallback/thread09.csproj | 29 +------------ .../generics/TimerCallback/thread10.csproj | 29 +------------ .../generics/TimerCallback/thread11.csproj | 29 +------------ .../generics/TimerCallback/thread12.csproj | 29 +------------ .../generics/TimerCallback/thread13.csproj | 29 +------------ .../generics/TimerCallback/thread14.csproj | 29 +------------ .../generics/TimerCallback/thread15.csproj | 29 +------------ .../generics/TimerCallback/thread16.csproj | 29 +------------ .../generics/TimerCallback/thread17.csproj | 29 +------------ .../generics/TimerCallback/thread18.csproj | 29 +------------ .../generics/TimerCallback/thread19.csproj | 29 +------------ .../generics/TimerCallback/thread20.csproj | 29 +------------ .../generics/TimerCallback/thread21.csproj | 29 +------------ .../generics/TimerCallback/thread22.csproj | 29 +------------ .../generics/TimerCallback/thread23.csproj | 29 +------------ .../generics/TimerCallback/thread24.csproj | 29 +------------ .../generics/TimerCallback/thread25.csproj | 29 +------------ .../generics/TimerCallback/thread26.csproj | 29 +------------ .../generics/TimerCallback/thread27.csproj | 29 +------------ .../generics/TimerCallback/thread28.csproj | 29 +------------ .../generics/TimerCallback/thread29.csproj | 29 +------------ .../generics/TimerCallback/thread30.csproj | 29 +------------ .../TimerCallback/tighttimercallback.csproj | 29 +------------ .../generics/WaitCallback/thread01.csproj | 29 +------------ .../generics/WaitCallback/thread02.csproj | 29 +------------ .../generics/WaitCallback/thread03.csproj | 29 +------------ .../generics/WaitCallback/thread04.csproj | 29 +------------ .../generics/WaitCallback/thread05.csproj | 29 +------------ .../generics/WaitCallback/thread06.csproj | 29 +------------ .../generics/WaitCallback/thread07.csproj | 29 +------------ .../generics/WaitCallback/thread08.csproj | 29 +------------ .../generics/WaitCallback/thread09.csproj | 29 +------------ .../generics/WaitCallback/thread10.csproj | 29 +------------ .../generics/WaitCallback/thread11.csproj | 29 +------------ .../generics/WaitCallback/thread12.csproj | 29 +------------ .../generics/WaitCallback/thread13.csproj | 29 +------------ .../generics/WaitCallback/thread14.csproj | 29 +------------ .../generics/WaitCallback/thread15.csproj | 29 +------------ .../generics/WaitCallback/thread16.csproj | 29 +------------ .../generics/WaitCallback/thread17.csproj | 29 +------------ .../generics/WaitCallback/thread18.csproj | 29 +------------ .../generics/WaitCallback/thread19.csproj | 29 +------------ .../generics/WaitCallback/thread20.csproj | 29 +------------ .../generics/WaitCallback/thread21.csproj | 29 +------------ .../generics/WaitCallback/thread22.csproj | 29 +------------ .../generics/WaitCallback/thread23.csproj | 29 +------------ .../generics/WaitCallback/thread24.csproj | 29 +------------ .../generics/WaitCallback/thread25.csproj | 29 +------------ .../generics/WaitCallback/thread26.csproj | 29 +------------ .../generics/WaitCallback/thread27.csproj | 29 +------------ .../generics/WaitCallback/thread28.csproj | 29 +------------ .../generics/WaitCallback/thread29.csproj | 29 +------------ .../generics/WaitCallback/thread30.csproj | 29 +------------ .../generics/syncdelegate/GThread01.csproj | 29 +------------ .../generics/syncdelegate/GThread02.csproj | 29 +------------ .../generics/syncdelegate/GThread03.csproj | 29 +------------ .../generics/syncdelegate/GThread04.csproj | 29 +------------ .../generics/syncdelegate/GThread05.csproj | 29 +------------ .../generics/syncdelegate/GThread06.csproj | 29 +------------ .../generics/syncdelegate/GThread07.csproj | 29 +------------ .../generics/syncdelegate/GThread08.csproj | 29 +------------ .../generics/syncdelegate/GThread09.csproj | 29 +------------ .../generics/syncdelegate/GThread10.csproj | 29 +------------ .../generics/syncdelegate/GThread11.csproj | 29 +------------ .../generics/syncdelegate/GThread12.csproj | 29 +------------ .../generics/syncdelegate/GThread13.csproj | 29 +------------ .../generics/syncdelegate/GThread14.csproj | 29 +------------ .../generics/syncdelegate/GThread15.csproj | 29 +------------ .../generics/syncdelegate/GThread16.csproj | 29 +------------ .../generics/syncdelegate/GThread17.csproj | 29 +------------ .../generics/syncdelegate/GThread18.csproj | 29 +------------ .../generics/syncdelegate/GThread19.csproj | 29 +------------ .../generics/syncdelegate/GThread20.csproj | 29 +------------ .../generics/syncdelegate/GThread21.csproj | 29 +------------ .../generics/syncdelegate/GThread22.csproj | 29 +------------ .../generics/syncdelegate/GThread23.csproj | 29 +------------ .../generics/syncdelegate/GThread24.csproj | 29 +------------ .../generics/syncdelegate/GThread25.csproj | 29 +------------ .../generics/syncdelegate/GThread26.csproj | 29 +------------ .../generics/syncdelegate/GThread27.csproj | 29 +------------ .../generics/syncdelegate/GThread28.csproj | 29 +------------ .../generics/syncdelegate/GThread29.csproj | 29 +------------ .../generics/syncdelegate/GThread30.csproj | 29 +------------ .../generics/threadstart/GThread01.csproj | 29 +------------ .../generics/threadstart/GThread02.csproj | 29 +------------ .../generics/threadstart/GThread03.csproj | 29 +------------ .../generics/threadstart/GThread04.csproj | 29 +------------ .../generics/threadstart/GThread05.csproj | 29 +------------ .../generics/threadstart/GThread06.csproj | 29 +------------ .../generics/threadstart/GThread07.csproj | 29 +------------ .../generics/threadstart/GThread08.csproj | 29 +------------ .../generics/threadstart/GThread09.csproj | 29 +------------ .../generics/threadstart/GThread10.csproj | 29 +------------ .../generics/threadstart/GThread11.csproj | 29 +------------ .../generics/threadstart/GThread12.csproj | 29 +------------ .../generics/threadstart/GThread13.csproj | 29 +------------ .../generics/threadstart/GThread14.csproj | 29 +------------ .../generics/threadstart/GThread15.csproj | 29 +------------ .../generics/threadstart/GThread16.csproj | 29 +------------ .../generics/threadstart/GThread17.csproj | 29 +------------ .../generics/threadstart/GThread18.csproj | 29 +------------ .../generics/threadstart/GThread19.csproj | 29 +------------ .../generics/threadstart/GThread20.csproj | 29 +------------ .../generics/threadstart/GThread21.csproj | 29 +------------ .../generics/threadstart/GThread22.csproj | 29 +------------ .../generics/threadstart/GThread23.csproj | 29 +------------ .../generics/threadstart/GThread24.csproj | 29 +------------ .../generics/threadstart/GThread25.csproj | 29 +------------ .../generics/threadstart/GThread26.csproj | 29 +------------ .../generics/threadstart/GThread27.csproj | 29 +------------ .../generics/threadstart/GThread28.csproj | 29 +------------ .../generics/threadstart/GThread29.csproj | 29 +------------ .../generics/threadstart/GThread30.csproj | 29 +------------ .../interlocked/add/CheckAddInt.csproj | 27 +----------- .../interlocked/add/CheckAddInt_1.csproj | 31 +------------ .../interlocked/add/CheckAddLong.csproj | 27 +----------- .../interlocked/add/CheckAddLong_1.csproj | 31 +------------ .../interlocked/add/InterlockedAddInt.csproj | 27 +----------- .../add/InterlockedAddInt_1.csproj | 31 +------------ .../add/InterlockedAddInt_2.csproj | 31 +------------ .../add/InterlockedAddInt_3.csproj | 31 +------------ .../interlocked/add/InterlockedAddLong.csproj | 27 +----------- .../add/InterlockedAddLongWithSubtract.csproj | 27 +----------- .../add/InterlockedAddLong_1.csproj | 31 +------------ .../add/InterlockedAddLong_2.csproj | 31 +------------ .../threading/interlocked/add/add.csproj | 31 ++----------- .../add/interlockedaddintwithsubtract.csproj | 27 +----------- .../checkreturn/intdeccheckreturn.csproj | 29 +------------ .../checkreturn/intinccheckreturn.csproj | 29 +------------ .../checkreturn/longdeccheckreturn.csproj | 29 +------------ .../checkreturn/longinccheckreturn.csproj | 29 +------------ .../CompareExchangeLong.csproj | 27 +----------- .../CompareExchangeLong_1.csproj | 31 +------------ .../CompareExchangeLong_2.csproj | 31 +------------ .../CompareExchangeLong_3.csproj | 31 +------------ .../CompareExchangeTClass.csproj | 27 +----------- .../CompareExchangeTClass_1.csproj | 31 +------------ .../CompareExchangeTString.csproj | 29 +------------ .../compareexchange1_cti.csproj | 34 ++------------- .../compareexchange/compareexchange2.csproj | 34 ++------------- .../compareexchange/compareexchange3.csproj | 34 ++------------- .../compareexchange/compareexchange4.csproj | 34 ++------------- .../compareexchange5_cti.csproj | 34 ++------------- .../compareexchangedouble.csproj | 29 +------------ .../compareexchangefloat.csproj | 29 +------------ .../compareexchange/compareexchangeint.csproj | 29 +------------ .../compareexchangeintptr.csproj | 29 +------------ .../compareexchangeobject.csproj | 29 +------------ .../compareexchange/compareexchanget.csproj | 29 +------------ .../interlocked/ctorchk/ctorchk.csproj | 31 ++----------- .../interlocked/decrement/intdec.csproj | 29 +------------ .../interlocked/decrement/longdec.csproj | 29 +------------ .../interlocked/exchange/ExchangeInt.csproj | 29 +------------ .../interlocked/exchange/ExchangeLong.csproj | 29 +------------ .../exchange/ExchangeTClass.csproj | 29 +------------ .../exchange/ExchangeTString.csproj | 27 +----------- .../exchange/ExchangeTString_1.csproj | 29 +------------ .../exchange/ExchangeTString_2.csproj | 29 +------------ .../interlocked/exchange/exchange1_cti.csproj | 34 ++------------- .../interlocked/exchange/exchange2.csproj | 34 ++------------- .../interlocked/exchange/exchange3.csproj | 34 ++------------- .../interlocked/exchange/exchange4.csproj | 34 ++------------- .../interlocked/exchange/exchange4_cti.csproj | 34 ++------------- .../interlocked/exchange/exchange5_cti.csproj | 34 ++------------- .../exchange/exchangedouble.csproj | 29 +------------ .../interlocked/exchange/exchangefloat.csproj | 29 +------------ .../exchange/exchangeobject.csproj | 29 +------------ .../interlocked/exchange/exchanget.csproj | 29 +------------ .../interlocked/increment/intinc.csproj | 29 +------------ .../interlocked/increment/longinc.csproj | 29 +------------ .../interlocked/read/interlockedread.csproj | 29 +------------ .../interlocked/read/readthreads.csproj | 29 +------------ .../threading/monitor/ctorchk/ctorchk.csproj | 31 ++----------- .../threading/monitor/enter/EnterNull.csproj | 29 +------------ .../monitor/enter/monitorenter.csproj | 29 +------------ .../threading/monitor/exit/ExitNull.csproj | 29 +------------ .../monitor/isentered/monitorisentered.csproj | 29 +------------ .../threading/monitor/pulse/PulseNull.csproj | 29 +------------ .../monitor/pulseall/PulseAllNull.csproj | 29 +------------ .../monitor/tryenter/longtimeout.csproj | 29 +------------ .../monitor/unownedlock/EnterExitExit.csproj | 29 +------------ .../unownedlock/NoEnterNewObject.csproj | 29 +------------ .../monitor/unownedlock/NoEnterObject.csproj | 29 +------------ .../monitor/unownedlock/NoEnterValType.csproj | 29 +------------ .../threading/monitor/wait/waitnull.csproj | 29 +------------ .../threading/mutex/misc/mutexctor1.csproj | 34 ++------------- .../threading/mutex/misc/mutexctor2.csproj | 34 ++------------- .../threading/mutex/misc/waitone1.csproj | 34 ++------------- .../threading/mutex/misc/waitone2.csproj | 32 +------------- .../mutex/openexisting/openmutexneg1.csproj | 30 +------------ .../mutex/openexisting/openmutexneg2.csproj | 30 +------------ .../mutex/openexisting/openmutexneg3.csproj | 30 +------------ .../mutex/openexisting/openmutexneg4.csproj | 30 +------------ .../mutex/openexisting/openmutexneg5.csproj | 30 +------------ .../mutex/openexisting/openmutexneg6.csproj | 30 +------------ .../mutex/openexisting/openmutexneg7.csproj | 30 +------------ .../mutex/openexisting/openmutexneg8.csproj | 30 +------------ .../mutex/openexisting/openmutexpos1.csproj | 30 +------------ .../mutex/openexisting/openmutexpos2.csproj | 30 +------------ .../mutex/openexisting/openmutexpos3.csproj | 30 +------------ .../mutex/openexisting/openmutexpos4.csproj | 30 +------------ .../paramthreadstart/ThreadStartBool.csproj | 27 +----------- .../paramthreadstart/ThreadStartBool_1.csproj | 29 +------------ .../paramthreadstart/ThreadStartByte.csproj | 27 +----------- .../paramthreadstart/ThreadStartByte_1.csproj | 31 +------------ .../paramthreadstart/ThreadStartByte_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartCast.csproj | 27 +----------- .../paramthreadstart/ThreadStartCast_1.csproj | 31 +------------ .../paramthreadstart/ThreadStartCast_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartChar.csproj | 27 +----------- .../paramthreadstart/ThreadStartChar_1.csproj | 31 +------------ .../paramthreadstart/ThreadStartChar_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartChar_3.csproj | 31 +------------ .../ThreadStartDecimal.csproj | 27 +----------- .../ThreadStartDecimal_1.csproj | 31 +------------ .../ThreadStartDecimal_2.csproj | 31 +------------ .../ThreadStartDelegate.csproj | 27 +----------- .../ThreadStartDelegate_1.csproj | 31 +------------ .../ThreadStartDelegate_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartDouble.csproj | 27 +----------- .../ThreadStartDouble_1.csproj | 31 +------------ .../ThreadStartDouble_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartFloat.csproj | 27 +----------- .../ThreadStartFloat_1.csproj | 31 +------------ .../ThreadStartFloat_2.csproj | 31 +------------ .../ThreadStartGenerics.csproj | 27 +----------- .../ThreadStartGenerics_1.csproj | 31 +------------ .../ThreadStartGenerics_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartInt.csproj | 27 +----------- .../paramthreadstart/ThreadStartInt_1.csproj | 31 +------------ .../paramthreadstart/ThreadStartInt_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartLong.csproj | 27 +----------- .../paramthreadstart/ThreadStartLong_1.csproj | 31 +------------ .../paramthreadstart/ThreadStartLong_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartNeg1.csproj | 29 +------------ .../paramthreadstart/ThreadStartNeg3.csproj | 29 +------------ .../paramthreadstart/ThreadStartNeg4.csproj | 29 +------------ .../paramthreadstart/ThreadStartNull.csproj | 29 +------------ .../paramthreadstart/ThreadStartNull2.csproj | 29 +------------ .../paramthreadstart/ThreadStartObject.csproj | 27 +----------- .../ThreadStartObject_1.csproj | 31 +------------ .../ThreadStartObject_2.csproj | 29 +------------ .../ThreadStartOperations.csproj | 27 +----------- .../ThreadStartOperations_1.csproj | 31 +------------ .../ThreadStartOperations_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartSByte.csproj | 27 +----------- .../ThreadStartSByte_1.csproj | 31 +------------ .../ThreadStartSByte_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartShort.csproj | 27 +----------- .../ThreadStartShort_1.csproj | 31 +------------ .../ThreadStartShort_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartString.csproj | 27 +----------- .../ThreadStartString_1.csproj | 31 +------------ .../ThreadStartString_2.csproj | 31 +------------ .../ThreadStartString_3.csproj | 31 +------------ .../paramthreadstart/ThreadStartUInt.csproj | 27 +----------- .../paramthreadstart/ThreadStartUInt_1.csproj | 31 +------------ .../paramthreadstart/ThreadStartUInt_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartULong.csproj | 27 +----------- .../ThreadStartULong_1.csproj | 31 +------------ .../ThreadStartULong_2.csproj | 31 +------------ .../paramthreadstart/ThreadStartUShort.csproj | 27 +----------- .../ThreadStartUShort_1.csproj | 31 +------------ .../ThreadStartUShort_2.csproj | 31 +------------ .../paramthreadstart/threadstartarray.csproj | 27 +----------- .../paramthreadstart/threadstartclass.csproj | 29 +------------ .../paramthreadstart/threadstartstruct.csproj | 29 +------------ .../regressions/13662/13662-a.csproj | 29 +------------ .../regressions/13662/13662-b.csproj | 29 +------------ .../regressions/13662/13662-simple.csproj | 29 +------------ .../regressions/17360/AVHelper.csproj | 28 +----------- .../regressions/269336/objmonhelper.csproj | 27 +----------- .../threading/regressions/30032/30032.csproj | 31 ++----------- .../regressions/576463/576463.csproj | 30 +------------ .../threading/regressions/6906/6906.csproj | 29 +------------ .../threading/regressions/beta1/347011.csproj | 29 +------------ .../threading/regressions/beta2/437017.csproj | 29 +------------ .../threading/regressions/beta2/437044.csproj | 29 +------------ .../devdiv489437/test489437.csproj | 29 +------------ .../regressions/whidbey_m3/200176.csproj | 30 +------------ .../semaphore/ctoropen/semaphorector1.csproj | 29 +------------ .../semaphore/ctoropen/semaphorector2.csproj | 30 +------------ .../semaphore/ctoropen/semaphorector3.csproj | 30 +------------ .../semaphore/ctoropen/semaphorector4.csproj | 30 +------------ .../semaphore/ctoropen/semaphorector5.csproj | 30 +------------ .../ctoropen/semaphorectorneg1.csproj | 29 +------------ .../ctoropen/semaphorectorneg2.csproj | 29 +------------ .../ctoropen/semaphorectorneg3.csproj | 29 +------------ .../ctoropen/semaphoreopenneg1.csproj | 30 +------------ .../ctoropen/semaphoreopenneg2.csproj | 30 +------------ .../ctoropen/semaphoreopenneg3.csproj | 30 +------------ .../ctoropen/semaphoreopenneg4.csproj | 30 +------------ .../ctoropen/semaphoreopenneg5.csproj | 30 +------------ .../ctoropen/semaphoreopenneg6.csproj | 30 +------------ .../ctoropen/semaphoreopenneg7.csproj | 30 +------------ .../threading/semaphore/unit/semdemo.csproj | 29 +------------ .../threading/semaphore/unit/semtest.csproj | 30 +------------ .../threading/stress/sudoku/Stack.csproj | 29 +------------ .../stress/sudoku/SudokuInterfaces.csproj | 29 +------------ .../threadpool/bindhandle/bindhandle1.csproj | 30 +------------ .../bindhandle/bindhandleinvalid.csproj | 30 +------------ .../bindhandle/bindhandleinvalid3.csproj | 30 +------------ .../bindhandle/bindhandleinvalid4.csproj | 30 +------------ .../bindhandle/bindhandleinvalid5.csproj | 30 +------------ .../bindhandle/bindhandleinvalid6.csproj | 30 +------------ .../bindhandle/bindhandlenull.csproj | 29 +------------ .../threadpool/ctorchk/ctorchk.csproj | 31 ++----------- .../unregister/regression_749068.csproj | 29 +------------ .../threadpool/unregister/unregister01.csproj | 27 +----------- .../threadpool/unregister/unregister03.csproj | 27 +----------- .../threadstatic/ThreadStatic01.csproj | 29 +------------ .../threadstatic/ThreadStatic02.csproj | 29 +------------ .../threadstatic/ThreadStatic03.csproj | 29 +------------ .../threadstatic/ThreadStatic04Helper.csproj | 29 +------------ .../threadstatic/ThreadStatic05.csproj | 29 +------------ .../threadstatic/ThreadStatic06.csproj | 29 +------------ .../threadstatic/threadstatic07.csproj | 29 +------------ .../waithandle/misc/waithandledispose2.csproj | 34 ++------------- .../waithandle/misc/waithandlewaitone1.csproj | 32 +------------- .../waithandle/waitall/nullarraymember.csproj | 29 +------------ .../waitall/waitallemptyarray.csproj | 29 +------------ .../waitall/waitallnullarray.csproj | 29 +------------ .../waitany/nullarraymemberwaitany.csproj | 29 +------------ .../waitany/waitanyemptyarray.csproj | 29 +------------ .../waitany/waitanynullarray.csproj | 29 +------------ .../contracts/TypeContracts.csproj | 15 +------ .../typeequivalence/impl/TypeImpl.csproj | 16 +------ .../typeequivalence/simple/Simple.csproj | 18 ++------ .../baseservices/varargs/varargsupport.ilproj | 27 +----------- .../varargs/varargsupport_r.ilproj | 27 +----------- .../src/baseservices/visibility/Target.csproj | 29 +------------ src/coreclr/tests/src/dir.props | 18 ++------ src/coreclr/tests/src/dir.targets | 21 ++------- src/coreclr/tests/src/dirs.proj | 1 + .../activation/sxshost/Delegates.csproj | 29 +------------ .../activation/sxshost/UserCases.csproj | 29 +------------ .../activation/sxshost/UserCode.csproj | 29 +------------ .../samples/hosting/usercode/UserCode.csproj | 29 +------------ .../UserCodeDependency.csproj | 29 +------------ .../hosting/stress/testset1/csgen.1.csproj | 29 +------------ .../hosting/stress/testset1/csgen.2.csproj | 29 +------------ .../hosting/stress/testset1/simple1.csproj | 29 +------------ .../MethodImplOptionsTests.csproj | 13 +----- .../managed/Compilation/Compilation.csproj | 31 ++----------- .../DynamicMethodGCStress.csproj | 27 ++++-------- .../src/readytorun/r2rdump/R2RDumpTest.csproj | 22 +--------- .../r2rdump/files/GcInfoTransitions.csproj | 16 +------ .../r2rdump/files/GenericFunctions.csproj | 16 +------ .../r2rdump/files/HelloWorld.csproj | 16 +------ .../files/MultipleRuntimeFunctions.csproj | 16 +------ .../src/readytorun/tests/fieldgetter.ilproj | 23 +--------- .../fileversionpreservation.csproj | 26 +---------- .../src/readytorun/tests/generics.csproj | 21 +-------- .../tests/genericsload/callgenericctor.csproj | 24 +---------- .../tests/genericsload/genericslib.ilproj | 30 +------------ .../tests/genericsload/usegenericfield.csproj | 24 +---------- .../tests/src/readytorun/tests/mainv1.csproj | 30 ++----------- .../tests/src/readytorun/tests/mainv2.csproj | 28 ++---------- .../src/readytorun/tests/newarray.csproj | 21 +-------- .../src/readytorun/tests/testv1/test.csproj | 26 +---------- .../src/readytorun/tests/testv2/test.csproj | 24 +---------- .../tests/versionbubbles/helper.csproj | 24 +---------- .../versionbubbles/versionbubbles.csproj | 32 +++----------- .../ActivateStructDefCtor.ilproj | 17 +------- .../DefaultInterfaceMethods/Emit.csproj | 26 +---------- .../GetInterfaceMapConsumer.csproj | 26 +---------- .../GetInterfaceMapProvider.ilproj | 30 +------------ .../InvokeConsumer.csproj | 26 +---------- .../InvokeProvider.ilproj | 30 +------------ .../GenericAttributeMetadata.ilproj | 23 +--------- .../GenericAttributeTests.csproj | 21 +-------- .../src/reflection/Modifiers/modifiers.csproj | 21 +-------- .../reflection/Modifiers/modifiersdata.ilproj | 21 +-------- .../SetValue/TrySetReadonlyStaticField.csproj | 13 +----- .../StaticInterfaceMembers/consumer.csproj | 26 +---------- .../StaticInterfaceMembers/provider.ilproj | 30 +------------ .../Tier1Collectible/Tier1Collectible.csproj | 15 +------ .../src/reflection/ldtoken/byrefs.ilproj | 23 +--------- .../reflection/ldtoken/ldtokenmember.ilproj | 21 +-------- .../src/reflection/ldtoken/modifiers.ilproj | 23 +--------- .../regression/dev10bugs/Dev10_629953.csproj | 29 +------------ .../regression/github_25697/25697.csproj | 29 +------------ .../reflection/regression/hfa/hfaParam.csproj | 29 +------------ .../reflectionrepromasterforsl/Helper.csproj | 29 +------------ .../src/sizeondisk/Directory.Build.props | 7 +++ .../src/sizeondisk/sodbench/SoDBench.csproj | 35 +-------------- .../tests/src/tracing/common/common.csproj | 21 +-------- .../eventactivityidcontrol.csproj | 19 +------- .../tracing/eventcounter/eventcounter.csproj | 18 +------- .../incrementingeventcounter.csproj | 16 +------ .../incrementingpollingcounter.csproj | 16 +------ .../eventcounter/pollingcounter.csproj | 16 +------ .../eventcounter/regression-25709.csproj | 16 +------ .../eventlistener/eventlistener.csproj | 21 +-------- .../eventpipe/buffersize/buffersize.csproj | 24 +---------- .../tracing/eventpipe/common/common.csproj | 22 +--------- .../ExceptionThrown_V1.csproj | 22 +--------- .../eventsvalidation/GCStartStop.csproj | 22 +--------- .../providervalidation.csproj | 24 +---------- .../rundownvalidation.csproj | 24 +---------- .../eventpipeandetw/eventpipeandetw.csproj | 23 +--------- .../eventsourcetrace/eventsourcetrace.csproj | 21 +-------- .../regress/GitHub_22247/GitHub_22247.csproj | 22 +--------- .../runtimeeventsource.csproj | 22 +--------- .../tracing/tracecontrol/tracecontrol.csproj | 19 +------- .../inducedgc/inducedgc.csproj | 21 +-------- .../jittingstarted/JittingStarted.csproj | 19 +------- .../tracevalidation/rundown/rundown.csproj | 19 +------- .../tracelogging/tracelogging.csproj | 19 +------- 10875 files changed, 20696 insertions(+), 253871 deletions(-) create mode 100644 src/coreclr/tests/src/GC/Stress/Tests/Directory.Build.targets delete mode 100644 src/coreclr/tests/src/GC/Stress/Tests/dir.targets rename src/coreclr/tests/src/JIT/{dir.props => Directory.Build.props} (50%) create mode 100644 src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Directory.Build.props delete mode 100644 src/coreclr/tests/src/JIT/HardwareIntrinsics/General/dir.props create mode 100644 src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Directory.Build.props delete mode 100644 src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/dir.props delete mode 100644 src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/dir.props delete mode 100644 src/coreclr/tests/src/JIT/HardwareIntrinsics/dir.props rename src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/{b07483.sc => b07483.cs} (100%) rename src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/{b08172.sc => b08172.cs} (100%) rename src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/{b09246.sc => b09246.cs} (100%) rename src/coreclr/tests/src/JIT/SIMD/{dir.props => Directory.Build.props} (72%) create mode 100644 src/coreclr/tests/src/sizeondisk/Directory.Build.props diff --git a/src/coreclr/tests/dir.common.props b/src/coreclr/tests/dir.common.props index 5c596c0fed8..58102f7169e 100644 --- a/src/coreclr/tests/dir.common.props +++ b/src/coreclr/tests/dir.common.props @@ -12,8 +12,8 @@ $(BuildOS).$(Platform).$(Configuration) - $(CoreclrDir)/tests/src - $([System.String]::Copy('$(MSBuildProjectDirectary)').Replace($(TestSrcDir),''))/$(MSBuildProjectName) + $(MSBuildThisFileDirectory)src + $([MSBuild]::MakeRelative($(TestSrcDir), $(MSBuildProjectDirectory)))\$(MSBuildProjectName)\ diff --git a/src/coreclr/tests/dir.sdkbuild.props b/src/coreclr/tests/dir.sdkbuild.props index 29bdfe0ec07..218b16e273a 100644 --- a/src/coreclr/tests/dir.sdkbuild.props +++ b/src/coreclr/tests/dir.sdkbuild.props @@ -10,10 +10,13 @@ $(MicrosoftNETCoreAppVersion) false false - AnyCPU + $(BuildArch) 99.0 + + + false diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index c20b6ab799c..9fda15f874f 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -288,6 +288,9 @@ Varargs supported on this platform + + WindowsXamlManager and DesktopWindowXamlSource are supported for apps targeting Windows version 10.0.18226.0 and later. + @@ -316,6 +319,9 @@ Varargs supported on this platform + + WindowsXamlManager and DesktopWindowXamlSource are supported for apps targeting Windows version 10.0.18226.0 and later. + diff --git a/src/coreclr/tests/src/CLRTest.CrossGen.targets b/src/coreclr/tests/src/CLRTest.CrossGen.targets index 9dc441f6369..3747f275bf8 100644 --- a/src/coreclr/tests/src/CLRTest.CrossGen.targets +++ b/src/coreclr/tests/src/CLRTest.CrossGen.targets @@ -45,10 +45,10 @@ if [ ! -z ${RunCrossGen+x} ]%3B then TakeLock if [ ! -f $(MSBuildProjectName).org ]%3B then mkdir IL - cp $(MSBuildProjectName).exe IL/$(MSBuildProjectName).exe - mv $(MSBuildProjectName).exe $(MSBuildProjectName).org - echo $_DebuggerFullPath "$CORE_ROOT/crossgen" /Platform_Assemblies_Paths $CORE_ROOT%3A$PWD/IL%3A$PWD /in $(MSBuildProjectName).org /out $(MSBuildProjectName).exe - $_DebuggerFullPath "$CORE_ROOT/crossgen" /Platform_Assemblies_Paths $CORE_ROOT%3A$PWD/IL%3A$PWD /in $(MSBuildProjectName).org /out $(MSBuildProjectName).exe + cp $(MSBuildProjectName).dll IL/$(MSBuildProjectName).dll + mv $(MSBuildProjectName).dll $(MSBuildProjectName).org + echo $_DebuggerFullPath "$CORE_ROOT/crossgen" /Platform_Assemblies_Paths $CORE_ROOT%3A$PWD/IL%3A$PWD /in $(MSBuildProjectName).org /out $(MSBuildProjectName).dll + $_DebuggerFullPath "$CORE_ROOT/crossgen" /Platform_Assemblies_Paths $CORE_ROOT%3A$PWD/IL%3A$PWD /in $(MSBuildProjectName).org /out $(MSBuildProjectName).dll __cgExitCode=$? if [ $__cgExitCode -ne 0 ] then @@ -83,10 +83,10 @@ if defined RunCrossGen ( set CrossGenStatus=0 if not exist "$(MSBuildProjectName).org" ( mkdir IL - copy $(MSBuildProjectName).exe IL\$(MSBuildProjectName).exe - ren $(MSBuildProjectName).exe $(MSBuildProjectName).org - echo "%_DebuggerFullPath% %CORE_ROOT%\crossgen.exe" !OptionalArguments! /Platform_Assemblies_Paths %CORE_ROOT%%3B%25cd%25\IL%3B%25cd%25 /in $(MSBuildProjectName).org /out $(MSBuildProjectName).exe - %_DebuggerFullPath% "%CORE_ROOT%\crossgen.exe" !OptionalArguments! /Platform_Assemblies_Paths %CORE_ROOT%%3B%25cd%25\IL%3B%25cd%25 /in $(MSBuildProjectName).org /out $(MSBuildProjectName).exe + copy $(MSBuildProjectName).dll IL\$(MSBuildProjectName).dll + ren $(MSBuildProjectName).dll $(MSBuildProjectName).org + echo "%_DebuggerFullPath% %CORE_ROOT%\crossgen.exe" !OptionalArguments! /Platform_Assemblies_Paths %CORE_ROOT%%3B%25cd%25\IL%3B%25cd%25 /in $(MSBuildProjectName).org /out $(MSBuildProjectName).dll + %_DebuggerFullPath% "%CORE_ROOT%\crossgen.exe" !OptionalArguments! /Platform_Assemblies_Paths %CORE_ROOT%%3B%25cd%25\IL%3B%25cd%25 /in $(MSBuildProjectName).org /out $(MSBuildProjectName).dll set CrossGenStatus=!ERRORLEVEL! ) call :ReleaseLock diff --git a/src/coreclr/tests/src/CLRTest.Execute.Bash.targets b/src/coreclr/tests/src/CLRTest.Execute.Bash.targets index 02ac8ccf538..c9e0e030439 100644 --- a/src/coreclr/tests/src/CLRTest.Execute.Bash.targets +++ b/src/coreclr/tests/src/CLRTest.Execute.Bash.targets @@ -42,7 +42,7 @@ WARNING: When setting properties based on their current state (for example: - $(OutputPath)$([System.IO.Path]::GetFilenameWithoutExtension("$(CLRTestProjectToRun)")).exe + $(OutputPath)$([System.IO.Path]::GetFilenameWithoutExtension("$(CLRTestProjectToRun)")).dll $(OutputPath)$(MSBuildProjectName).$(OutputType.ToLower()) diff --git a/src/coreclr/tests/src/CLRTest.Execute.Batch.targets b/src/coreclr/tests/src/CLRTest.Execute.Batch.targets index f14a73bfd71..0a5a806f312 100644 --- a/src/coreclr/tests/src/CLRTest.Execute.Batch.targets +++ b/src/coreclr/tests/src/CLRTest.Execute.Batch.targets @@ -42,7 +42,7 @@ WARNING: When setting properties based on their current state (for example: - $(OutputPath)$([System.IO.Path]::GetFilenameWithoutExtension("$(CLRTestProjectToRun)")).exe + $(OutputPath)$([System.IO.Path]::GetFilenameWithoutExtension("$(CLRTestProjectToRun)")).dll $(OutputPath)$(MSBuildProjectName).$(OutputType.ToLower()) diff --git a/src/coreclr/tests/src/CLRTest.Execute.targets b/src/coreclr/tests/src/CLRTest.Execute.targets index de79609130d..8c7536c8edc 100644 --- a/src/coreclr/tests/src/CLRTest.Execute.targets +++ b/src/coreclr/tests/src/CLRTest.Execute.targets @@ -58,8 +58,8 @@ This file contains the logic for providing Execution Script generation. --> - - + + diff --git a/src/coreclr/tests/src/CLRTest.Jit.targets b/src/coreclr/tests/src/CLRTest.Jit.targets index b68bed91a28..13d431a19b4 100644 --- a/src/coreclr/tests/src/CLRTest.Jit.targets +++ b/src/coreclr/tests/src/CLRTest.Jit.targets @@ -77,9 +77,9 @@ if defined RunningJitDisasm ( Returns="$(IlasmRoundTripBashScript);$(BashIlrtTestLaunchCmds)"> $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath)).Replace("\","/")) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $(MSBuildProjectName).dasm.il - $(MSBuildProjectName).asm.exe + $(MSBuildProjectName).asm.dll $([MSBuild]::MakeRelative($(OutputPath), $(_CLRTestToRunFileFullPath))) - $(MSBuildProjectName).exe + $(MSBuildProjectName).dll $(MSBuildProjectName).dasm.il - $(MSBuildProjectName).asm.exe + $(MSBuildProjectName).asm.dll diff --git a/src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj b/src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj index d7be79e3141..07a4bc8df87 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/buffer/ASURT_99893.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj index d1c01461863..249c25e8d76 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/VSD/OpenDelegate.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj index dcb936517ef..2db523203c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombine1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj index 078f64b347d..d30b37f5fc0 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateCombineImpl.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj index 7c8dcfc7bc3..81764ef0eda 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateEquals1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj index cf7ec96cc6a..6959a4dba32 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetHashCode1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj index 357ccc7614f..54d4b21d8fc 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateGetInvocationList1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj index d6000a31e88..fdbe692a44a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/DelegateRemove.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj index e1cb1349310..7c3c6ab07c4 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/delegate/delegateRemoveImpl.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj index 48633471c94..fe53d8a7077 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NG_Standard.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj index 786d73c362f..148e9bc0058 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NegativeGenerics.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj index d9a18892ea5..84987565ce2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/generics/NullableTypes.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj index f73b2e146b1..7d8cfed0518 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Central.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj index cba934e6cdb..3768a4666f5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/ClosedStatic.csproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj index 97ed8c3552a..ef83415cb30 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6010DelegateEqualsTwo.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj index 47d4d859e87..edd8588b7be 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/miscellaneous/Co6031GetHashCode.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj index 4493c93adf3..15547020d8a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/Github_13160/Github_13160.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - + - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj index 4fc29ac3547..a6842784c8d 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/DDB113347.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj index 8ac71cdc077..bffeb57c7c3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToInt64.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj index 82234784a3e..28f820cb2cc 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToSingle.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToType.csproj b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToType.csproj index 44628f31932..2e40feca45c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToType.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj index 89e18b586a6..9659d9fc547 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint16.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj index 474863a5bab..889716f391d 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint32.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj index dd3f349642d..4234d70d543 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/enum/EnumIConvertibleToUint64.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.csproj b/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.csproj index b23455b5819..ab2ab4d1971 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/environment/environment_version.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 0 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj index a19e6f11f9a..286b2b70169 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateCombineImpl.csproj @@ -1,42 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj index 03588c36d75..52bc868e061 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateEquals.csproj @@ -1,42 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj index 0e602afb06a..b3839d4c0ac 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetHashCode.csproj @@ -1,42 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj index 8a791b4d649..a76d7fc4f2d 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/multicastdelegate/MulticastDelegateGetInvocationList.csproj @@ -1,42 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj b/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj index 2fe258684ba..fdd241308b5 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/reflection/emit/DynMethodJumpStubTests/DynMethodJumpStubTests.csproj @@ -1,23 +1,12 @@ - - - + - Debug - x64 - DynMethodJumpStubTests - {742D9E05-668D-4B90-97F9-717A7572FE6C} Exe 1 - true true - - - - + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj index eabeedb3c42..1048294ab53 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf1_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj index 540bb15e6f0..5de5c39a779 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/marshal/MarshalSizeOf2_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj index 55020f997ab..6f33f4fef1c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleCtor_cti_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj index 53c701cf22d..99ef53439fd 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousAddRef_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj index 880126e415b..6f0eb4ca79a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousGetHandle_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj index 0fbfa0ab097..0c4396715b8 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDangerousRelease_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj index 27f8e5d48d2..2d26df4fab3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose1_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj index 9848682e3a9..9e2332e8134 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleDispose2_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj index be4133bfc8d..bb32be80c53 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleHandle_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj index 1ed05aaaf8d..9aca4b8366e 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsClosed_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj index a3ec6bf45a5..00f492797a6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleIsInvalid_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj index 74b108a7022..9b66acae709 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandleAsInvalid_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj index ac4b3812ced..d5ab721bdad 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/runtime/interopservices/safehandle/SafeHandleSetHandle_PSC.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.csproj b/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.csproj index 7c56c67be95..d84ad99ec79 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/span/RefStructWithSpan.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {3801DEB6-DDA1-4E94-B96F-9C04CC083DCC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 @@ -16,17 +8,7 @@ true - - - - - False - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.csproj b/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.csproj index 6afa0ee0e64..64744618f41 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/span/SlowTailCallArgs.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {9C964267-06FB-4A77-BC33-2E3A6F3A1648} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - False - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj index d35f0a398db..a7f03fee1f6 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj index 4a1516b92b5..d72c94a6d79 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedAdd2.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj index 8fec02b0593..1cb6f5cdaa3 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj index fce3fea9fcc..5969fe9c425 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange5.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj index 988e9d6e407..c806d24f128 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange6.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj index 1eebcadf8dc..dee4709ea3e 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedCompareExchange7.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj index 1a6f7681a34..fae59c64662 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj index cf26dea9b73..d6eff11f39c 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedDecrement2.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj index 9914736f25e..85c4eaee560 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj index fe0f5624652..e1b86186a24 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange5.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj index 5158d587b8b..2f0d6966d61 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange6.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj index 5c86716d1ab..d6979412509 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedExchange7.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj index 6c5ce44225f..655986fe4f2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj index 5d65483b0d5..ae8435acc7f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/threading/interlocked/InterlockedIncrement2.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals1.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals1.csproj index 90339321f00..3451fe36e84 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals2.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals2.csproj index 0bf18eab5fb..adcb18bbaaa 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeEquals2.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetArrayRank.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetArrayRank.csproj index b8c9b7b06fb..3ef2539e4e7 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetArrayRank.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetArrayRank.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetElementType.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetElementType.csproj index 68388b56cce..7ac0ad4817a 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetElementType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetElementType.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetGenericTypeDefinition.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetGenericTypeDefinition.csproj index 3622cd9ebc0..9d956f31f08 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetGenericTypeDefinition.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetGenericTypeDefinition.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetHashCode.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetHashCode.csproj index 800617f14fd..59cf48e812b 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetHashCode.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetHashCode.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType1.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType1.csproj index dfb6f5998e1..72051393091 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType2.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType2.csproj index 64605ab2eb3..785a834f578 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetType2.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj index d0a1b76e1e7..686211e7d10 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeGetTypeFromHandle.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeHasElementTypeImpl.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeHasElementTypeImpl.csproj index 429dff1868d..85c18e67c2b 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeHasElementTypeImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeHasElementTypeImpl.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsByRefImpl.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsByRefImpl.csproj index 25dbd05477d..97425db0fb2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsByRefImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsByRefImpl.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsPointerImpl.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsPointerImpl.csproj index baad5d4acba..b25ef0eb6fa 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsPointerImpl.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeIsPointerImpl.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType1.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType1.csproj index 35a3b18f769..5012e5c6e4b 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType1.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType2.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType2.csproj index f86a715c61f..452b36a62d2 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType2.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeArrayType2.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeByRefType.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeByRefType.csproj index b5d54354045..cd76082b3f7 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeByRefType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakeByRefType.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakePointerType.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakePointerType.csproj index 23b3b49e06e..c8bd504ea5f 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakePointerType.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeMakePointerType.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/CoreMangLib/system/type/TypeToString.csproj b/src/coreclr/tests/src/CoreMangLib/system/type/TypeToString.csproj index 3f61f9e45f5..c0faef9b6ae 100644 --- a/src/coreclr/tests/src/CoreMangLib/system/type/TypeToString.csproj +++ b/src/coreclr/tests/src/CoreMangLib/system/type/TypeToString.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj b/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj index 51f5dfeb75a..84ac76ef217 100644 --- a/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj +++ b/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj @@ -1,33 +1,9 @@ - - - + - Debug - AnyCPU - Finalizer - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC - - - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj index de6a88473e1..4bcddcd53b3 100644 --- a/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj +++ b/src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - ForeignThreadExceptions - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj b/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj index d4a7c709a62..37e071acfd0 100644 --- a/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj b/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj index 61aa4637873..a185f992272 100644 --- a/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj b/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj index a484e63c8d5..c05f5e176fe 100644 --- a/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/AllocateUninitializedArray.csproj b/src/coreclr/tests/src/GC/API/GC/AllocateUninitializedArray.csproj index 930f4e4f07e..e407e2ce9d7 100644 --- a/src/coreclr/tests/src/GC/API/GC/AllocateUninitializedArray.csproj +++ b/src/coreclr/tests/src/GC/API/GC/AllocateUninitializedArray.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect.csproj b/src/coreclr/tests/src/GC/API/GC/Collect.csproj index 36a935e5026..1d42e5c1f4b 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/Collect0.csproj b/src/coreclr/tests/src/GC/API/GC/Collect0.csproj index 8589a54db39..30895eb2ead 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect0.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect0.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect1.csproj b/src/coreclr/tests/src/GC/API/GC/Collect1.csproj index a45c25b13ab..a62665794a2 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect1.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect1.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj index 02c17257c24..4b1f29bc791 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj index 1d9bd64d1f1..b55b380e2c6 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj index 24ed5f96e9b..05fa32836b7 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 2 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj index 38ecb65d349..ea436b5beb2 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj index 545e10201a7..234ad9b3f03 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj index e93ceeff83a..0ac95a90675 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 2 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj index 8b851e90457..eea832aee05 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj index e3de7de8dd0..5be3e79ab58 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - 1 - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj index a6f740b1bed..52ff7b26a9e 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - 2 - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj index 282762142f8..0fda314c059 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj b/src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj index 8a55f7df39e..57fb861eb5c 100644 --- a/src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj b/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj index 03dd25c2e1c..f961bf0b44c 100644 --- a/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/Finalize.csproj b/src/coreclr/tests/src/GC/API/GC/Finalize.csproj index 78cf647346a..a1f0ca36fb8 100644 --- a/src/coreclr/tests/src/GC/API/GC/Finalize.csproj +++ b/src/coreclr/tests/src/GC/API/GC/Finalize.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj b/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj index 1114758aae1..89aa8c10240 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj b/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj index 041037befc6..94fbf933661 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly @@ -31,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj index 343fb04d09d..aa71e96501e 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj index f76b2cc80ae..9734c3c9cb6 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - + 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj b/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj index 151820cbba4..0d0f2a800e8 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj b/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj index 9e62ffcea1d..df7582ec6cb 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - + - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.csproj b/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.csproj index dd349ba3069..c0d2e0cca49 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.csproj @@ -1,26 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - PdbOnly @@ -31,9 +13,4 @@ - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj b/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj index 62ca80bcd1f..58d9ce5ee1b 100644 --- a/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj +++ b/src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + true 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj b/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj index f399ccea3f8..2fc4f1e73be 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj +++ b/src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj b/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj index e66913e274e..0114653bfe5 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj +++ b/src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj b/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj index 69ea59293aa..20e0ffbaedf 100644 --- a/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj +++ b/src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj b/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj index 8bfee7e2649..8dfab983b42 100644 --- a/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj +++ b/src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - + - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj index 19ff97f62c1..d5d669596f5 100644 --- a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj +++ b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj index 842108da2a4..5578b3baf77 100644 --- a/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj +++ b/src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj b/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj index b397694520f..8f9f05ffc92 100644 --- a/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj b/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj index 9a2b10fa43f..5b3eb224449 100644 --- a/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj +++ b/src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj index 20a6af7b9a4..833353b68c8 100644 --- a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj +++ b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj index bd720d09b58..3990989e635 100644 --- a/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj +++ b/src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj b/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj index 45a29dd8965..dbb34a22ee5 100644 --- a/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj +++ b/src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj b/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj index de8dbf68801..5dab688acea 100644 --- a/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj +++ b/src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj index f109ecf1829..9bca681b0b7 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj index cdd222ff79f..6e803c77e50 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj index 89770f08f62..d522a7fe81f 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj index fb822036f9c..cd5c33bb35b 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj index 177e5c1f007..046bf81415b 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj index 478e2bf8870..6050b7bd61f 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj index bbd7e4c00c9..d89464d67c5 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj index 81be123f3c0..3e4575734a2 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Free.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj index 62029e864fa..9889d4caad6 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj b/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj index 650e3d41fa5..91d342ef66f 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj b/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj index 216c8337ab1..d243ee2e1c6 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj index 0b5a12210bc..16d2ac27c3b 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj b/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj index 1176ea27959..545f72d9710 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj index 43eae597d78..acd8da640c6 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj index 8d42c359898..91c5bbfac74 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Target.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj index 55968e2a769..ff503fdb3a9 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj b/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj index dff0b109e42..1a976003f15 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj b/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj index b13fdea0305..e57585da7fa 100644 --- a/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj index f251ec17ec7..e9bf0c41143 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj index 8d10afcdfd3..d59b7e575f6 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj index 54904132cd0..477083287af 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj b/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj index 54f2da7d9c1..f291b81e480 100644 --- a/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj +++ b/src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj b/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj index b52abd35a8f..6d87e511d49 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/ILatencyTest.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj index 570f86127d5..d9c15889576 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen0GC.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj index 65ba9d3a9f0..24118542c53 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen1GC.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj index 3224ea49d69..6b0de12b49b 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InducedGen2GC.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj b/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj index 1fef8a61186..2b4d75709c2 100644 --- a/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj +++ b/src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - + - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/NoGCRegion/NoGC.csproj b/src/coreclr/tests/src/GC/API/NoGCRegion/NoGC.csproj index ee44cedd2f4..b36fdd8da45 100644 --- a/src/coreclr/tests/src/GC/API/NoGCRegion/NoGC.csproj +++ b/src/coreclr/tests/src/GC/API/NoGCRegion/NoGC.csproj @@ -1,29 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - + true - - - - - - - - False - - PdbOnly @@ -33,11 +13,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj b/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj index 8d0717b781f..12f35dece63 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj b/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj index c93bae41aac..8b88ca38fca 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj index 038dee46b1d..3ed436890f4 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj index 0bac2f97ed4..ea01103f5ad 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj b/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj index f157581afee..51e614c86e1 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly @@ -31,11 +11,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj b/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj index 8d42c359898..91c5bbfac74 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/Target.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj b/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj index 99e0b61a273..67b1330bc24 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - + 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj index 669ea50f46e..0c0e56ae382 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - 10000 - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj index 0ba6721e2c4..83d08f07076 100644 --- a/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj +++ b/src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj @@ -1,28 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - 10000 track - - - - - - - - False - - PdbOnly @@ -32,11 +12,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/Coverage/271010.csproj b/src/coreclr/tests/src/GC/Coverage/271010.csproj index f0b9695a40b..9786a39f592 100644 --- a/src/coreclr/tests/src/GC/Coverage/271010.csproj +++ b/src/coreclr/tests/src/GC/Coverage/271010.csproj @@ -1,31 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj index 7a6321ddada..e9f9328fa64 100644 --- a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj +++ b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj index 2304c58cd10..f3beefce5e4 100644 --- a/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj +++ b/src/coreclr/tests/src/GC/Coverage/LargeObjectAlloc2.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.csproj b/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.csproj index 57ed198f80e..89f66f80bf0 100644 --- a/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.csproj +++ b/src/coreclr/tests/src/GC/Coverage/delete_next_card_table.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Coverage/smalloom.csproj b/src/coreclr/tests/src/GC/Coverage/smalloom.csproj index 225b7441601..e7dd162aa5c 100644 --- a/src/coreclr/tests/src/GC/Coverage/smalloom.csproj +++ b/src/coreclr/tests/src/GC/Coverage/smalloom.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - true true - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj b/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj index 770aed908b8..726942c9e63 100644 --- a/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj +++ b/src/coreclr/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj b/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj index 891391b679b..1125dbf65a8 100644 --- a/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj +++ b/src/coreclr/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj index c82e3c9d6a4..4b67e6b7639 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj index f72bbc3b061..a47be6575ea 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj index 0dc0166aeeb..d1cabd795dd 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj index 9ab3fcceabd..5ed7e045963 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj index d51c7dffbfe..c18bcccf119 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj index 872f4df3560..6ca2e8f36ea 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj index 48bd80da4f4..8b5cd207fcd 100644 --- a/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj +++ b/src/coreclr/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj index ebc5f367338..76fe1cc1195 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/Finalizer.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj index fb0cb4d82a6..95744b66cd3 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj index 34a76b96f52..a8a8db9deb1 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/Handles.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj index 438b6d57fbd..2049c669d84 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj index 979bccfd403..394f9fd40e8 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj index 2c6381824fd..66a33738999 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 1000 50000 true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj index 9ece0522848..e6c2af1c692 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 1000 50000 true - - - - - - - - False - - PdbOnly @@ -32,11 +13,4 @@ - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj index 7e84c9ad39a..c71d8d1073f 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/expandheap.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj index 5bf62294238..6920f8c203f 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/plug.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj b/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj index 34775e135c0..7ad02e3ee07 100644 --- a/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj +++ b/src/coreclr/tests/src/GC/Features/HeapExpansion/pluggaps.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj index 6f0a447a04c..1f79c3f0a7f 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj index 11eb346b0a2..05f6a146223 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj index 4ca506004f5..9b008721ee9 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 true - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj index 6ce72566fc1..9bbc077047d 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj index acbc80114c4..93da64750df 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj index ffd32bd7c3d..ee472f5cdd1 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj index 70aac7fd5a9..1b7226c0314 100644 --- a/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj +++ b/src/coreclr/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj index d0aed830d34..c0fd7b8e86c 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj index 40839267f31..2a27e5e46ea 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj index 5a6be55d5ca..264ab667e03 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj index 132efc4e1ad..6b692452894 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj index 8459f93553d..d4c26a1dbc8 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj index efa0ab1e271..4a094bfd937 100644 --- a/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHCompaction/lohpin.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj b/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj index d277289a45a..90157e63837 100644 --- a/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj +++ b/src/coreclr/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj b/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj index 71e949a06bc..2b42702d946 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/eco1.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj index e4ca28dc23b..2e09d841930 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj index 736b7300c18..83562023a9c 100644 --- a/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj +++ b/src/coreclr/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj index fb0cb4d82a6..95744b66cd3 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj index 6b99b05c1c5..c67dcaf6e08 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj index b29c9807757..ac47ad46fd6 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj index c064679aca3..74aefd5ae06 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj index 87929e3a9c6..930a9a26178 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj index 93fe4b8c77f..0650080c6d0 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj index 2c5f2c98a5c..b7369551b37 100644 --- a/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj +++ b/src/coreclr/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj index 370e5131c41..304d9de8163 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/scenario.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj index e2f1a4b5d11..116fa63f89c 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj index 8a4d3cc2855..6f97e2bb4c1 100644 --- a/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj +++ b/src/coreclr/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj index 9de66fb602f..aaf037492c2 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/collect.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj index 5e8894269ac..b94eb139237 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj index 3c56022194e..9556ef4096c 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj index 26f7168df2b..118a139b3fc 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/keepalive.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj index 64ffadc6236..79c49d574a3 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/largeobject.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj index 49e4f023da7..27730ed8aca 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/memcheck.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj index 0f97ca8008d..7739603d2cc 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj b/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj index 10a95207f27..c527c014b74 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj index d33445b08aa..d37edd89119 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj index 6593a178fcc..219f89efd65 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 2048 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj index 64ffadc6236..79c49d574a3 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/largeobject.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj b/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj index 49e4f023da7..27730ed8aca 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Allocation/memcheck.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj b/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj index 5f51676db11..f25e705be90 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj b/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj index 5aba151e5cb..8d554409955 100644 --- a/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj +++ b/src/coreclr/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj b/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj index 600c124fdb2..4e11fdb45a9 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj b/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj index 29fbed5e1c5..35e2906a1ee 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj b/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj index 88560d8831a..bb4aa104a8d 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj @@ -1,37 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCHandle.csproj b/src/coreclr/tests/src/GC/Performance/Tests/GCHandle.csproj index 4572e192010..99cdbe7755e 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCHandle.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCHandle.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.csproj b/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.csproj index 27c46cb4ba7..68d0ba12761 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCLarge.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.csproj b/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.csproj index 1eb7732c8d9..22a51ac0b6c 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCPerf.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj b/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj index a73edc04a7d..c5633cb9da9 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj @@ -1,36 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.csproj b/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.csproj index 12b9f5977e2..cd9a6123154 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/GCSmall.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.csproj b/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.csproj index 22ac6a45cc1..85f6a424bcb 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj b/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj index d0d69400bf6..c940760e4c2 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/LowLatency.csproj b/src/coreclr/tests/src/GC/Performance/Tests/LowLatency.csproj index 65665b027a7..df395bf06e6 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/LowLatency.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/LowLatency.csproj @@ -1,38 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - PreserveNewest - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfLargeArray.csproj b/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfLargeArray.csproj index f3f3befbcf5..72758909b35 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfLargeArray.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfLargeArray.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfList.csproj b/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfList.csproj index 29a541d2cdf..7fadb99cb69 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfList.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfList.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.csproj b/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.csproj index ab80573fc5c..f81f9766f0f 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MicroBench.csproj b/src/coreclr/tests/src/GC/Performance/Tests/MicroBench.csproj index e14647c0c78..11b79a828c8 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MicroBench.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/MicroBench.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj b/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj index 0f395d7666a..cef012df61c 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.csproj b/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.csproj index 7a883aea637..470f54e7074 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.csproj @@ -1,36 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly true - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNot.csproj b/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNot.csproj index e5b89c72c57..ad428cf3d4a 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNot.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNot.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/WeakReference.csproj b/src/coreclr/tests/src/GC/Performance/Tests/WeakReference.csproj index 90c73d9c63b..7f293c837fc 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/WeakReference.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/WeakReference.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.csproj b/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.csproj index 869802acefe..3217aa20db6 100644 --- a/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.csproj +++ b/src/coreclr/tests/src/GC/Performance/Tests/XMLReader.csproj @@ -1,38 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - PreserveNewest - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj b/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj index 749190702d7..4b67e6b7639 100644 --- a/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj +++ b/src/coreclr/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj index 402b64bc21a..cb1c9d10f69 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj index 615160d780b..2d6db7201d9 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj index 615160d780b..bb6eb07fbfa 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj index f20c392bbf6..2d6db7201d9 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj index 07ffa34af35..3d81a5b43e7 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj index dafcb6bd32f..d0eee355ab2 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - true - - + - - - - - - diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj index 90a383c479c..3d81a5b43e7 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj index fa88f0f35fe..c0d2362badc 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj index 50c2b5c2f0e..1879cec3f6a 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj index 92f945768d1..1047c04dfd6 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj index 37dd937356e..c0685fc6edc 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj index cb8f66a0fb8..e8f3e8859df 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true true - - - - - - - - False - - - - + - - - - - - diff --git a/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj index bfaedcf9245..1879cec3f6a 100644 --- a/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.csproj b/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.csproj index ed9874daa8c..f46b4ff6c3f 100644 --- a/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.csproj +++ b/src/coreclr/tests/src/GC/Regressions/v3.0/25252/25252.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 - - - - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj b/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj index cdff4b97571..1a6eafaa147 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Affinity/affinitizer.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj b/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj index a9f5ef7bb35..aefe9ce891e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj index 38d853c9114..ebf71836277 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/bintree.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - BuildOnly + BuildOnly - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj index e584b55acab..e7fbf5820dc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtree.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj index 9ca4e9381e0..3ef2fa7f34d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj index 959939c9e8b..178a795b479 100644 --- a/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj index cfc6ed6d137..519dffdf16a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/arrcpy.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj index de54efd0ccf..b7beb2f866a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/doubLink.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj index f1c69c9f395..16e5352703e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj index 2c78d860404..7b8b53158be 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj index 0bc8e5a6188..e5f6f79ae6e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj index 12391760a03..85b32a172f5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj index 98a46872975..a89d5fe4f54 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/simpvariant.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj index eeb5e5ed9e2..d79fb785f56 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/vararystress.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj index 30e62fd874a..a2f98fb34b3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantint.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj index 819dd38e9c9..2623bdda079 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj index e9c8a753ca8..bc107ef706d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj index 537fd3be31e..bc107ef706d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj index c3c8553f362..37fd69fea21 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj index 564e2159275..c1096a4e5ad 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj index 7a1691fbfba..be5c9940405 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj index f2bc4c33889..8a6b1504670 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj index 4851452bde1..3165cdc5758 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj index 9fa3eb4a494..dde50fdc032 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj index 96f6578e513..f4f56f637e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj index 973be03de08..dd4a61036fb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj index 64936d2f758..7ef9f15f591 100644 --- a/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj index 6858ceb2819..d9dd55f3e42 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Dynamo/dynamo.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1000 40 191919 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj index 9fa5fc1b7d2..2c2322d7fcc 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj index 77fdaea316c..37fefd1335c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj index 102ef2ef771..29bb2869daf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj index 1180a0e1255..f0ac4eabec2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - SharedLibrary + SharedLibrary - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj index c2bab14545d..588c3a08458 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj @@ -1,22 +1,10 @@ - - - + - Debug - AnyCPU - FinalizeTimeout - {3B0E8096-79D4-413F-9010-F68DF90073B5} Exe true true - - - - - - + - diff --git a/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj b/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj index 8c38efb70d8..84dbdb94c53 100644 --- a/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/FragMan/fragman.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj index 62af0e7e210..9e2b91c0382 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 3 100 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj index d6f40f0acff..1b9565ac766 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 8 100 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj b/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj index f2c5452ad7c..18ae79ff6a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCBench/gcbench.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj index bd836ba1b8b..8ade8b647e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -17,21 +9,8 @@ -t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -dp 0.0 -dw 0.4 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj index 6b1502d3885..ef9576058d9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj index 4e41d6dd695..c7db7b58e5f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj index 216a2fab08b..d71189b39e8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj index 483f8b00688..5e33009e4a5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj index 4e41d6dd695..c7db7b58e5f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj index fc2b3b34b69..7fd4019413e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj index 6834fe0013c..c1dc37b4823 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj index 8ebcede2591..098b8a32561 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj index 0bf0cb28f79..b8e40d7f789 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj index 5657f831a78..d2b097823ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj index 3589a7eaac1..7dbaebd153f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj index e5f3973e0cd..c8705a197e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj index 2d194df983d..25ba7aee2f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj index 21b7b60ea30..901307a46fb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj index ff5891aa859..30f8489d38d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj index 651137f6591..aca15e6ca5b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj index ad1c6f99ac5..a85f40d72f2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj index 06c4b66d3e6..8268d9c2212 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj index 1c1bbd08bfd..840a9d498e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj index 1c1bbd08bfd..840a9d498e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj index 2e6719a885e..8bf448c549e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj index 2e6719a885e..8bf448c549e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj index 4e7ee5f3a2d..726c70b2c20 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj index 069f2b75b62..17df0ede212 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj index cf129be575a..fd21356a98f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj index 2dc170605a5..3021220dcc9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj index ad498e7a086..4009928d0e4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj index bdf6db49598..337bba19e08 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj index 73088cab248..71e8c7ea305 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj index 73088cab248..71e8c7ea305 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj index 73088cab248..71e8c7ea305 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj index e87f2006ce5..55236b846a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj index 386774fe2d4..31ac0b3df0d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj index 648133e3708..25491b87a00 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj index 6f2444ff784..27906eb91c2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj index 688299828dc..63e6749e015 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj index a8093c40e74..cc0a2afb02d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj index fc4bb8c98d8..f579c653f69 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj index f2a522f6cc3..507f6075f0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj index 5243e1d104f..58c2bc3833c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj index 4d83ca2e2b0..0a24ef22696 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj index 72df0dc0371..9d9ced4003c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj index 03b90efad64..f09bbe49bb8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj index 1f8278d21f3..c740a6806a6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj index 3b420520576..2f478a770d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj index 1f8278d21f3..c740a6806a6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj index ab0f1cf67e1..4fa3ab3e00f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj index 0825a708643..110e5d1bbaf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj index c6dab6eccfe..ebb46268984 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj index 829426857a5..751e2bc0bf9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj index 657afc49cfe..6407d0889ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj index 0aa76e185e4..d1cb2947693 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj index e0246f36028..ce873bd517e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj index 9bd19c07dca..0b0f5ed14d4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj index 6ac6c86ee08..98e84162689 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj index 3b420520576..2f478a770d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj index ffbc907496e..e40044c5f60 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj index 08846b09c80..5af2950cbd0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj index 48064087cee..de8c28578bb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj index 18452c9aa15..7d153773d04 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj index f579b21f999..2eec0f8cb72 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj index 093d1777c0e..8c54a6ef996 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj index e9de731e294..d69bbd646e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj index bf1ca692f46..3f67c390208 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj index 6d38e37ee91..f5409ab84b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj index f5fb2e6e871..4ee828134a3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj index fef7cebb5c5..f99da009d82 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj index 06b784e8372..1806123c8e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj index c51f679bc33..1d305654414 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj index 44009d18b59..96b74037ac0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj index 34b379809cf..15bd118c1b2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj index 651137f6591..aca15e6ca5b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj index fc2b3b34b69..7fd4019413e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj index 4e7ee5f3a2d..726c70b2c20 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj index f2a522f6cc3..507f6075f0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj index 0bf0cb28f79..b8e40d7f789 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj index 4e41d6dd695..c7db7b58e5f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj index 7085c640c56..65d6dbd8db0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj index 11ef2a33c57..45571766710 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj index c0e87e1495b..3b0febec5d8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj index e87f2006ce5..55236b846a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj index 0825a708643..110e5d1bbaf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj index ded980509f0..ff1a00136bf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj index 145ee5f31c1..ea025310036 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj index 98aab49a094..741d1e6da93 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj index 216a2fab08b..d71189b39e8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj index 5e93abede8f..ed5a58f9339 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj index 0bf0cb28f79..b8e40d7f789 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj index 179682bb89f..332ad8b544b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj index ed8cffb10a5..b0682761d7e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj index 0bf0cb28f79..b8e40d7f789 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj index cc0ec1c2e27..623f4097745 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj index 4e41d6dd695..c7db7b58e5f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj index ed8cffb10a5..b0682761d7e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj index cc0ec1c2e27..623f4097745 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj index 7085c640c56..65d6dbd8db0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj index bc93c9dce48..aaf07e1495a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj index 077c5c59354..c35baacbe2c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj index 3a1e73c387a..9b02fd97f30 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj index 7085c640c56..65d6dbd8db0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj index 118c0666499..d9968eb4bc5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj index f059ed25367..1af84c9f4e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj index 605baf3cff1..22072874c59 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj index 9d9d29019e4..cd042cb3e9b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj index 5c9964b0b13..e0e0095d5d0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj index c640b0b9135..f771ea4a058 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj index bc93c9dce48..aaf07e1495a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj index c2e4f8cadbc..80d81b7620f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj index ca773dbce86..f5528e244f9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj index 49d6195adfc..acd88c4373c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj index afcf2d7a6a9..ddea64052ac 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj index 30401a98aad..4f4264e3d9e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj index f4eb07e46a5..c51753b52e3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj index 80e09bd3642..507a9cb938a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj index f52adebbb76..645f7c46a14 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj index c640b0b9135..f771ea4a058 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj index 078ea8f6af4..612327c74bd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj index 077c5c59354..c35baacbe2c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj index 1cbaf0a9f4f..3dde8385661 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj index e2beb2c6ca2..3b7b1f7cae1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj index 7bf8ae1bb88..6b1b65b56d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj index 3a9cbd63366..9bc41e97c92 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj index 1c47eac1290..434c29601ba 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj index 0ff45cbf17b..b59f037dc69 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj index 8c536966289..e819339398d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj index 2e62a872ffa..c015ab6f790 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj index face68b4339..c0adacbfc35 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj index 890cb99d236..7945244a27f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj index 3a1e73c387a..9b02fd97f30 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj index 51dbb35ab1a..9de355d39e6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj index bba418c6385..1346128a650 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj index 23b4c66acb3..00a020a713c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj index d53461eeb14..85cd8493f28 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj index 5d7e8d8bf15..8a1b442cba3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj index 7295541bf03..6994518ac12 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj index 87b2fc272ea..8752edf0286 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj index 3b04656f104..3855a77e4ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj index 6730c7ba57e..d550731a167 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj index d35ca5212ea..e160b3d8199 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj index 118c0666499..d9968eb4bc5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj index 890cb99d236..7945244a27f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj index 7e4636e8ab0..77b3b4c1e63 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj index 6feb037828c..a02be276c40 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj index 1b791aaa3f4..7443af79567 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj index ac8d12d6b10..ded90a7b44e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj index a735b7d0864..45afa2b1fa1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj index ead0d6e5ae8..bf1bda7b822 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj index 72439d57de1..f90af78ec0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj index 80d948e3cc0..206c80b3328 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj index 71f5184ca07..c30a9568f3c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj index f059ed25367..1af84c9f4e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj index 0bef8c14a18..bdf445972d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj index 0a693a8e3a9..f2aba64f4e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj index bb89f9f3e1d..e830731a613 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj index 9aa79bfd7dc..b554c8a983c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj index 506135237c0..d03179e8b3a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj index 5467710dc5b..bdecc112f39 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj index 2c22ea69707..b5859032400 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj index 80b8123ffad..3f7a8d8670b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj index 8c8b23ab93a..f549bd8ad01 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj index d6380f7bb19..fe84c15efa3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj index 605baf3cff1..22072874c59 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj index e302d9f9091..238055ada37 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj index bec2c286219..95d5dee9850 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj index 5ff103cdd56..484ce66c977 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj index c391b1f06a1..785b75f3eed 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj index bf7c0d81b09..1bf211d3ef0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj index e75f61ea4cf..8622d8beef3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj index 9d9d29019e4..cd042cb3e9b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj index 6b1502d3885..ef9576058d9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj index 5c9964b0b13..e0e0095d5d0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj index 4e41d6dd695..c7db7b58e5f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj index 216a2fab08b..d71189b39e8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj index 483f8b00688..5e33009e4a5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj index 4e41d6dd695..c7db7b58e5f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj index fc2b3b34b69..7fd4019413e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj index 6834fe0013c..c1dc37b4823 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj index 8ebcede2591..098b8a32561 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj index 5657f831a78..d2b097823ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj index 3589a7eaac1..7dbaebd153f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj index e5f3973e0cd..c8705a197e0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj index 2d194df983d..25ba7aee2f6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj index 21b7b60ea30..901307a46fb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj index ff5891aa859..30f8489d38d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj index 651137f6591..aca15e6ca5b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj index ad1c6f99ac5..a85f40d72f2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj index c640b0b9135..f771ea4a058 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj index 06c4b66d3e6..8268d9c2212 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj index 1c1bbd08bfd..840a9d498e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj index 1c1bbd08bfd..840a9d498e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj index 2e6719a885e..8bf448c549e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj index 2e6719a885e..8bf448c549e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj index 4e7ee5f3a2d..726c70b2c20 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj index 069f2b75b62..17df0ede212 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj index cf129be575a..fd21356a98f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj index 2dc170605a5..3021220dcc9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj index ad498e7a086..4009928d0e4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj index bdf6db49598..337bba19e08 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj index 73088cab248..71e8c7ea305 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj index 73088cab248..71e8c7ea305 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj index 73088cab248..71e8c7ea305 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj index e87f2006ce5..55236b846a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj index 386774fe2d4..31ac0b3df0d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj index 648133e3708..25491b87a00 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj index 6f2444ff784..27906eb91c2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj index 68422f15c3e..fc0b4ce271e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj index 688299828dc..63e6749e015 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj index a8093c40e74..cc0a2afb02d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj index fc4bb8c98d8..f579c653f69 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj index f2a522f6cc3..507f6075f0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj index 5243e1d104f..58c2bc3833c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj index 4d83ca2e2b0..0a24ef22696 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj index 72df0dc0371..9d9ced4003c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj index 03b90efad64..f09bbe49bb8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj index c2e4f8cadbc..80d81b7620f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj index 1f8278d21f3..c740a6806a6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj index 3b420520576..2f478a770d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj index 1f8278d21f3..c740a6806a6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj index ab0f1cf67e1..4fa3ab3e00f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj index 0825a708643..110e5d1bbaf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj index c6dab6eccfe..ebb46268984 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj index 829426857a5..751e2bc0bf9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj index 657afc49cfe..6407d0889ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj index 0aa76e185e4..d1cb2947693 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj index e0246f36028..ce873bd517e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj index ca773dbce86..f5528e244f9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj index 9bd19c07dca..0b0f5ed14d4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj index 6ac6c86ee08..98e84162689 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj index 3b420520576..2f478a770d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj index ffbc907496e..e40044c5f60 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj index 08846b09c80..5af2950cbd0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj index 48064087cee..de8c28578bb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj index 18452c9aa15..7d153773d04 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj index f579b21f999..2eec0f8cb72 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj index 093d1777c0e..8c54a6ef996 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj index e9de731e294..d69bbd646e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj index 49d6195adfc..acd88c4373c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj index bf1ca692f46..3f67c390208 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj index 6d38e37ee91..f5409ab84b1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj index f5fb2e6e871..4ee828134a3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj index fef7cebb5c5..f99da009d82 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj index 06b784e8372..1806123c8e9 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj index c51f679bc33..1d305654414 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj index 44009d18b59..96b74037ac0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj index 34b379809cf..15bd118c1b2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj index 651137f6591..aca15e6ca5b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj index fc2b3b34b69..7fd4019413e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj index afcf2d7a6a9..ddea64052ac 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj index 4e7ee5f3a2d..726c70b2c20 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj index f2a522f6cc3..507f6075f0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj index 7085c640c56..65d6dbd8db0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj index 11ef2a33c57..45571766710 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj index c0e87e1495b..3b0febec5d8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj index e87f2006ce5..55236b846a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj index 0825a708643..110e5d1bbaf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj index ded980509f0..ff1a00136bf 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj index 145ee5f31c1..ea025310036 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj index 98aab49a094..741d1e6da93 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj index 30401a98aad..4f4264e3d9e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj index 216a2fab08b..d71189b39e8 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj index bacde6b69c5..7728ae93730 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj index 067f622ebb5..ccb4bbedf0a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj index 3a69e097d38..98459faa237 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj index 6de8829ca56..c03fbff02a2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj index c3128e55e6d..08fa88ccbb7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj index f4eb07e46a5..c51753b52e3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj index 71f5184ca07..c30a9568f3c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj index 8a7b531e83a..cdecd00aff5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj index ad498e7a086..4009928d0e4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj index 80e09bd3642..507a9cb938a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj index f52adebbb76..645f7c46a14 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj index c640b0b9135..f771ea4a058 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj index 078ea8f6af4..612327c74bd 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj index 1cbaf0a9f4f..3dde8385661 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj index e2beb2c6ca2..3b7b1f7cae1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj index de945ab86f1..c06b246afeb 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj index 7bf8ae1bb88..6b1b65b56d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj index 3a9cbd63366..9bc41e97c92 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj index 1c47eac1290..434c29601ba 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj index 0ff45cbf17b..b59f037dc69 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj index 8c536966289..e819339398d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj index 2e62a872ffa..c015ab6f790 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj index face68b4339..c0adacbfc35 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj index 890cb99d236..7945244a27f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj index 51dbb35ab1a..9de355d39e6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj index bba418c6385..1346128a650 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj index b4867b3da9e..cc93a561924 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj index 23b4c66acb3..00a020a713c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj index d53461eeb14..85cd8493f28 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj index 5d7e8d8bf15..8a1b442cba3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj index 7295541bf03..6994518ac12 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj index 87b2fc272ea..8752edf0286 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj index 3b04656f104..3855a77e4ce 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj index 6730c7ba57e..d550731a167 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj index d35ca5212ea..e160b3d8199 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj index 890cb99d236..7945244a27f 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj index 7e4636e8ab0..77b3b4c1e63 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj index 179682bb89f..332ad8b544b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj index 6feb037828c..a02be276c40 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj index 1b791aaa3f4..7443af79567 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj index ac8d12d6b10..ded90a7b44e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj index a735b7d0864..45afa2b1fa1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj index ead0d6e5ae8..bf1bda7b822 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj index 72439d57de1..f90af78ec0e 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj index 80d948e3cc0..206c80b3328 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj index 71f5184ca07..c30a9568f3c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj index 0bef8c14a18..bdf445972d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj index 0a693a8e3a9..f2aba64f4e2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj index bb89f9f3e1d..e830731a613 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj index 506135237c0..d03179e8b3a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj index 5467710dc5b..bdecc112f39 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj index 2c22ea69707..b5859032400 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj index 80b8123ffad..3f7a8d8670b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj index 8c8b23ab93a..f549bd8ad01 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj index d6380f7bb19..fe84c15efa3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj index e302d9f9091..238055ada37 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj index bec2c286219..95d5dee9850 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj index 5ff103cdd56..484ce66c977 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj index c391b1f06a1..785b75f3eed 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj index bf7c0d81b09..1bf211d3ef0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj index e75f61ea4cf..8622d8beef3 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj index 555fa7ca2a6..b61b0456096 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj index 4a485831588..4ee10ce8777 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj index d08a5adfdfe..3c7c3e99b4b 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj index d6a7a6b9319..bc09c5361d5 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj index b2078860464..f5e7db18335 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj index 901198bf041..240b42e063c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true $(DefineConstants);STATIC;PROJECTK_BUILD @@ -18,21 +10,8 @@ GCSimulator.csproj 1 - - - - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj b/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj index 0be4d081f5f..c6fea8e2d29 100644 --- a/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/GCStress/gcstress.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj index 16be004d1c7..02721aaf04d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgen.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj index 89781aa2af0..241636c77b6 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj b/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj index 773fdac851d..d0dca8486ab 100644 --- a/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj b/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj index 73c82a12549..eb71ed65212 100644 --- a/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj index 0cdb58e2c95..6a930066cb1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpin.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj index fd52d519f40..96e7f4292d2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj b/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj index b8dbbcd38fe..2c22f74bf1d 100644 --- a/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/RanCollect/rancollect.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 7 40 4 77 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj b/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj index ae02ffb62c6..15ec7bb1cd0 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj b/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj index 1f594549f3a..c793eca1472 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Resurrection/continue.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj b/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj index 78c14e6492c..55361155255 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Rootmem/rootmem.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj b/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj index b61d4515838..2ad1a82a6f1 100644 --- a/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/Samples/gc.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj b/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj index d41e909888c..e1bec38356c 100644 --- a/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/ServerModel/servermodel.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ /numrequests:100 true true - - - - - - - - False - - - @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj index 9f0d0c8ab0a..59c3e46672a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj index a19508b4c5b..3c5be35a1c4 100644 --- a/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj b/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj index 6f36c3e201c..b1758434c69 100644 --- a/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj b/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj index 186e21000f2..945acda48c2 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj b/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj index d598669cbbd..1dba9cb5645 100644 --- a/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/THDList/thdlist.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj b/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj index 9c2c912d59b..b9c836fe48a 100644 --- a/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj b/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj index e5ee90e5760..3d81a5b43e7 100644 --- a/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj +++ b/src/coreclr/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - + - - - - - - diff --git a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj index c772c9b3e54..e02f616a17b 100644 --- a/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj +++ b/src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - ReliabilityFramework - 2.0 - {65972FF1-AE77-4CB3-B31D-9CA483DD9E2E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly false 0 $(DefineConstants);STATIC;PROJECTK_BUILD - - - - - - - - False - - @@ -34,9 +15,6 @@ - - - Always @@ -45,8 +23,6 @@ - - diff --git a/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj b/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj index 435b9f252a7..a3492ecf236 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/573277.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {884433BE-EA75-47B3-828F-B9EA730D5582} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj b/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj index 011c53435c5..42d3f74f958 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/DirectedGraph.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {ED6A3929-8D0A-42E8-B47C-6AEBB5B437C2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/Directory.Build.targets b/src/coreclr/tests/src/GC/Stress/Tests/Directory.Build.targets new file mode 100644 index 00000000000..6176f36249b --- /dev/null +++ b/src/coreclr/tests/src/GC/Stress/Tests/Directory.Build.targets @@ -0,0 +1,7 @@ + + + true + + + + \ No newline at end of file diff --git a/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj b/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj index 7d19dbbf1ca..9816c8942cd 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {5B265761-E669-45A0-ACBC-E201CEEB6FB5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj b/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj index a055d94f246..e665c006157 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {027838C9-88D1-43A2-AA53-C060E01D6008} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj b/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj index 563a0d16dbb..804e914b21e 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {4CC5E4AA-510B-4007-8030-FE75A03D4384} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj b/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj index de229f14265..0063cb9afa1 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {2F639404-9C80-4998-ADA0-DC14AA08C345} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj index 0d30ccf9ce5..47b8c127ae8 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5178EA44-6E0E-4FAA-9EEC-7D006003A2D3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj index 30d82bfbaca..74596d59034 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {7D8EC37D-E2C9-4688-91DF-D3BF6B437FF2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj index 8309f11f35b..bb03ce0d889 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C0433D66-2D49-48BF-A0ED-F165724DF311} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj index 20a85fb0e73..ed994fa5553 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E7191BC4-3001-4CE4-85C3-9A017F0EB574} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj index f13ba057903..6a9622c7363 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3A3DCA9E-180C-4A8B-9617-0B9AB25CA1F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj index a2c778e6baf..c0ce96e2b1a 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {41634CFB-AEEF-4F43-8185-8103B11F8F63} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj b/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj index 10018013018..e9f85081ff7 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {87991D6D-22D3-42C8-9293-E46A70945090} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj b/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj index 9f925dec550..07c1b43448e 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {75DB9E96-7CC5-437A-87A5-85522502107F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj b/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj index e295c2839f8..a322da285af 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {439D8731-D45B-448B-8350-166E614A32C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj b/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj index 5a3606f7551..03c719cd435 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/RedBlackTree.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {97F5A396-20FA-4CF7-ADEE-D90EDEA45E1F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj b/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj index 80953b73e37..a90a125224f 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {DE79BE8C-2F24-4917-BAA0-39AE21C1006F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj b/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj index 944bc79297b..27f62bf253a 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {CB644C00-AAB0-4E15-90B4-4E30915CAD29} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj b/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj index 41ef5d0d593..01547f74086 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {6C3F87D3-7402-4B3F-8B38-910C56A1BF9C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj b/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj index 1bc7086a81f..80c62c77073 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {4A36330F-5D98-4EB5-AA0A-D143EDD5E79B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj b/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj index d3830880e22..84ede62c82d 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {814622D8-13DE-472B-8AEF-E5E079A3EAAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj b/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj index 8b8dc82f401..6fef5c5e425 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {8688C7A2-DBC1-4FA3-A9FB-A25E1884CA00} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj b/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj index c29e53be606..1b731e5d81e 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {AE9A01FB-EC5F-4C56-BB66-C69FB3D5018C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/dir.targets b/src/coreclr/tests/src/GC/Stress/Tests/dir.targets deleted file mode 100644 index d4f8bf92514..00000000000 --- a/src/coreclr/tests/src/GC/Stress/Tests/dir.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - true - - - \ No newline at end of file diff --git a/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj b/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj index 5d69f498523..528e03789ac 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {9A2EA55B-7568-4B71-BC4A-2A5ACA0AA555} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj b/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj index 58971abbe74..291578309f9 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {45D8732A-3994-46BE-A6F7-B6FCB4D66E56} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj b/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj index c8d43e3c15b..06ae93419fe 100644 --- a/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj +++ b/src/coreclr/tests/src/GC/Stress/Tests/plug.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {60AE03B0-7EE2-4EA5-A5D2-B95CA5F48E3B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;PROJECTK_BUILD BuildOnly - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj b/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj index 02bce7503e2..bdbf7b9085e 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj @@ -1,38 +1,14 @@ - - - + - Debug - AnyCPU - MarshalBoolArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj index 95413184856..ee1cd538927 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj @@ -1,40 +1,13 @@ - - - + - Debug - AnyCPU - MarshalArrayByValTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC - - - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - diff --git a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj index 8234f78257c..4072fd4647b 100644 --- a/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj @@ -1,43 +1,16 @@ - - - + - Debug - AnyCPU - SafeArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC true true - - - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - diff --git a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj index 055b49e1f55..1fa1b1687b7 100755 --- a/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj +++ b/src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - BestFitMapping - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Activator.csproj b/src/coreclr/tests/src/Interop/COM/Activator/Activator.csproj index 9310c9192ef..64f10839ec0 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Activator.csproj +++ b/src/coreclr/tests/src/Interop/COM/Activator/Activator.csproj @@ -1,11 +1,5 @@ - - - + - Debug - AnyCPU - Activator - 2.0 Exe true true @@ -16,12 +10,6 @@ true - - - - - - @@ -32,24 +20,16 @@ - - - - + $(OutDir)/Servers - - - + - diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.csproj b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.csproj index b5fbf3b4ad3..57a6777df3c 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.csproj +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyA.csproj @@ -1,19 +1,7 @@ - - - + - Debug - AnyCPU - AssemblyA - 2.0 library - {4948E98A-ECFC-4988-851E-68E1ADD2DD5A};{B850CC46-E8FB-4569-A28D-423F81E8A861} - - - - - @@ -22,5 +10,4 @@ - diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.csproj b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.csproj index 8f0fb0af8e8..51ad1e9ff60 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.csproj +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyB.csproj @@ -1,19 +1,7 @@ - - - + - Debug - AnyCPU - AssemblyB - 2.0 library - {4948E98A-ECFC-4988-851E-68E1ADD2DD5A};{B850CC46-E8FB-4569-A28D-423F81E8A861} - - - - - @@ -22,5 +10,4 @@ - diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.csproj b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.csproj index 8c5a84ca5fe..59d6cbd70b2 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.csproj +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyC.csproj @@ -1,22 +1,9 @@ - - - + - Debug - AnyCPU - AssemblyC - 2.0 library - {4948E98A-ECFC-4988-851E-68E1ADD2DD5A};{B850CC46-E8FB-4569-A28D-423F81E8A861} - - - - - - diff --git a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.csproj b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.csproj index 40cd185e4d8..407fc4e95bf 100644 --- a/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.csproj +++ b/src/coreclr/tests/src/Interop/COM/Activator/Servers/AssemblyContracts.csproj @@ -1,22 +1,9 @@ - - - + - Debug - AnyCPU - AssemblyContracts - 2.0 library - {4948E98A-ECFC-4988-851E-68E1ADD2DD5A};{B850CC46-E8FB-4569-A28D-423F81E8A861} - - - - - - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj index 72163e55075..ed1e048b2ca 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj @@ -1,30 +1,15 @@ - - - + - Debug - AnyCPU - NETClientAggregation - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest - BuildOnly - true true true - - - - - @@ -33,7 +18,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer.csproj index ba4ffaf13b5..4dcd9c667d8 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/ConsumeNETServer/ConsumeNETServer.csproj @@ -1,37 +1,21 @@ - - - + - Debug - AnyCPU - ConsumeNETServer - 2.0 - {4BDB75BD-30D8-4603-98DB-C6CFDC5F6F0E} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest true true - BuildOnly - true true true - $(NoWarn),0436 - - - - - @@ -40,12 +24,11 @@ - + PreserveNewest - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Events/NETClientEvents.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Events/NETClientEvents.csproj index 475a7b2b27b..b153bd2258e 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Events/NETClientEvents.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Events/NETClientEvents.csproj @@ -1,30 +1,15 @@ - - - + - Debug - AnyCPU - NETClientEvents - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest - BuildOnly - true true true - - - - - @@ -34,7 +19,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj index ebabafdb69d..ed1e048b2ca 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj @@ -1,30 +1,15 @@ - - - + - Debug - AnyCPU - NETClientIDispatch - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest - BuildOnly - true true true - - - - - @@ -33,7 +18,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/NETClientLicense.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/NETClientLicense.csproj index 1edebf70c94..ed1e048b2ca 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/NETClientLicense.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Licensing/NETClientLicense.csproj @@ -1,30 +1,15 @@ - - - + - Debug - AnyCPU - NETClientLicense - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest - BuildOnly - true true true - - - - - @@ -33,7 +18,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj index d9b7afbf6d0..c8ac76c7ac1 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj @@ -1,30 +1,15 @@ - - - + - Debug - AnyCPU - NETClientPrimitives - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest - BuildOnly - true true true - - - - - @@ -38,10 +23,9 @@ - + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitivesInALC.csproj b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitivesInALC.csproj index 1f060ac14f2..b7079901a83 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitivesInALC.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitivesInALC.csproj @@ -1,37 +1,21 @@ - - - + - Debug - AnyCPU - NETClientPrimitivesInALC - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} App.manifest - BuildOnly - true true true - - - - - - + - diff --git a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs index eb5e9dd2400..19f12722d67 100644 --- a/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs +++ b/src/coreclr/tests/src/Interop/COM/NETClients/Primitives/TestInALC.cs @@ -12,7 +12,7 @@ namespace TestInALC static int Main(string[] args) { string currentAssemblyDirectory = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath); - string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "NETClientPrimitives.exe"); + string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "NETClientPrimitives.dll"); return TestLibrary.Utilities.ExecuteAndUnload(testAssemblyFullPath, args); } } diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.ilproj b/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.ilproj index e68c1f64fba..35d22b8f992 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.ilproj +++ b/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.DefaultInterfaces.ilproj @@ -1,18 +1,9 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true library - - - diff --git a/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.csproj b/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.csproj index e820c0c63f3..a7ab6d7f21f 100644 --- a/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.csproj +++ b/src/coreclr/tests/src/Interop/COM/NETServer/NETServer.csproj @@ -1,25 +1,11 @@ - - - + - Debug - AnyCPU - NETServer - 2.0 - {C04AB564-CC61-499D-9F4C-AA1A9FDE42C9} library - {4948E98A-ECFC-4988-851E-68E1ADD2DD5A};{B850CC46-E8FB-4569-A28D-423F81E8A861} - - - - - - diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj index 7d86d101362..882f7fe653e 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/DefaultInterfaces.csproj @@ -1,12 +1,9 @@ - - - + true true true BuildOnly - true true BLOCK_WINDOWS_NANO @@ -17,8 +14,7 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj index 8fc786ad61c..c91e4edcce3 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Dispatch.csproj @@ -1,12 +1,9 @@ - - - + true true true BuildOnly - true true BLOCK_WINDOWS_NANO @@ -17,8 +14,7 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj index 9c70513e3c7..8753c25afe6 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Licensing.csproj @@ -1,12 +1,9 @@ - - - + true true true BuildOnly - true true BLOCK_WINDOWS_NANO @@ -17,8 +14,7 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj index 8315a5fd49a..a968d95a74f 100644 --- a/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj +++ b/src/coreclr/tests/src/Interop/COM/NativeClients/Primitives.csproj @@ -1,12 +1,9 @@ - - - + true true true BuildOnly - true true BLOCK_WINDOWS_NANO @@ -17,8 +14,7 @@ - + - diff --git a/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj b/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj index ad03388ca9f..f2730745fb4 100644 --- a/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj +++ b/src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - Reflection - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} - ..\..\ $(DefineConstants);STATIC - - - - - - - False - + - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + {C04AB564-CC61-499D-9F4C-AA1A9FDE42C9} NETServer - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj b/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj index b8838aa0519..991a4c7f003 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - DllImportPathTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC true - - - - - - False - - @@ -29,15 +12,12 @@ - - - + ]]> $(BashCLRTestPreCommands);$(PathEnvSetupCommands) - diff --git a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj index 77a6dcc0872..a881b9b31b1 100644 --- a/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj +++ b/src/coreclr/tests/src/Interop/DllImportAttribute/ExactSpelling/ExactSpellingTest.csproj @@ -1,29 +1,11 @@ - - - + - Debug - AnyCPU - ExactSpellingTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - diff --git a/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.csproj b/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.csproj index 7725f2f830a..a2077085c7b 100644 --- a/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.csproj +++ b/src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - ExecInDefAppDom - 2.0 - {0A370152-9D24-475E-A171-AB58897132C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC true - - - - - - False - - - - - - - + @@ -37,5 +16,4 @@ - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.csproj b/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.csproj index 22e94985a72..8b32a941119 100644 --- a/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.csproj +++ b/src/coreclr/tests/src/Interop/ExecInDefAppDom/InjectedCode/InjectedCode.csproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - InjectedCode - 2.0 - {FD322A4C-EBCD-4322-90B7-35333EF2FE92} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly $(DefineConstants);$([System.String]::Copy('$(BuildArch)').ToUpper()) true false - - - - - - - - False - - - - - - + - diff --git a/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj b/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj index 1a2d612d7eb..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj +++ b/src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - FuncPtrAsDelegateParam - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/ICastable/Castable.csproj b/src/coreclr/tests/src/Interop/ICastable/Castable.csproj index c9ca0183ed7..407d5f92a0b 100644 --- a/src/coreclr/tests/src/Interop/ICastable/Castable.csproj +++ b/src/coreclr/tests/src/Interop/ICastable/Castable.csproj @@ -1,34 +1,10 @@ - - - + - Debug - AnyCPU - Castable - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC true - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.csproj b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.csproj index e04f27f049e..a411eb37f56 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.csproj +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - - - diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler2.csproj b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler2.csproj index 38c0cbacd27..d444f12b308 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler2.csproj +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/CustomMarshaler2.csproj @@ -1,29 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);CUSTOMMARSHALERS2 - - - - - - False - - - - - diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/MultipleALCs.csproj b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/MultipleALCs.csproj index e5cb1651608..6963d5bca68 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/MultipleALCs.csproj +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/MultipleALCs.csproj @@ -1,29 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - False - - - - - @@ -31,6 +12,4 @@ - - diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.csproj b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.csproj index bd2a17a307c..e8f155a7ac3 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.csproj +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/ConflictingNames/SameNameDifferentAssembly.csproj @@ -1,29 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - False - - - - - @@ -32,5 +13,4 @@ - diff --git a/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj b/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj index 7db76a8a8e7..b2cde734f27 100644 --- a/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj +++ b/src/coreclr/tests/src/Interop/ICustomMarshaler/Primitives/ICustomMarshaler.csproj @@ -1,33 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);Windows true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.csproj b/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.csproj index f52a8dc6d4f..a862a6541d6 100644 --- a/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.csproj +++ b/src/coreclr/tests/src/Interop/IJW/CopyConstructorMarshaler/CopyConstructorMarshaler.csproj @@ -1,41 +1,19 @@ - - - + - Debug - AnyCPU - CopyConstructorMarshaler - 2.0 - {49D1D482-E783-4CA9-B6BA-A9714BF81036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - true - true - - - - - true - - - False - - @@ -44,5 +22,4 @@ - diff --git a/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.csproj b/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.csproj index 6964d1dd0b1..43afd930285 100644 --- a/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.csproj +++ b/src/coreclr/tests/src/Interop/IJW/FixupCallsHostWhenLoaded/FixupCallsHostWhenLoaded.csproj @@ -1,41 +1,19 @@ - - - + - Debug - AnyCPU - FixupCallsHostWhenLoaded - 2.0 - {49D1D482-E783-4CA9-B6BA-A9714BF81036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - true - true - - - - - true - - - False - - @@ -44,5 +22,4 @@ - diff --git a/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.csproj b/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.csproj index 165826ccd81..e8b26a01693 100644 --- a/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.csproj +++ b/src/coreclr/tests/src/Interop/IJW/LoadIjwFromModuleHandle/LoadIjwFromModuleHandle.csproj @@ -1,50 +1,27 @@ - - - + - Debug - AnyCPU - LoadIjwFromModuleHandle - 2.0 - {8B76A001-5654-4F11-A80B-EF12644EAD3D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true true - true true - true - true - - - - - true - - False - - - - + - diff --git a/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.csproj b/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.csproj index 6b4d43e2225..8222de0160c 100644 --- a/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.csproj +++ b/src/coreclr/tests/src/Interop/IJW/ManagedCallingNative/ManagedCallingNative.csproj @@ -1,40 +1,19 @@ - - - + - Debug - AnyCPU - ManagedCallingNative - 2.0 - {49D1D482-E783-4CA9-B6BA-A9714BF81036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - true true - - - - - true - - - False - - @@ -42,7 +21,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.csproj b/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.csproj index bee62a53fa6..940c54edf01 100644 --- a/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.csproj +++ b/src/coreclr/tests/src/Interop/IJW/NativeCallingManaged/NativeCallingManaged.csproj @@ -1,40 +1,19 @@ - - - + - Debug - AnyCPU - NativeCallingManaged - 2.0 - {8B76A001-5654-4F11-A80B-EF12644EAD3D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - true true - - - - - true - - - False - - @@ -42,7 +21,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.csproj b/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.csproj index 176a38f1354..055cb3af705 100644 --- a/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.csproj +++ b/src/coreclr/tests/src/Interop/IJW/NativeVarargs/NativeVarargsTest.csproj @@ -1,43 +1,21 @@ - - - + - Debug - AnyCPU - NativeVarargsTest - 2.0 - {49D1D482-E783-4CA9-B6BA-A9714BF81036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - true true - true - - - - - true - - - False - - @@ -46,5 +24,4 @@ - diff --git a/src/coreclr/tests/src/Interop/Interop.settings.targets b/src/coreclr/tests/src/Interop/Interop.settings.targets index f56113cf9f6..80756382371 100644 --- a/src/coreclr/tests/src/Interop/Interop.settings.targets +++ b/src/coreclr/tests/src/Interop/Interop.settings.targets @@ -23,8 +23,8 @@ - - + + diff --git a/src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj b/src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj index caf67cf0640..5ec70992809 100644 --- a/src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj +++ b/src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj @@ -1,38 +1,14 @@ - - - + - Debug - AnyCPU - LayoutClassTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj index 5288a429cb8..ae8b628ff65 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj @@ -1,40 +1,13 @@ - - - + - Debug - AnyCPU - FunctionPtrTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC - - - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj index 855cb065de1..86cda48ae91 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj @@ -1,44 +1,16 @@ - - - + - Debug - AnyCPU - IUnknownTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC - true true - - - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj index 26824ed271b..c7865bd830f 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj @@ -1,45 +1,17 @@ - - - + - Debug - AnyCPU - IUnknownTestInALC - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC - true true - - - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - diff --git a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs index c14766a08c0..70e6abf6f75 100644 --- a/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs +++ b/src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/TestInALC.cs @@ -12,7 +12,7 @@ namespace TestInALC static int Main(string[] args) { string currentAssemblyDirectory = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath); - string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "IUnknownTest.exe"); + string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "IUnknownTest.dll"); return TestLibrary.Utilities.ExecuteAndUnload(testAssemblyFullPath, args); } } diff --git a/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj b/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj index 59cbe9dc068..d9e7ae9a4d5 100644 --- a/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj +++ b/src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj @@ -1,32 +1,11 @@ - - - + - Debug - AnyCPU - NativeCallableTest - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC true 1 - - - - - - - False - - - - - @@ -34,5 +13,4 @@ - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryTests.csproj b/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryTests.csproj index b769e9b1440..80241c14d6c 100644 --- a/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryTests.csproj +++ b/src/coreclr/tests/src/Interop/NativeLibrary/NativeLibraryTests.csproj @@ -1,44 +1,18 @@ - - - + - Debug - AnyCPU - NativeLibraryTests - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - PreserveNewest + PreserveNewest - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - diff --git a/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj b/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj index aec940d0079..3d0602d1f76 100644 --- a/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj +++ b/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackStressTest.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - CallbackStressTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true WINDOWS - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackTests.csproj b/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackTests.csproj index dd6a4abd2ca..3dd5b8fb040 100644 --- a/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackTests.csproj +++ b/src/coreclr/tests/src/Interop/NativeLibraryResolveCallback/CallbackTests.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - CallbackTests - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/ResolveEventTests.csproj b/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/ResolveEventTests.csproj index 3210ca1d111..81af7f69b36 100644 --- a/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/ResolveEventTests.csproj +++ b/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/ResolveEventTests.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - ResolveEventTests - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true true - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/TestAsm/TestAsm.csproj b/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/TestAsm/TestAsm.csproj index e8f3e3af219..973ed9eb010 100644 --- a/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/TestAsm/TestAsm.csproj +++ b/src/coreclr/tests/src/Interop/NativeLibraryResolveEvent/TestAsm/TestAsm.csproj @@ -1,33 +1,10 @@ - - - + - Debug - AnyCPU - TestAsm - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.csproj index 3ebd6527e28..6750378663d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - AsByValArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.csproj index 47dec3c4a57..6750378663d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - AsLPArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.csproj index 85a6fd976a6..6750378663d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - AsDefaultTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.csproj index 47dec3c4a57..6750378663d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - AsLPArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj index 2866310fd2b..0dbf574e8ef 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj @@ -1,32 +1,14 @@ - - - + - Debug - AnyCPU - ArrayWithOffsetTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC true - - - - - - False - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.csproj index bb7cc4e1998..9e0a3472c44 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - AsAnyTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.csproj index 642c209df30..389c4421448 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Attributes/LCID/LCIDTest.csproj @@ -1,34 +1,15 @@ - - - + - Debug - AnyCPU - LCIDTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - False - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.csproj index 0e534558c8c..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.csproj index 36f3a376fc8..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.csproj index 171581fcf4a..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.csproj index 0f5152e5f47..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.csproj index 9a50cc59028..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.csproj index 19004f134d2..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.csproj index 333f28f9a76..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.csproj index 1945f5b9b9f..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.csproj index 1c2dc1199b5..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.csproj index d4d25d8b75a..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.csproj index e19e134c150..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.csproj index 3c1bb92e533..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.csproj index d84322fed60..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.csproj index 0d84e2c5b55..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.csproj index 543f7d0ee1e..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.csproj index 610dc2820ed..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.csproj index 827b8194fa0..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_False_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.csproj index 8bed898ded5..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_False_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.csproj index 5f3a46727b7..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_True_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.csproj index c889e45a09f..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_True_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.csproj index a7649f50d15..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_False_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.csproj index 7fbd92bfb4e..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_False_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.csproj index 3f8263c1512..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_True_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.csproj index 84f2dc636db..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_True_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.csproj index c893ece03f7..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.csproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.csproj index 36f3a376fc8..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.csproj index 171581fcf4a..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.csproj index 0f5152e5f47..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFF_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.csproj index 9a50cc59028..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.csproj index 19004f134d2..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.csproj index 333f28f9a76..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.csproj index 1945f5b9b9f..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - AFT_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.csproj index 1c2dc1199b5..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.csproj index d4d25d8b75a..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.csproj index e19e134c150..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.csproj index 3c1bb92e533..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATF_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.csproj index d84322fed60..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PFF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.csproj index 0d84e2c5b55..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PFT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.csproj index 543f7d0ee1e..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PTF - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.csproj index 610dc2820ed..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - ATT_PTT - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.csproj index 827b8194fa0..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_False_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.csproj index 8bed898ded5..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_False_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.csproj index 5f3a46727b7..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_True_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.csproj index c889e45a09f..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Assembly_True_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.csproj index a7649f50d15..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_False_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.csproj index 7fbd92bfb4e..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_False_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.csproj index 3f8263c1512..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_True_False - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.csproj b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.csproj index 84f2dc636db..67b76321717 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - Pinvoke_True_True - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC true true - - - - - False - - - - + - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.csproj index 47bbbc26262..7eb7690b4db 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - ArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - False - - - - - - - + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.csproj index 0c25efe2cdb..7eb7690b4db 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - ReverseTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - False - - - - - - - + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.csproj index 0be3beb6798..7eb7690b4db 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - StructTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - False - - - - - - - + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.csproj b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.csproj index 1a442e3ca83..7eb7690b4db 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - Test - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - False - - - - - - - + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.csproj index dd3ac5e21e5..2f0faed9da4 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.csproj @@ -1,38 +1,18 @@ - - - + - Debug - AnyCPU - CustomMarshalersTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC true - true true - - - - - - - False - - - + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj index 69a04c6c3ac..a1cd17aa3fb 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj @@ -1,37 +1,16 @@ - - - + - Debug - AnyCPU - DateTimeTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.csproj index 4d2ee4b9f6c..975cf16a949 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - DecimalTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.csproj index fa3c5bfc2a9..9e0a3472c44 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - DelegateTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj index 6d496c3f12c..113e3e8a04e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj @@ -1,38 +1,19 @@ - - - + - Debug - AnyCPU - IEnumeratorTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC - true true true - - - - - - False - - - + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj index 2094f5924c2..31fd54501b9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - HandleRefTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj index 4884d9c0a9f..9d49ec2d3d1 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - MAWSPITest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj index 34a811600ba..81abc6308cf 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - ManagedDll1 - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - False - - - - - - - + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj index 825e62e4940..81abc6308cf 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - ManagedDll2 - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - False - - - - - - - + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.csproj index f457f14c492..cc1509e374e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - ThisCallTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC true - - - - - - False - - @@ -28,5 +11,4 @@ - diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.csproj index 52e7207c928..e959a711640 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - AssemblyTrueTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.csproj index 7be7e309dd3..c40bdd07919 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - AssemblyWithoutComVisibleTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.csproj index e3cb2fa7536..cd98e8ea3a2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - DefaultTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTestInALC.csproj b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTestInALC.csproj index f197d1aab0e..e9676e2ffe2 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTestInALC.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTestInALC.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - DefaultTestInALC - 2.0 - {43531C46-AFE2-4254-93C6-7F17E30D750C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs index 265d70fa32a..99ce3bb9175 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs +++ b/src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/TestInALC.cs @@ -12,7 +12,7 @@ namespace TestInALC static int Main(string[] args) { string currentAssemblyDirectory = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath); - string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "DefaultTest.exe"); + string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "DefaultTest.dll"); return TestLibrary.Utilities.ExecuteAndUnload(testAssemblyFullPath, args); } } diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj index ba9fb9d5c76..bc2fd8c7693 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - PInvokeIntTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj index ed72ddbf8d0..c3cdd005b5e 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - RuntimeHandlesTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.csproj b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.csproj index 967000fd5df..9e0a3472c44 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - SafeHandleTests - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.csproj index 53449351af3..63476033ca9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - PassingByOutTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.csproj index 349b06346f3..646a3d2107d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - PassingByRefTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.csproj index 53449351af3..63476033ca9 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - PassingByOutTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.csproj index 349b06346f3..646a3d2107d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - PassingByRefTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\ $(DefineConstants);STATIC - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj index 4873ceb4105..12584c3ba2a 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - VarargsTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC - true true - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - diff --git a/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.csproj b/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.csproj index 3826f46dd83..3898ec7d90d 100644 --- a/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.csproj +++ b/src/coreclr/tests/src/Interop/PInvoke/Variant/VariantTest.csproj @@ -1,35 +1,16 @@ - - - + - Debug - AnyCPU - VariantTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - true true - - - - - - False - - - diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj index 70c6e7b62b2..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - BoolTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj index bf5d46abe6c..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - EnumTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj index 79a30557766..2ed217f93ee 100644 --- a/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj +++ b/src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - PInvokeUIntPtrTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj index d4f9f1f845d..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj +++ b/src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - RefCharArrayTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj b/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj index 7b38bb9b920..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj +++ b/src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - RefIntTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj b/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj index 5403856a95f..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj +++ b/src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - SimpleStruct - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj b/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj index fe69dfe2600..1493ec4fd4a 100644 --- a/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj +++ b/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - SizeConstTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - true true - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj index 668e1cac711..f7b568483c8 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj @@ -1,43 +1,16 @@ - - - + - Debug - AnyCPU - AnsiBStrTest - 2.0 - {176EC495-7AE9-42CF-A591-06A382DB4048} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true + true $(DefineConstants);STATIC;ANSIBSTR - - - - - - - - False - - - + - - - - + - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - - + + - diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj index b5a17a233be..a97a453e5b3 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj @@ -1,43 +1,16 @@ - - - + - Debug - AnyCPU - BSTRTest - 2.0 - {176EC495-7AE9-42CF-A591-06A382DB4048} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true + true $(DefineConstants);STATIC;BSTR - - - - - - - - False - - - + - - - - + - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - - + + - diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj index 9543c1b11bd..2c7f7310700 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj @@ -1,43 +1,16 @@ - - - + - Debug - AnyCPU - LPSTRTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true + true $(DefineConstants);STATIC;LPSTR - - - - - - - - False - - - + - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - - + + - diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj index 5662b9a50f2..abca3d9e4f0 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj @@ -1,41 +1,17 @@ - - - + - Debug - AnyCPU - LPTSTRTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC;LPTSTR 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj index b88214cdf3b..1fa1b1687b7 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - UTF8Test - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj index 787fd2598a9..117e26227e6 100644 --- a/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj +++ b/src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj @@ -1,35 +1,17 @@ - - - + - Debug - AnyCPU - VBByRefStrTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC true true - - - - - - False - - - diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj index 4f69d9c080c..a79083cfb55 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj @@ -1,41 +1,17 @@ - - - + - Debug - AnyCPU - MarshalStructAsLayoutExp - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true $(DefineConstants);STATIC 1 - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - + + - diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj index 17eb2fd5f88..0679cebc21d 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj @@ -1,43 +1,16 @@ - - - + - Debug - AnyCPU - MarshalStructAsLayoutSeq - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true + true $(DefineConstants);STATIC - - - - - - - - False - - - - - - - {c8c0dc74-fac4-45b1-81fe-70c4808366e0} - CoreCLRTestLibrary - - - + + - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.csproj index 5bece63f96f..bb597dea7fe 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.csproj @@ -1,40 +1,19 @@ - - - + - Debug - AnyCPU - DelegatePInvokeTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\..\ $(DefineConstants);STATIC true true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.csproj index ea6ff854315..69f81223a8f 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.csproj @@ -1,40 +1,19 @@ - - - + - Debug - AnyCPU - ReversePInvokeTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\..\ $(DefineConstants);STATIC true true true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.csproj index b579275ec2e..9ac0ce07644 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.csproj @@ -1,37 +1,16 @@ - - - + - Debug - AnyCPU - DelegatePInvokeTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\..\ $(DefineConstants);STATIC true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest.csproj b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest.csproj index 5b3703f4e8f..621dd4536c7 100644 --- a/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest.csproj +++ b/src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest.csproj @@ -1,37 +1,16 @@ - - - + - Debug - AnyCPU - ReversePInvokeTest - 2.0 - {F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\..\..\ $(DefineConstants);STATIC true - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Interop/StructPacking/StructPacking.csproj b/src/coreclr/tests/src/Interop/StructPacking/StructPacking.csproj index bd98338d085..831db8723c3 100644 --- a/src/coreclr/tests/src/Interop/StructPacking/StructPacking.csproj +++ b/src/coreclr/tests/src/Interop/StructPacking/StructPacking.csproj @@ -1,30 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - False - + - - - - - - - - diff --git a/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj b/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj index a18f74b7950..29fe8b03e3e 100644 --- a/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj +++ b/src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - NETClientBindings - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} true true @@ -16,11 +8,6 @@ true - - - - - @@ -30,7 +17,6 @@ - + - diff --git a/src/coreclr/tests/src/Interop/WinRT/NETClients/Primitives/NETClientPrimitives.csproj b/src/coreclr/tests/src/Interop/WinRT/NETClients/Primitives/NETClientPrimitives.csproj index e2c5a976d3f..f2e61e1a83f 100644 --- a/src/coreclr/tests/src/Interop/WinRT/NETClients/Primitives/NETClientPrimitives.csproj +++ b/src/coreclr/tests/src/Interop/WinRT/NETClients/Primitives/NETClientPrimitives.csproj @@ -1,24 +1,11 @@ - - - + - Debug - AnyCPU - NETClientPrimitives - 2.0 - {85C57688-DA98-4DE3-AC9B-526E4747434C} Exe - {209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766} true true true - - - - - @@ -37,7 +24,6 @@ - + - diff --git a/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj b/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj index 7e455d9a22b..a1b0bae849f 100644 --- a/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj +++ b/src/coreclr/tests/src/JIT/BBT/Scenario4/Not-Int32.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj b/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj index 0af92356a58..6aa1011be68 100644 --- a/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj +++ b/src/coreclr/tests/src/JIT/CheckProjects/CheckProjects.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - pdbonly true - - False - + - - - - - - - - diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_d.csproj index 97997b7e95c..58d5e315ea0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_do.csproj index e6510bb6aec..1ecd24d37c4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_r.csproj index d1d6bf889ac..3d075cddb0f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_ro.csproj index 6e485b6d85f..e5af95c8609 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Add1_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_d.csproj index 3729b1c6108..da72e378dae 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC2FB8A8-7EE7-4E70-875B-E4FAC488B4DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_do.csproj index e8c03db3ae8..5dc9fbfaf84 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC2FB8A8-7EE7-4E70-875B-E4FAC488B4DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_r.csproj index 982ab822915..9e169e5b23c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC2FB8A8-7EE7-4E70-875B-E4FAC488B4DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_ro.csproj index 3df8d37d300..e595d4851e2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/And1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC2FB8A8-7EE7-4E70-875B-E4FAC488B4DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_d.csproj index d4dc0c9388d..00035695397 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48FBF3A6-B6AF-4FEF-84D1-1706206A94F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_do.csproj index 91b5f34b85a..0dee8220e1e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48FBF3A6-B6AF-4FEF-84D1-1706206A94F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_r.csproj index 1cbaf5f6780..7f94f272b30 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48FBF3A6-B6AF-4FEF-84D1-1706206A94F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_ro.csproj index 43ed2e874b1..3b94a0829e0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AndRef_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48FBF3A6-B6AF-4FEF-84D1-1706206A94F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_d.csproj index 91a37d213ac..a1014712f75 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F26CBB40-4DFB-42C0-BEBB-26F5BC7B36B5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_do.csproj index eb738ffec65..300f4127554 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F26CBB40-4DFB-42C0-BEBB-26F5BC7B36B5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_r.csproj index 20f6a73efb9..6babb5273d7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F26CBB40-4DFB-42C0-BEBB-26F5BC7B36B5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_ro.csproj index d18617dff7a..a9acecbcab0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args4_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F26CBB40-4DFB-42C0-BEBB-26F5BC7B36B5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_d.csproj index 9a109ae6c57..58797161c46 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {30993D25-1F0D-4CF4-98C0-5F6470B87382} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_do.csproj index 177996cbc7e..014f2ea0eb2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {30993D25-1F0D-4CF4-98C0-5F6470B87382} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_r.csproj index c869edbdd59..cb58210460a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {30993D25-1F0D-4CF4-98C0-5F6470B87382} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_ro.csproj index d8eea938ec0..048980f2a07 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Args5_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {30993D25-1F0D-4CF4-98C0-5F6470B87382} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_d.csproj index c0291a000fa..2530d749135 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {7E3680E3-36FC-4B6B-841A-80B8D0C4394C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_do.csproj index 8e897dca4ea..bfd3b6265a5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {7E3680E3-36FC-4B6B-841A-80B8D0C4394C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_r.csproj index 78bfcafdae1..82593190940 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {7E3680E3-36FC-4B6B-841A-80B8D0C4394C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_ro.csproj index a9d3bcddb63..5cdc857c4af 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array1_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {7E3680E3-36FC-4B6B-841A-80B8D0C4394C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_d.csproj index 5b36af45274..9db494e70ac 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4689170F-4BC1-4592-9753-CD4209D950D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_do.csproj index fabf8e238ba..40cb0690d14 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4689170F-4BC1-4592-9753-CD4209D950D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_r.csproj index 7925f07a7b4..ad82678ecfc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4689170F-4BC1-4592-9753-CD4209D950D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_ro.csproj index 337baf61c3d..a22b30f1218 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array2_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4689170F-4BC1-4592-9753-CD4209D950D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_d.csproj index 20fc87a94ec..64a45e9641d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {B4FE2E03-298E-41B8-A32C-8FD0F1BF7E8C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_do.csproj index cd9bcbddbfd..465da20ff32 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {B4FE2E03-298E-41B8-A32C-8FD0F1BF7E8C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_r.csproj index ef60a3ead6e..60ad1d7e255 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {B4FE2E03-298E-41B8-A32C-8FD0F1BF7E8C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_ro.csproj index 00b7a003697..738bdb3dfdd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array3_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {B4FE2E03-298E-41B8-A32C-8FD0F1BF7E8C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_d.csproj index 77bc84f5208..a74d37556a6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_do.csproj index d43b99556e0..b8f98af3f94 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_r.csproj index 25da914a978..3a0df7e04ad 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_ro.csproj index bc82e476271..f4cf565e793 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Array4_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_d.csproj index 1c5bcea1395..27c7da0ea56 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBC775DF-5D8A-42A5-87A5-CC51AAAABE3C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_do.csproj index e796819d27f..be317e6c794 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBC775DF-5D8A-42A5-87A5-CC51AAAABE3C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_r.csproj index 8caf6ccb6f8..70c04cc937b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBC775DF-5D8A-42A5-87A5-CC51AAAABE3C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_ro.csproj index 6714685a9fd..cb18090552e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayExc_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBC775DF-5D8A-42A5-87A5-CC51AAAABE3C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_d.csproj index 2a1d9761c04..6a5d284a9da 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0E6C1DC4-EFF7-45CC-8A27-37BA07AC30EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_do.csproj index 57b00ac31ec..e3d8a8297d6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0E6C1DC4-EFF7-45CC-8A27-37BA07AC30EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_r.csproj index 072b2ed328c..53f66a9616c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0E6C1DC4-EFF7-45CC-8A27-37BA07AC30EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_ro.csproj index 4f0c0d2f68e..6a75e424979 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayJagged_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0E6C1DC4-EFF7-45CC-8A27-37BA07AC30EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_d.csproj index ebbebd1ee52..b83a5d00e4b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {30A8AD2E-3B3B-4813-88E1-9EF2E75BB685} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_do.csproj index 6c9e1b5a6e6..81f8e8d52e0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {30A8AD2E-3B3B-4813-88E1-9EF2E75BB685} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_r.csproj index 1fcf6fec179..65415889836 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {30A8AD2E-3B3B-4813-88E1-9EF2E75BB685} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_ro.csproj index 78a61decbdb..169de37504e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD1_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {30A8AD2E-3B3B-4813-88E1-9EF2E75BB685} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_d.csproj index 29e28d5314d..7e699f0d4e4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C46B2CCD-C66B-40C8-A031-67FED61AFEDB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_do.csproj index 4cdae20c93e..00571331bbf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C46B2CCD-C66B-40C8-A031-67FED61AFEDB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_r.csproj index 6bfa2b81fda..fbadd4b9098 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C46B2CCD-C66B-40C8-A031-67FED61AFEDB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_ro.csproj index 0957c20e652..97856e2dafa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayMD2_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C46B2CCD-C66B-40C8-A031-67FED61AFEDB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_d.csproj index 1ae21c53a0b..5c4c59abb0e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {AA342BCA-74DE-41AC-88E9-5608E2DCFFAB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_do.csproj index d031d9d675d..33e0e335829 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {AA342BCA-74DE-41AC-88E9-5608E2DCFFAB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_r.csproj index 9b589614ec5..88a87809cf7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {AA342BCA-74DE-41AC-88E9-5608E2DCFFAB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_ro.csproj index 4756ee4ea7a..da23207071e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ArrayObj_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {AA342BCA-74DE-41AC-88E9-5608E2DCFFAB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_d.csproj index e539036e594..70086a472b3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2DBCC16D-CB12-43D1-A4B8-9E82BE1DB891} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_do.csproj index f7fe6ebd508..7d000a11ca7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2DBCC16D-CB12-43D1-A4B8-9E82BE1DB891} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_r.csproj index 533e3ec7d05..2a019103daa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2DBCC16D-CB12-43D1-A4B8-9E82BE1DB891} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_ro.csproj index 7b22c1e2def..9a51ebea260 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAdd1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2DBCC16D-CB12-43D1-A4B8-9E82BE1DB891} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_d.csproj index 831baf560fc..b4d7f3aaf7b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {18FD8738-0685-482B-9D97-CEB598AAAC5A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_do.csproj index 4491ce5b584..8327083bf2d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {18FD8738-0685-482B-9D97-CEB598AAAC5A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_r.csproj index b445c41912a..0254a7277c0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {18FD8738-0685-482B-9D97-CEB598AAAC5A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_ro.csproj index 77026153d67..1bdf13f56bf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgAnd1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {18FD8738-0685-482B-9D97-CEB598AAAC5A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_d.csproj index 9c8cc0e79f5..cce4e8c41ba 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DD8C7C31-7DB5-4933-97B0-06D168BC0AAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_do.csproj index 82e1c13721a..a699a0c048f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DD8C7C31-7DB5-4933-97B0-06D168BC0AAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_r.csproj index 0da8bc77bf5..31380b44aa8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DD8C7C31-7DB5-4933-97B0-06D168BC0AAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_ro.csproj index 2d0eb3630e5..3d734c3fe0a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgOr1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DD8C7C31-7DB5-4933-97B0-06D168BC0AAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_d.csproj index 23ae825081d..de866976287 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DF621757-F7D5-463A-A05A-83E95C1C6A43} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_do.csproj index eb5444ee38f..86724730a7a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DF621757-F7D5-463A-A05A-83E95C1C6A43} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_r.csproj index 90038e71f79..af3fbae97d7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DF621757-F7D5-463A-A05A-83E95C1C6A43} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_ro.csproj index 9324aea043a..804ff3b30df 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgSub1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DF621757-F7D5-463A-A05A-83E95C1C6A43} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_d.csproj index ef59a5b2d59..1537705fbcf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6E410935-3438-46EC-A9EC-7065F924EFF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_do.csproj index a59d3a24cdb..fffe2914cb6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6E410935-3438-46EC-A9EC-7065F924EFF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_r.csproj index 98cbe75e968..a6484a2e582 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6E410935-3438-46EC-A9EC-7065F924EFF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_ro.csproj index 8ec4a5fbb7b..ef72f478bed 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/AsgXor1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6E410935-3438-46EC-A9EC-7065F924EFF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_d.csproj index afe42206e11..603cf142b03 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {33381DC7-E1DD-4BD8-AD2A-E7A80FF04E69} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_do.csproj index 3b234c2c193..73f09a02129 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {33381DC7-E1DD-4BD8-AD2A-E7A80FF04E69} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_r.csproj index 7c161fb88ad..7dbab9b5349 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {33381DC7-E1DD-4BD8-AD2A-E7A80FF04E69} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_ro.csproj index 80445d93873..58eacbb26e4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/BinaryRMW_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {33381DC7-E1DD-4BD8-AD2A-E7A80FF04E69} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_d.csproj index 93ffdfe84be..049c0414e8b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00D2D1B1-A33B-4829-AD48-50A92EA5DEBD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_do.csproj index 4295d7f3103..326fac353f3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00D2D1B1-A33B-4829-AD48-50A92EA5DEBD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_r.csproj index 419a108cd55..625113b1be3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00D2D1B1-A33B-4829-AD48-50A92EA5DEBD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_ro.csproj index 51211e4769f..86bcadfc087 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Call1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00D2D1B1-A33B-4829-AD48-50A92EA5DEBD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_d.csproj index e7c9b035f51..e7ccdd014ab 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2AE191D9-FD91-4142-81CE-18D80591912F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_do.csproj index 3d5d2b32293..136b72e5cdf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2AE191D9-FD91-4142-81CE-18D80591912F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_r.csproj index ad30b4113bd..94fff69c637 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2AE191D9-FD91-4142-81CE-18D80591912F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_ro.csproj index ea9039b3704..0dc10c36ff5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsBool_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2AE191D9-FD91-4142-81CE-18D80591912F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_d.csproj index aa22ec95255..05d28083234 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1B74852B-B366-4360-9A7D-EDD6B9B57E9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_do.csproj index a28b255841f..c8f740ee149 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1B74852B-B366-4360-9A7D-EDD6B9B57E9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_r.csproj index 1fd27901fb3..d060768c827 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1B74852B-B366-4360-9A7D-EDD6B9B57E9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_ro.csproj index 079f28ce6da..e4aa9791b9a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/CnsLng1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1B74852B-B366-4360-9A7D-EDD6B9B57E9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_d.csproj index b6e703d872c..e39e8b5f783 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3E4DB71E-E26A-4341-95D8-E4E3809FCE51} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_do.csproj index 3674ef5ee04..fedbc17a37f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3E4DB71E-E26A-4341-95D8-E4E3809FCE51} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_r.csproj index 13a61c23fdf..b3aba91c801 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3E4DB71E-E26A-4341-95D8-E4E3809FCE51} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_ro.csproj index ff2122b871a..5b761d23322 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAddConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3E4DB71E-E26A-4341-95D8-E4E3809FCE51} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_d.csproj index 8592bfc2eb3..2948b1fb7e5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {49521A1C-DBFB-43B1-8DA5-7DC4F8C4014D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_do.csproj index be4cccc187e..098245e155c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {49521A1C-DBFB-43B1-8DA5-7DC4F8C4014D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_r.csproj index 4557b4d073b..eaffed86a14 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {49521A1C-DBFB-43B1-8DA5-7DC4F8C4014D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_ro.csproj index 4bd6279ca6b..730d0e876ca 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAdd_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {49521A1C-DBFB-43B1-8DA5-7DC4F8C4014D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_d.csproj index 0012bfe7245..b4155365466 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B5AE199C-B9D1-40C3-97B7-C6BC0442EC58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_do.csproj index 38a5ce106b3..676e53fb650 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B5AE199C-B9D1-40C3-97B7-C6BC0442EC58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_r.csproj index c3396b2f326..bc98b0e3e56 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B5AE199C-B9D1-40C3-97B7-C6BC0442EC58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_ro.csproj index 94f0ef067cb..1605ba478bc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArea_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B5AE199C-B9D1-40C3-97B7-C6BC0442EC58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_d.csproj index f3480a5e75a..7fe64c0c396 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {807D6049-D7FA-4853-AEF9-CD0F35EBAC04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_do.csproj index b5ae1e6c25b..fa08454d0bd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {807D6049-D7FA-4853-AEF9-CD0F35EBAC04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_r.csproj index b7779819ec5..495dcf98d4f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {807D6049-D7FA-4853-AEF9-CD0F35EBAC04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_ro.csproj index aa35bebd746..a00d4693c69 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblArray_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {807D6049-D7FA-4853-AEF9-CD0F35EBAC04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_d.csproj index 2ae2376aff3..fa49cab2662 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D02780E7-82B2-4635-9801-3E1AC43CF81E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_do.csproj index 0b436959a84..f46f0270d39 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D02780E7-82B2-4635-9801-3E1AC43CF81E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_r.csproj index c486bfdcbbb..5cda53bfd1c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D02780E7-82B2-4635-9801-3E1AC43CF81E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_ro.csproj index e6954c9f13c..e08a72f4695 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg2_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D02780E7-82B2-4635-9801-3E1AC43CF81E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_d.csproj index bfd5651ca64..3e289ab3389 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {53D84277-AB6B-4A8D-AF43-1E74CF0C9F9E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_do.csproj index 317a84ecd6f..39c1cef198d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {53D84277-AB6B-4A8D-AF43-1E74CF0C9F9E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_r.csproj index 53a1bb05fad..f3f64054b50 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {53D84277-AB6B-4A8D-AF43-1E74CF0C9F9E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_ro.csproj index b260adf0483..da69e8565e0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblAvg6_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {53D84277-AB6B-4A8D-AF43-1E74CF0C9F9E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_d.csproj index 91aab9bd4d4..05949e0a9f1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0594F687-7354-477F-B288-8C641A4504D9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_do.csproj index c55ea97cb9f..43c33eb18de 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0594F687-7354-477F-B288-8C641A4504D9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_r.csproj index 7d9d948995a..d838a790278 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0594F687-7354-477F-B288-8C641A4504D9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_ro.csproj index 130de75b0ee..c43be7a79d6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0594F687-7354-477F-B288-8C641A4504D9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_d.csproj index 857c65057eb..59eb686814b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AE134EB2-06E1-4561-8148-7347F0D012B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_do.csproj index 9bf2196f97e..764c4fa346e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AE134EB2-06E1-4561-8148-7347F0D012B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_r.csproj index 451a9396d14..1f4aa1f1bd3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AE134EB2-06E1-4561-8148-7347F0D012B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_ro.csproj index 70abeb58cf3..a17834b889f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblCall2_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AE134EB2-06E1-4561-8148-7347F0D012B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_d.csproj index 96164274bc5..128fffa1587 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5C28FFAA-5D37-4C77-82B2-EFB0898FDDA5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_do.csproj index 63581843fd2..e72247ae157 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5C28FFAA-5D37-4C77-82B2-EFB0898FDDA5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_r.csproj index 863e8c4d039..79bb9588aab 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5C28FFAA-5D37-4C77-82B2-EFB0898FDDA5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_ro.csproj index bce07c518a7..1b3a56d359b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDist_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5C28FFAA-5D37-4C77-82B2-EFB0898FDDA5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_d.csproj index 08805c767b4..acbb432f734 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F73DF77B-3C94-4516-B306-1C2E289E27A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_do.csproj index 453e15731c7..410ecf29c7c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F73DF77B-3C94-4516-B306-1C2E289E27A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_r.csproj index 96071c661d1..2cd485f0c07 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F73DF77B-3C94-4516-B306-1C2E289E27A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_ro.csproj index 6a3c3f46179..234955ca54a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDivConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F73DF77B-3C94-4516-B306-1C2E289E27A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_d.csproj index 0a5a551a4fb..3da1e4a492e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6495306C-4297-411A-8241-DDD40D48B417} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_do.csproj index 66f75d78469..d54b9b432c6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6495306C-4297-411A-8241-DDD40D48B417} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_r.csproj index cb97ba9b00c..19e5f0a8fbf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6495306C-4297-411A-8241-DDD40D48B417} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_ro.csproj index 852563ef72d..172587c02da 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblDiv_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6495306C-4297-411A-8241-DDD40D48B417} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_d.csproj index f23e10866b3..c6cb63622da 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0D34AE89-A07E-4941-BE41-7922EC86AA8B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_do.csproj index 8884c928331..fd1710a4a7a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0D34AE89-A07E-4941-BE41-7922EC86AA8B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_r.csproj index ad5970aaf81..6ce9e0c1f86 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0D34AE89-A07E-4941-BE41-7922EC86AA8B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_ro.csproj index 8d89e6f0fdc..6f9b48919cb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblFillArray_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0D34AE89-A07E-4941-BE41-7922EC86AA8B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_d.csproj index 0b5ed666268..80caba77332 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C06A0898-7C4E-4925-91C4-2979C4F85BC2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_do.csproj index 9a4b40aad63..2447651376f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C06A0898-7C4E-4925-91C4-2979C4F85BC2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_r.csproj index 405317d9990..b2c223b1406 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C06A0898-7C4E-4925-91C4-2979C4F85BC2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_ro.csproj index 22727b6ca96..560cececba1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMulConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C06A0898-7C4E-4925-91C4-2979C4F85BC2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_d.csproj index 9f494284887..bcad62406a3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A4839CEC-6C25-4A8E-A4A8-5FB0C9768A9B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_do.csproj index afec5b1595e..539dff93eb5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A4839CEC-6C25-4A8E-A4A8-5FB0C9768A9B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_r.csproj index a4ca5f93d2b..c88a9a49e34 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A4839CEC-6C25-4A8E-A4A8-5FB0C9768A9B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_ro.csproj index f9893eaaa3d..a275fb7f83d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblMul_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A4839CEC-6C25-4A8E-A4A8-5FB0C9768A9B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_d.csproj index 36001e606d9..d33aecbb219 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E865D57F-CCEC-4E7F-9F0F-2E2F0D127036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_do.csproj index 35cf28c22c2..8f706d31122 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E865D57F-CCEC-4E7F-9F0F-2E2F0D127036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_r.csproj index 1c307e3c9ad..d36ff0adacb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E865D57F-CCEC-4E7F-9F0F-2E2F0D127036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_ro.csproj index fd11708499a..df1bc9aa997 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblNeg_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E865D57F-CCEC-4E7F-9F0F-2E2F0D127036} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_d.csproj index 03d9faafc22..8c31f85cba0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4638A427-7835-4808-9F14-29CCBC365B75} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_do.csproj index bd541e2da1b..ea306ade0dc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4638A427-7835-4808-9F14-29CCBC365B75} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_r.csproj index d662a19c875..579fc862ba5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4638A427-7835-4808-9F14-29CCBC365B75} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_ro.csproj index e716838ce03..d671c217594 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRem_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4638A427-7835-4808-9F14-29CCBC365B75} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_d.csproj index 2f8e400e562..a928fbabca2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {31ED8057-A96E-42B4-8102-EE3078061981} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_do.csproj index 236956a6cf7..072c6df2a9c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {31ED8057-A96E-42B4-8102-EE3078061981} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_r.csproj index f370d60ffa2..8946b24d3a1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {31ED8057-A96E-42B4-8102-EE3078061981} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_ro.csproj index d6298d7137b..0586df8cc71 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblRoots_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {31ED8057-A96E-42B4-8102-EE3078061981} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_d.csproj index 9175bc55b1d..6e53c61f096 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F5F8FF1D-D925-42D4-B868-FA1BA4462C04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_do.csproj index 6f624dd8e78..fbc04aabbae 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F5F8FF1D-D925-42D4-B868-FA1BA4462C04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_r.csproj index 07a3a6091bd..092ef9be7e5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F5F8FF1D-D925-42D4-B868-FA1BA4462C04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_ro.csproj index a24c1c41bff..512b86afe26 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSubConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F5F8FF1D-D925-42D4-B868-FA1BA4462C04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_d.csproj index 5a5b207d331..1373cb02657 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {067E8F6D-F184-4E15-93A7-A0C7FC200F7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_do.csproj index 4ba823be20a..6fd8d66095e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {067E8F6D-F184-4E15-93A7-A0C7FC200F7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_r.csproj index cf2b57af4cc..58b08dbd322 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {067E8F6D-F184-4E15-93A7-A0C7FC200F7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_ro.csproj index 46277679ae7..dbb04fdba91 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblSub_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {067E8F6D-F184-4E15-93A7-A0C7FC200F7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_d.csproj index c94663bbbdc..833ccaf7dd5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5D2FC578-A17E-4B33-8DDA-B8E972D42C41} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_do.csproj index 23735a19fba..24512170a9a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5D2FC578-A17E-4B33-8DDA-B8E972D42C41} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_r.csproj index 00bff70d4f8..8c5d8994e1a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5D2FC578-A17E-4B33-8DDA-B8E972D42C41} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_ro.csproj index 9073440b995..bfc8cdece32 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DblVar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5D2FC578-A17E-4B33-8DDA-B8E972D42C41} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_d.csproj index 640beefb43b..82f05fdd9f7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_d.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {EC6FD253-5247-4D8C-887E-453B5647A0A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_do.csproj index 68b5eae1a7f..7985e2e7911 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_do.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {EC6FD253-5247-4D8C-887E-453B5647A0A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_r.csproj index fcf2d9af1e6..ec4fded3724 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {EC6FD253-5247-4D8C-887E-453B5647A0A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_ro.csproj index 63ad2a69729..ee78a125169 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/DivConst_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {EC6FD253-5247-4D8C-887E-453B5647A0A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_d.csproj index a1224ace309..9121cdebf9c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {601DE23D-7202-4226-8E50-554C33D770B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_do.csproj index 1ecf8d3a02e..4dc1dc91cad 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {601DE23D-7202-4226-8E50-554C33D770B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_r.csproj index 94e897f4349..61be7d1cbaf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {601DE23D-7202-4226-8E50-554C33D770B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_ro.csproj index 7d7a2ace9ca..957d2d8817d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Eq1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {601DE23D-7202-4226-8E50-554C33D770B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_d.csproj index fb2e0123816..6473bbb6178 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {16E9D09B-7144-4E01-90C8-A3DB37EF6597} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_do.csproj index ebe98102e1c..9af490effa9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {16E9D09B-7144-4E01-90C8-A3DB37EF6597} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_r.csproj index 33c8abf8119..1be78cae3c5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {16E9D09B-7144-4E01-90C8-A3DB37EF6597} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_ro.csproj index 3794d5ae1ba..86bf9e4d194 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAddConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {16E9D09B-7144-4E01-90C8-A3DB37EF6597} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_d.csproj index cd6d2532c92..5e041c0a956 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E15C9AD4-4D8B-43F2-AAFD-ED827609BB6F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_do.csproj index 9b9923de245..8972d517fbe 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E15C9AD4-4D8B-43F2-AAFD-ED827609BB6F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_r.csproj index 6cfaf250ace..12ecf983335 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E15C9AD4-4D8B-43F2-AAFD-ED827609BB6F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_ro.csproj index 2d917f6a8e2..397f4bd7fab 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAdd_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E15C9AD4-4D8B-43F2-AAFD-ED827609BB6F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_d.csproj index cff215bf98b..1ee29f25d45 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B8479512-8916-4897-9E68-426F4A6D0F01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_do.csproj index 4c12ddb748b..d1ec4345704 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B8479512-8916-4897-9E68-426F4A6D0F01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_r.csproj index d7edf768d68..8951e8be565 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B8479512-8916-4897-9E68-426F4A6D0F01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_ro.csproj index 94962e47093..4b9023cf16e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArea_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B8479512-8916-4897-9E68-426F4A6D0F01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_d.csproj index e72089b3e79..e3481f316c6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9760C40A-013F-47FB-861C-6BBF2D66ECB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_do.csproj index 1ac8ccb449e..50febd3b15b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9760C40A-013F-47FB-861C-6BBF2D66ECB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_r.csproj index eb7e616cf1b..fc2c443a6c7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9760C40A-013F-47FB-861C-6BBF2D66ECB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_ro.csproj index 9115bc4e2f8..7b0b578b903 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPArray_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9760C40A-013F-47FB-861C-6BBF2D66ECB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_d.csproj index 933d80da4ba..ec0d005f002 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBD3DBBD-FD2A-48DF-B8F6-E80B4B75CCFD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_do.csproj index af431dd9343..a63123a64be 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBD3DBBD-FD2A-48DF-B8F6-E80B4B75CCFD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_r.csproj index fc3e7e2fa66..172e249ed3b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBD3DBBD-FD2A-48DF-B8F6-E80B4B75CCFD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_ro.csproj index 3ca455e1773..dc796b9be40 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg2_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBD3DBBD-FD2A-48DF-B8F6-E80B4B75CCFD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_d.csproj index 3ac989d5129..99d33e6aa16 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BA4A14E7-0679-4E85-9B24-6452FB89C775} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_do.csproj index f5cec2f8d61..8c7e7ca2a5d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BA4A14E7-0679-4E85-9B24-6452FB89C775} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_r.csproj index 9e2baed5e48..74eba341abf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BA4A14E7-0679-4E85-9B24-6452FB89C775} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_ro.csproj index 1f81d7837a1..e01b72f1f13 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPAvg6_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BA4A14E7-0679-4E85-9B24-6452FB89C775} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_d.csproj index 1672d633caa..814b97b67f4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00123B77-935C-4C54-9F54-A7D78398FD9C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_do.csproj index 1bf9016a6e8..7e7be9835c3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00123B77-935C-4C54-9F54-A7D78398FD9C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_r.csproj index 61d6d086ecd..e88ddc65997 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00123B77-935C-4C54-9F54-A7D78398FD9C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_ro.csproj index 4f5de3de1eb..6a6563485b1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {00123B77-935C-4C54-9F54-A7D78398FD9C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_d.csproj index 66dfd422395..9e95869c64d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {39E0910F-28E2-4192-BCF5-5537C53821F8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_do.csproj index cffadf6c544..dbcd1846c3c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {39E0910F-28E2-4192-BCF5-5537C53821F8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_r.csproj index db655371e95..3ee9c841641 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {39E0910F-28E2-4192-BCF5-5537C53821F8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_ro.csproj index d6905edd091..455daec05b5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPCall2_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {39E0910F-28E2-4192-BCF5-5537C53821F8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_d.csproj index c052021ec04..005d74f6366 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0DB625F4-2A3D-41EF-B6DC-DA83A931B927} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_do.csproj index 9b11ad3688a..2e061791abc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0DB625F4-2A3D-41EF-B6DC-DA83A931B927} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_r.csproj index f2f30d836e7..90ff61ce3b9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0DB625F4-2A3D-41EF-B6DC-DA83A931B927} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_ro.csproj index 02c0583e0b7..8f3dbc6cc25 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvDbl2Lng_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0DB625F4-2A3D-41EF-B6DC-DA83A931B927} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_d.csproj index dd6821f3960..8dfe5727d4d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {85DD13D6-24C0-40F1-AE6C-A37B75326B00} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_do.csproj index a939bd88106..2cf4e837b00 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {85DD13D6-24C0-40F1-AE6C-A37B75326B00} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_r.csproj index 160abdf99f9..da2964a7e6c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {85DD13D6-24C0-40F1-AE6C-A37B75326B00} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_ro.csproj index 36fc8e059d7..932896ffb85 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2F_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {85DD13D6-24C0-40F1-AE6C-A37B75326B00} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_d.csproj index 1e705bafa99..c18ad0532ba 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F62205FB-539C-4A6D-9092-F0DD246272DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_do.csproj index 1c63b80789b..e39fde8b412 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F62205FB-539C-4A6D-9092-F0DD246272DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_r.csproj index fca11583d39..be4b244e8f4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F62205FB-539C-4A6D-9092-F0DD246272DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_ro.csproj index c80dca5b7eb..9dbb7a1156a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2I_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F62205FB-539C-4A6D-9092-F0DD246272DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_d.csproj index e3de88a50f5..684ea809da5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5108EA79-1A39-4902-ADB1-AE38EEBA5B37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_do.csproj index d56276f19f3..12ad04611d2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5108EA79-1A39-4902-ADB1-AE38EEBA5B37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_r.csproj index 343311b3281..d5f22fc325f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5108EA79-1A39-4902-ADB1-AE38EEBA5B37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_ro.csproj index cef5ce36f00..9904171ce49 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvF2Lng_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5108EA79-1A39-4902-ADB1-AE38EEBA5B37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_d.csproj index 0cf45b98390..eeeec046f3f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5E0A08A8-D02D-4036-8A2E-41BDFF64CB55} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_do.csproj index a05fb34de58..303efa09d52 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5E0A08A8-D02D-4036-8A2E-41BDFF64CB55} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_r.csproj index 68771e4beed..51c2cd2e66c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5E0A08A8-D02D-4036-8A2E-41BDFF64CB55} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_ro.csproj index 5deb65d2ae2..a6938e9bdd3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPConvI2F_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5E0A08A8-D02D-4036-8A2E-41BDFF64CB55} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_d.csproj index 264cc58adbd..d0ebc5bebe9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5976F27D-32E2-451E-9F8F-3C1C5E7F156F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_do.csproj index 3cdd99a6d82..87b9aea00aa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5976F27D-32E2-451E-9F8F-3C1C5E7F156F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_r.csproj index e02212c753b..8a50b9ada0b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5976F27D-32E2-451E-9F8F-3C1C5E7F156F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_ro.csproj index a0eab0d76ef..73511aadb93 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDist_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5976F27D-32E2-451E-9F8F-3C1C5E7F156F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_d.csproj index 032ae4f4347..79fa0af401f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DA6A5C9-51BB-44D3-84BF-873C6C092C81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_do.csproj index 64cb1a43426..9fc152c77cb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DA6A5C9-51BB-44D3-84BF-873C6C092C81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_r.csproj index 4b9b5c9971c..11d99c5437a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DA6A5C9-51BB-44D3-84BF-873C6C092C81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_ro.csproj index 0840cb8d005..b8bb244b9de 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDivConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DA6A5C9-51BB-44D3-84BF-873C6C092C81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_d.csproj index f17df8d3b8f..5fd1ed2255d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {23AF0DA5-1A8B-4D1F-91DB-E18684070F7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_do.csproj index b8acc47ddd5..7c3d8f1abf4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {23AF0DA5-1A8B-4D1F-91DB-E18684070F7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_r.csproj index e261e438d40..c3c53e854ef 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {23AF0DA5-1A8B-4D1F-91DB-E18684070F7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_ro.csproj index 8893cc11197..c38ab7eff74 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPDiv_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {23AF0DA5-1A8B-4D1F-91DB-E18684070F7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_d.csproj index b3107357158..8f7d5fc83ba 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AD783D08-47A8-4E7F-A3B6-7B63249807F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_do.csproj index 78c2e098697..d67c721e1ec 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AD783D08-47A8-4E7F-A3B6-7B63249807F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_r.csproj index 018f7c35582..9671a29c2f6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AD783D08-47A8-4E7F-A3B6-7B63249807F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_ro.csproj index 0b6195384fa..66833e592de 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPError_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AD783D08-47A8-4E7F-A3B6-7B63249807F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_d.csproj index e572367e361..ee7814ff2a7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBCD155F-1BD2-4091-BEC7-0A9A15809BDC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_do.csproj index ea0a1181b0d..d84a0afeaec 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBCD155F-1BD2-4091-BEC7-0A9A15809BDC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_r.csproj index d11312e5419..af015534ae0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBCD155F-1BD2-4091-BEC7-0A9A15809BDC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_ro.csproj index 989805fe30f..009d6a6c0e3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPFillArray_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DBCD155F-1BD2-4091-BEC7-0A9A15809BDC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_d.csproj index bc39b76a537..7360882e2ff 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2E1104E1-ED87-4A8C-8486-5D6BB480EED4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_do.csproj index 048cd146100..9b4fee01293 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2E1104E1-ED87-4A8C-8486-5D6BB480EED4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_r.csproj index 28124c09cdd..4eab6732e5d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2E1104E1-ED87-4A8C-8486-5D6BB480EED4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_ro.csproj index 821c01dbb47..393905d4fac 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMath_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2E1104E1-ED87-4A8C-8486-5D6BB480EED4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_d.csproj index 4f3e23e00a1..bbb5406b19e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {43EA703F-C5E5-4680-B8FB-B2F46CA52FC6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_do.csproj index 32a9b2280df..ef45b330282 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {43EA703F-C5E5-4680-B8FB-B2F46CA52FC6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_r.csproj index 3ecb291715a..c69755db3c6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {43EA703F-C5E5-4680-B8FB-B2F46CA52FC6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_ro.csproj index add1a4ca40e..3b0d9712933 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMulConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {43EA703F-C5E5-4680-B8FB-B2F46CA52FC6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_d.csproj index 1b19336333f..9de68c201a8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A33856BD-BD42-47BF-A187-0077FF8C2098} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_do.csproj index 179fc1ba6c9..f2cadd3b132 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A33856BD-BD42-47BF-A187-0077FF8C2098} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_r.csproj index 7a6401ceb32..c55867bc44b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A33856BD-BD42-47BF-A187-0077FF8C2098} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_ro.csproj index c3e18ca2162..38fbfe8e97f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPMul_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A33856BD-BD42-47BF-A187-0077FF8C2098} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_d.csproj index 7c0a2d314cf..c92b5bd5031 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {458ADB44-4020-4022-9C25-A439D1BCC464} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_do.csproj index ea8b3b82577..06234137740 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {458ADB44-4020-4022-9C25-A439D1BCC464} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_r.csproj index b57fa44f255..db640bdf01a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {458ADB44-4020-4022-9C25-A439D1BCC464} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_ro.csproj index 977ff7bf23b..9a88b0fe76b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPNeg_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {458ADB44-4020-4022-9C25-A439D1BCC464} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_d.csproj index 0c98d73b308..4f899a8ab79 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {113FDD73-F8D5-44AF-9FB6-A7802A8C854D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_do.csproj index 058ec5d4643..730b5f6bf4f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {113FDD73-F8D5-44AF-9FB6-A7802A8C854D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_r.csproj index 42aabdb2711..312bb4b683a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {113FDD73-F8D5-44AF-9FB6-A7802A8C854D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_ro.csproj index bbef9a8b8c7..1080baa1509 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRem_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {113FDD73-F8D5-44AF-9FB6-A7802A8C854D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_d.csproj index 9906047d50e..9b0ce071eb4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F27C3C89-5B9D-465F-AE6B-05F2468B2CEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_do.csproj index c5ba4340cb3..b348f9e2422 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F27C3C89-5B9D-465F-AE6B-05F2468B2CEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_r.csproj index 82c5a0e0988..490b49bc427 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F27C3C89-5B9D-465F-AE6B-05F2468B2CEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_ro.csproj index 9adedabaad8..0e93b40f81c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPRoots_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F27C3C89-5B9D-465F-AE6B-05F2468B2CEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_d.csproj index 559fd0f7930..4d9f46f8cde 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0A27F4DF-A230-4627-873B-1D876608FA22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_do.csproj index 62214ce274e..9a2445a7a93 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0A27F4DF-A230-4627-873B-1D876608FA22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_r.csproj index a04aba29440..e79dba6e304 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0A27F4DF-A230-4627-873B-1D876608FA22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_ro.csproj index 311f2035df6..b421227cea3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSmall_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0A27F4DF-A230-4627-873B-1D876608FA22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_d.csproj index 0582dd0677d..120acf7be6f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5B2EBAF-D3EA-4721-88F5-FB384F5F7CCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_do.csproj index e79a51a0602..5a6ac8a1db6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5B2EBAF-D3EA-4721-88F5-FB384F5F7CCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_r.csproj index 927b5bbffab..ce8275ea975 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5B2EBAF-D3EA-4721-88F5-FB384F5F7CCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_ro.csproj index 7d673cb809f..0581e8140e5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSubConst_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5B2EBAF-D3EA-4721-88F5-FB384F5F7CCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_d.csproj index 3f80f17b40a..beb8cfe5b15 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {702DAA7C-306F-4A97-895B-963B1028D213} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_do.csproj index e38a7e4e283..4c797dc066e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {702DAA7C-306F-4A97-895B-963B1028D213} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_r.csproj index d32bd3e7372..304a3cb99a8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {702DAA7C-306F-4A97-895B-963B1028D213} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_ro.csproj index 97f93180133..3b4c70db93e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPSub_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {702DAA7C-306F-4A97-895B-963B1028D213} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_d.csproj index 3c2cd54b69e..ffe61b89634 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D4BEBCBF-BE59-481E-BD88-ABED5B835EF3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_do.csproj index 765e4e41594..b3caa3c51bd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D4BEBCBF-BE59-481E-BD88-ABED5B835EF3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_r.csproj index 461b9913ee6..fbc8bca28bf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D4BEBCBF-BE59-481E-BD88-ABED5B835EF3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_ro.csproj index 1ad51e5be47..493dd191898 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FPVar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D4BEBCBF-BE59-481E-BD88-ABED5B835EF3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_d.csproj index bf559745668..50bb6eff1a2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {83E74202-B9F5-4D34-9D6E-D973704945DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_do.csproj index 73ba3471b0c..5ae51b867b8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {83E74202-B9F5-4D34-9D6E-D973704945DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_r.csproj index 54436ee5074..fd8ab1ebbca 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {83E74202-B9F5-4D34-9D6E-D973704945DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_ro.csproj index c60081bc9af..7e0b73483c4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FactorialRec_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {83E74202-B9F5-4D34-9D6E-D973704945DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_d.csproj index 27c1df134f4..2fc028614c1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DEFC2A4-774B-4F2E-B54A-E25B5D8350ED} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_do.csproj index 1a4f80b76bc..62f1ccb79de 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DEFC2A4-774B-4F2E-B54A-E25B5D8350ED} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_r.csproj index a79af668fe8..c0a52cb2885 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DEFC2A4-774B-4F2E-B54A-E25B5D8350ED} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_ro.csproj index acbef064205..80f276c1d93 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FibLoop_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1DEFC2A4-774B-4F2E-B54A-E25B5D8350ED} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_d.csproj index b5155167380..4862e068a09 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {770811BC-832C-498F-881C-F545A1884BCD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_do.csproj index f4e37f1d57a..bd6511cf951 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {770811BC-832C-498F-881C-F545A1884BCD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_r.csproj index e1871b24093..2ef10b8b62b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {770811BC-832C-498F-881C-F545A1884BCD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_ro.csproj index caf7c5df839..26180f75ec0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/FiboRec_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {770811BC-832C-498F-881C-F545A1884BCD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_d.csproj index d662631198b..68212f3d8c7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CAE1B00-512F-400D-B309-A288BF958E7E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_do.csproj index 6591398d37b..5c4280de319 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CAE1B00-512F-400D-B309-A288BF958E7E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_r.csproj index 094355d9300..bf59b04a177 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CAE1B00-512F-400D-B309-A288BF958E7E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_ro.csproj index 04e04b8f045..37e0c76317b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gcd_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CAE1B00-512F-400D-B309-A288BF958E7E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_d.csproj index fee5accee51..2e9cff51d70 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E424FF93-E659-4516-97CC-AFC137659014} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_do.csproj index 5cf0f39af2f..519c499d133 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E424FF93-E659-4516-97CC-AFC137659014} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_r.csproj index ab6e7c3a083..73e71104643 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E424FF93-E659-4516-97CC-AFC137659014} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_ro.csproj index 094b9040f63..8d7d16afc47 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ge1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E424FF93-E659-4516-97CC-AFC137659014} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_d.csproj index 8b07e3c6622..c56527dc299 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9823F80E-FE94-44AC-893F-2313ACF001D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_do.csproj index 1dcb864e94a..8eb97384ba0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9823F80E-FE94-44AC-893F-2313ACF001D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_r.csproj index 459976d9bc2..14d327fe3d8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9823F80E-FE94-44AC-893F-2313ACF001D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_ro.csproj index 9aa6504d687..b76366cd222 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Gt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9823F80E-FE94-44AC-893F-2313ACF001D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_d.csproj index 905925a828b..491c8e2c0e5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {42A00689-632D-4DDC-AFAD-EDD86049802E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_do.csproj index c366aa5d7a7..f6ddecb30e5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {42A00689-632D-4DDC-AFAD-EDD86049802E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_r.csproj index 20f6dbaa2c2..2521c20c8b7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {42A00689-632D-4DDC-AFAD-EDD86049802E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_ro.csproj index 3320458cce8..347578aae07 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ind1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {42A00689-632D-4DDC-AFAD-EDD86049802E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_d.csproj index 145ad59bb95..75717418828 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B6669424-4F8E-4154-BF4D-B74694CF722E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_do.csproj index 8e410de67cb..45bbc10772f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B6669424-4F8E-4154-BF4D-B74694CF722E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_r.csproj index 957a4789cc1..2726c66726d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B6669424-4F8E-4154-BF4D-B74694CF722E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_ro.csproj index b290789b426..106b73b9c23 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InitObj_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B6669424-4F8E-4154-BF4D-B74694CF722E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_d.csproj index 693031ca30a..fbdd7b602c2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9CF5C43B-8490-4FB3-8F07-663467331AD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_do.csproj index 6e25206c5ab..aadc6f3bb0d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9CF5C43B-8490-4FB3-8F07-663467331AD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_r.csproj index 3ba870d660d..d180d61225f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9CF5C43B-8490-4FB3-8F07-663467331AD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_ro.csproj index 76e621b9f2d..31e8b727863 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/InstanceCalls_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9CF5C43B-8490-4FB3-8F07-663467331AD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_d.csproj index c5769de9b81..ef13a6f6b7e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6B30834D-CDDE-4A1D-A318-9753ADB594A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_do.csproj index 2eff6a8a0e7..86218672e98 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6B30834D-CDDE-4A1D-A318-9753ADB594A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_r.csproj index e1865b62eec..34842cf2604 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6B30834D-CDDE-4A1D-A318-9753ADB594A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_ro.csproj index 4e7fbddbae3..08d68ceb8f5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntArraySum_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6B30834D-CDDE-4A1D-A318-9753ADB594A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_d.csproj index 41de300828f..18e3da2e8a1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {078DBDAF-A26F-4FEB-90B1-E0A008CD577A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_do.csproj index bb2eaebc47e..d7c8ce124f0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {078DBDAF-A26F-4FEB-90B1-E0A008CD577A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_r.csproj index ad1746221dd..e757fbeac4a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {078DBDAF-A26F-4FEB-90B1-E0A008CD577A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_ro.csproj index eaff3fdc61d..043d0e93367 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/IntConv_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {078DBDAF-A26F-4FEB-90B1-E0A008CD577A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_d.csproj index 88d332337fe..91618a824b4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D17EE755-3FDC-410E-B07E-3E37B5789A7C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_do.csproj index 6b09de6b98a..6699fc5c1bf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D17EE755-3FDC-410E-B07E-3E37B5789A7C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_r.csproj index 2805c12e40c..e51bffa641a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D17EE755-3FDC-410E-B07E-3E37B5789A7C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_ro.csproj index 88d7589f095..591a716a9d8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrue1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D17EE755-3FDC-410E-B07E-3E37B5789A7C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_d.csproj index a56c3dcea8b..8e15fbca844 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {70A42499-9E99-48D7-A74A-F5531CC17251} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_do.csproj index e1a2cf53b01..cc1454cc279 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {70A42499-9E99-48D7-A74A-F5531CC17251} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_r.csproj index a3cfac18cb6..b9d18f65013 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {70A42499-9E99-48D7-A74A-F5531CC17251} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_ro.csproj index 9e33137f53b..223745ae578 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqDbl_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {70A42499-9E99-48D7-A74A-F5531CC17251} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_d.csproj index 3a3e7b1d104..5a5113f1736 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {07AD9B89-51A7-4138-A6F9-37F439AC85CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_do.csproj index 5256cfce510..75b7bb285fc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {07AD9B89-51A7-4138-A6F9-37F439AC85CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_r.csproj index 5a16671b487..4dec13150b6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {07AD9B89-51A7-4138-A6F9-37F439AC85CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_ro.csproj index 66a6f9e687a..6adf80be5e9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqFP_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {07AD9B89-51A7-4138-A6F9-37F439AC85CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_d.csproj index 6428e8525e2..93169d8f4a7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4EAE9BB8-3DF7-4384-902B-3412CB887E01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_do.csproj index def88e552db..13d2972f71f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4EAE9BB8-3DF7-4384-902B-3412CB887E01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_r.csproj index 1d72d19d554..474a1607a6c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4EAE9BB8-3DF7-4384-902B-3412CB887E01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_ro.csproj index 8b6910ce055..64f94a3bad2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueEqInt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4EAE9BB8-3DF7-4384-902B-3412CB887E01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_d.csproj index efd5ac06047..77d3783936d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5928DD1E-853B-4858-834B-0DFC7C6E26EB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_do.csproj index 6684dfe422f..1a2fc3559fa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5928DD1E-853B-4858-834B-0DFC7C6E26EB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_r.csproj index 18b0b2c63a9..256428f1fc9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5928DD1E-853B-4858-834B-0DFC7C6E26EB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_ro.csproj index 639e46e631c..ef10273002a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeDbl_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5928DD1E-853B-4858-834B-0DFC7C6E26EB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_d.csproj index d7dbb999598..c190a919409 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20D9F28D-DD1D-4777-9CE2-5D5E208EF3E5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_do.csproj index 2c284105034..ecf57649856 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20D9F28D-DD1D-4777-9CE2-5D5E208EF3E5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_r.csproj index 34166a1e982..b16044e188b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20D9F28D-DD1D-4777-9CE2-5D5E208EF3E5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_ro.csproj index ff87646cd87..602c35eaec5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeFP_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20D9F28D-DD1D-4777-9CE2-5D5E208EF3E5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_d.csproj index 8d91ce1faea..1963c4fb319 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1C0ADAC5-E54D-4AC1-8251-1F8D0D26CDA6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_do.csproj index 26062700d0e..3cef13e1e49 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1C0ADAC5-E54D-4AC1-8251-1F8D0D26CDA6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_r.csproj index 415e8db8461..b42f0f7a3bd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1C0ADAC5-E54D-4AC1-8251-1F8D0D26CDA6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_ro.csproj index 3f0910ae64a..fd8f428a0da 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGeInt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1C0ADAC5-E54D-4AC1-8251-1F8D0D26CDA6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_d.csproj index b168695e671..737503909a9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2EF18A15-DC9E-4D76-91DC-F73D31E03FFB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_do.csproj index 998da3bca24..e23ebd3d90b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2EF18A15-DC9E-4D76-91DC-F73D31E03FFB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_r.csproj index b804e1563c9..4299adbfdca 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2EF18A15-DC9E-4D76-91DC-F73D31E03FFB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_ro.csproj index a6080b70aa3..5282cf7b492 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtDbl_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2EF18A15-DC9E-4D76-91DC-F73D31E03FFB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_d.csproj index 5aa4b5d39ba..aef89bfcc32 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4E456F57-82E0-43FD-B947-DE3C65E8F1C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_do.csproj index 4e02214738c..6b4409ef6d9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4E456F57-82E0-43FD-B947-DE3C65E8F1C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_r.csproj index 39df70fee82..2df411b58fb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4E456F57-82E0-43FD-B947-DE3C65E8F1C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_ro.csproj index 34d26af919f..a9a5ddc801e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtFP_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4E456F57-82E0-43FD-B947-DE3C65E8F1C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_d.csproj index 356f6dbb901..4733bbbbcf8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B4A2FF5F-9801-48CB-A00E-591860F7714E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_do.csproj index beda8e2fdc7..34f344b3da7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B4A2FF5F-9801-48CB-A00E-591860F7714E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_r.csproj index 641f3647508..06f89c4dab8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B4A2FF5F-9801-48CB-A00E-591860F7714E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_ro.csproj index 6fcde088108..cc42a97b77d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueGtInt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B4A2FF5F-9801-48CB-A00E-591860F7714E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_d.csproj index b9aa5148b86..449f8bbb1ed 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3FE7D8DF-9246-49C4-9D6A-BC796006F78C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_do.csproj index 49b875ec8dd..c31ca964703 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3FE7D8DF-9246-49C4-9D6A-BC796006F78C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_r.csproj index 31208a9cf43..2bbaf0b65b7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3FE7D8DF-9246-49C4-9D6A-BC796006F78C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_ro.csproj index d879ad1ae32..19ce97ef6fd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeDbl_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3FE7D8DF-9246-49C4-9D6A-BC796006F78C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_d.csproj index d29d812090c..62b11c693ac 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {ACE1DAA5-86B8-4C29-90E4-F8D32E8658A5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_do.csproj index 42e22469cee..f1840d4f917 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {ACE1DAA5-86B8-4C29-90E4-F8D32E8658A5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_r.csproj index 86d64a82887..b64816b742c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {ACE1DAA5-86B8-4C29-90E4-F8D32E8658A5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_ro.csproj index 5bd657145d9..f259bdce3fb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeFP_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {ACE1DAA5-86B8-4C29-90E4-F8D32E8658A5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_d.csproj index 2dbb67c43f7..935084258a8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {87187E04-7D15-494A-BFD5-A07D2BBB4686} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_do.csproj index 713706ab8b1..970c6ae38fe 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {87187E04-7D15-494A-BFD5-A07D2BBB4686} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_r.csproj index 9a9b2006cdc..77529c77484 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {87187E04-7D15-494A-BFD5-A07D2BBB4686} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_ro.csproj index d31fe249a2a..baafc5c79aa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLeInt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {87187E04-7D15-494A-BFD5-A07D2BBB4686} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_d.csproj index 5b6fb492fbc..3bd2899d44d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5A6D6A91-B009-46C9-9A18-4866F846241F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_do.csproj index 503d3ec72b1..72159db453f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5A6D6A91-B009-46C9-9A18-4866F846241F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_r.csproj index eaf066019fb..1b89ecd0aa5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5A6D6A91-B009-46C9-9A18-4866F846241F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_ro.csproj index 061cf297a98..5084dd69908 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtDbl_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5A6D6A91-B009-46C9-9A18-4866F846241F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_d.csproj index 3ee3f68d9a4..c3b20136370 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D1AC9448-46B7-4B29-9A85-8F0372E5C228} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_do.csproj index f7434a3fb93..393eb462526 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D1AC9448-46B7-4B29-9A85-8F0372E5C228} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_r.csproj index 6e65a6ae22e..5fe408dfed7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D1AC9448-46B7-4B29-9A85-8F0372E5C228} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_ro.csproj index 3344718d621..55706acb8e7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtFP_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D1AC9448-46B7-4B29-9A85-8F0372E5C228} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_d.csproj index 339ee21ede7..e877ff2b944 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {564359DF-BE79-42F2-AB6E-8518217527E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_do.csproj index d461921ac6b..990eda5fb8c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {564359DF-BE79-42F2-AB6E-8518217527E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_r.csproj index 74c355f60ce..5b4b81d7844 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {564359DF-BE79-42F2-AB6E-8518217527E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_ro.csproj index 81cf9c6e830..ecf8bb9b907 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueLtInt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {564359DF-BE79-42F2-AB6E-8518217527E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_d.csproj index 08da7b19f6b..756ee5e1d70 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48C6ABBC-8D33-4FD8-B6A8-A60FEE178245} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_do.csproj index 167ad75891d..78fa20194c1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48C6ABBC-8D33-4FD8-B6A8-A60FEE178245} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_r.csproj index 6ed900e37c9..b124445ae51 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48C6ABBC-8D33-4FD8-B6A8-A60FEE178245} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_ro.csproj index d6cb15baf8e..ef858347182 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeDbl_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {48C6ABBC-8D33-4FD8-B6A8-A60FEE178245} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_d.csproj index 55352242ce9..9f83ddb55fe 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C7D855D1-A996-4112-A7E9-AD1E4E07B186} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_do.csproj index 8cf524a3379..b2fc13bcf57 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C7D855D1-A996-4112-A7E9-AD1E4E07B186} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_r.csproj index d946b47245b..9cbec287c9b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C7D855D1-A996-4112-A7E9-AD1E4E07B186} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_ro.csproj index 6a67950fe59..667356a5cdf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeFP_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C7D855D1-A996-4112-A7E9-AD1E4E07B186} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_d.csproj index 340ad003b3c..8eb00e77ea4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20AE49CC-1ADA-4B14-B7EB-C961B4C0FC16} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_do.csproj index 344d808a0d7..9ae81ebb937 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20AE49CC-1ADA-4B14-B7EB-C961B4C0FC16} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_r.csproj index acf9cdb4eb6..16ab27086b3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20AE49CC-1ADA-4B14-B7EB-C961B4C0FC16} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_ro.csproj index eb08dd54800..f718171fc13 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/JTrueNeInt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {20AE49CC-1ADA-4B14-B7EB-C961B4C0FC16} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_d.csproj index f56ceaf24af..c484fbae074 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E46BA38F-3EA5-4A56-B0EF-A6F646073C76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_do.csproj index 19ba510ab34..6d823f451f9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E46BA38F-3EA5-4A56-B0EF-A6F646073C76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_r.csproj index 203b133c1de..dea293e391c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E46BA38F-3EA5-4A56-B0EF-A6F646073C76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_ro.csproj index 9a914dea6a5..eec54823d35 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Jmp1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E46BA38F-3EA5-4A56-B0EF-A6F646073C76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_d.csproj index a32f067f828..0f9eeae2fb6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {369A6DB8-B0C9-41E5-84DB-C0CA2FCF92CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_do.csproj index 503bdb607fd..d53e228a48f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {369A6DB8-B0C9-41E5-84DB-C0CA2FCF92CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_r.csproj index c218bac80ac..0d50f4f1481 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {369A6DB8-B0C9-41E5-84DB-C0CA2FCF92CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_ro.csproj index a76d0a89b90..105b6c920af 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Le1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {369A6DB8-B0C9-41E5-84DB-C0CA2FCF92CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_d.csproj index 7256d9ca525..dfa7341ef1e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C6DC8E85-DCD2-49A0-977D-CE9795552632} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_do.csproj index 5eb2e298591..2d45326b7c0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C6DC8E85-DCD2-49A0-977D-CE9795552632} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_r.csproj index 5c7e600f265..f5ae82e463e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C6DC8E85-DCD2-49A0-977D-CE9795552632} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_ro.csproj index c57c9f6910d..0711362e810 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LeftShift_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C6DC8E85-DCD2-49A0-977D-CE9795552632} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_d.csproj index 213bddb357d..0fff347ec65 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8BA7A4A1-EBB6-44CD-828B-F2BA5523691A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_do.csproj index a797777f9e1..8a63eb86756 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8BA7A4A1-EBB6-44CD-828B-F2BA5523691A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_r.csproj index 5545f8995ac..63d3c99fd6e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8BA7A4A1-EBB6-44CD-828B-F2BA5523691A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_ro.csproj index 509c30a9181..be0a8e4672f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LngConv_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8BA7A4A1-EBB6-44CD-828B-F2BA5523691A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_d.csproj index d3facc9c6da..34446a7e097 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {6222AF08-F765-44C2-B48C-3C040D62303F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_do.csproj index b65aa94ff27..e568af005d2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {6222AF08-F765-44C2-B48C-3C040D62303F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_r.csproj index 01939488c00..0bf8d12d1ba 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {6222AF08-F765-44C2-B48C-3C040D62303F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_ro.csproj index 5336a163c70..ac41152b04a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_PSP_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {6222AF08-F765-44C2-B48C-3C040D62303F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_d.csproj index c4cacfac1d0..9b09c791932 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {38302715-A140-493E-AEF4-3E8F9EE99195} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_do.csproj index 49f4759b720..55575c6e56e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {38302715-A140-493E-AEF4-3E8F9EE99195} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_r.csproj index de427a7903e..6c934c8758f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {38302715-A140-493E-AEF4-3E8F9EE99195} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_ro.csproj index 9e6ac952aed..16f607a05f5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocB_N_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {38302715-A140-493E-AEF4-3E8F9EE99195} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_d.csproj index cc812c06828..01021b20c93 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C82D33B6-5779-4E19-8220-1DEA587203B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_do.csproj index d3d382a820d..51ce7841886 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C82D33B6-5779-4E19-8220-1DEA587203B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_r.csproj index e1e64d7c634..f44188e0a17 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C82D33B6-5779-4E19-8220-1DEA587203B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_ro.csproj index e104a2c45d9..b8d6472da7e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {C82D33B6-5779-4E19-8220-1DEA587203B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_d.csproj index ad0491a1f5b..ba9db3932e2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5A0F2889-91F1-4670-A4AF-9AF0598E22B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_do.csproj index 2e3ff1f5b98..9cc62ce6e32 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5A0F2889-91F1-4670-A4AF-9AF0598E22B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_r.csproj index 80a0e892da2..3668cd95cad 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5A0F2889-91F1-4670-A4AF-9AF0598E22B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_ro.csproj index 92d898ed83c..a59e1990328 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5A0F2889-91F1-4670-A4AF-9AF0598E22B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_d.csproj index 1ddf8fa2184..7b7c0acfa5c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {18F8266B-2F59-4058-8FE6-6B8368CD0D0F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_do.csproj index 16495cf6994..d25cbe31d8a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {18F8266B-2F59-4058-8FE6-6B8368CD0D0F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_r.csproj index b6832f61c84..556f6e3b145 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {18F8266B-2F59-4058-8FE6-6B8368CD0D0F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_ro.csproj index 61c54c5d79e..20139a1873e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_PSP_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {18F8266B-2F59-4058-8FE6-6B8368CD0D0F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_d.csproj index 9417f729c71..ae82c00c92a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4240086D-0722-4E93-A6DD-BF779715CE73} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_do.csproj index 04bebe2e064..16fc32e46f6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4240086D-0722-4E93-A6DD-BF779715CE73} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_r.csproj index f8a917e9395..f386d38a613 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4240086D-0722-4E93-A6DD-BF779715CE73} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_ro.csproj index d199c5c2c99..4ff4c6e05c3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB1_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {4240086D-0722-4E93-A6DD-BF779715CE73} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_d.csproj index 8920fd57616..f4bebac31fd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_do.csproj index fc54230ddf1..851d3c519b9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_r.csproj index febe9fca30d..1804c23e57f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_ro.csproj index c6aad53fee1..87a0dbbf51c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB32_Loop_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_d.csproj index 55e08da4b15..475db1a8013 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {1EB5785A-2050-4AD1-820B-F46CCCC3C65A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_do.csproj index 7d18a9c5e88..bbb62b6ee7e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {1EB5785A-2050-4AD1-820B-F46CCCC3C65A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_r.csproj index 2d34551d566..0649bea917d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {1EB5785A-2050-4AD1-820B-F46CCCC3C65A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_ro.csproj index 4c4555e5907..0768255386f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_PSP_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {1EB5785A-2050-4AD1-820B-F46CCCC3C65A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_d.csproj index 903cb9ef212..825003e6b2b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E7B36F3A-CD18-4F21-8898-CA43C5FDEA1E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_do.csproj index fc49af2ef6e..b62baa56ba3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E7B36F3A-CD18-4F21-8898-CA43C5FDEA1E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_r.csproj index a3e603f39e6..0c5c00a2b82 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E7B36F3A-CD18-4F21-8898-CA43C5FDEA1E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_ro.csproj index 81ef7972c08..afb3470a1b7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5001_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E7B36F3A-CD18-4F21-8898-CA43C5FDEA1E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_d.csproj index 6aa7e221254..2be66e82cb1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5F015026-51D0-4EF7-B538-24E8864F31D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_do.csproj index 1ecbbf41576..3fca3bc412f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5F015026-51D0-4EF7-B538-24E8864F31D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_r.csproj index c2d8c313673..02fc89f4465 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5F015026-51D0-4EF7-B538-24E8864F31D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_ro.csproj index 4463a0e70d3..5c4ad1748c8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_PSP_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {5F015026-51D0-4EF7-B538-24E8864F31D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_d.csproj index 8443939b4f0..04ab4879bdc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_do.csproj index 58cf2ea2f77..0ee93e4dffa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_r.csproj index 82422bf6808..c85fa1acb7c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_ro.csproj index dbf7dac6226..9c269e9d5dc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB5_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {061E4E38-14A9-4305-AD27-5A01A95E9FCE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_d.csproj index aff4d30ef77..609540e2e5f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5578A39-72FF-4D25-99DA-96A8A99C6740} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_do.csproj index 3638c7f13b3..7317422948c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5578A39-72FF-4D25-99DA-96A8A99C6740} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_r.csproj index b4b9cf5418d..80a50a4f257 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5578A39-72FF-4D25-99DA-96A8A99C6740} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_ro.csproj index e017862fd46..9874da21c7a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LocallocLarge_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C5578A39-72FF-4D25-99DA-96A8A99C6740} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_d.csproj index 269a4ce3f35..0c9c306cb1f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {650B07D3-9BC0-4EF8-8557-44200EC13261} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_do.csproj index e42c6169bc7..1aba32d1894 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {650B07D3-9BC0-4EF8-8557-44200EC13261} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_r.csproj index ca7d4f86e9e..9ff52b3f667 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {650B07D3-9BC0-4EF8-8557-44200EC13261} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_ro.csproj index 72fbcc8d7ad..901bc737193 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Localloc_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {650B07D3-9BC0-4EF8-8557-44200EC13261} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_d.csproj index 9c18e3f3b22..6193ce45c77 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FC3E9CEC-7659-471A-8B2E-8CFB3FBFDB4E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_do.csproj index ee91606183d..67d0d6bee46 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FC3E9CEC-7659-471A-8B2E-8CFB3FBFDB4E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_r.csproj index a3d075d64f4..c3b219f20f6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FC3E9CEC-7659-471A-8B2E-8CFB3FBFDB4E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_ro.csproj index f2ebd4c1925..77314000c46 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/LongArgsAndReturn_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FC3E9CEC-7659-471A-8B2E-8CFB3FBFDB4E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_d.csproj index 0c654b0f808..0704645aa57 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A7850EBD-6701-473E-8686-99535F0794A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_do.csproj index 0ab83a9c937..021ab73babe 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A7850EBD-6701-473E-8686-99535F0794A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_r.csproj index 38c6b47eec0..4c1e6461223 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A7850EBD-6701-473E-8686-99535F0794A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_ro.csproj index 5fbb5676d91..75b71fd1fde 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Lt1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A7850EBD-6701-473E-8686-99535F0794A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_d.csproj index b4ec7d7a711..097302be26b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_d.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {314823E3-7BB2-4C19-BA04-5AC565215BA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_do.csproj index 71e07e9dda1..3a3281a9f15 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_do.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {314823E3-7BB2-4C19-BA04-5AC565215BA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_r.csproj index 45ad41290fd..7377f43f7ba 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {314823E3-7BB2-4C19-BA04-5AC565215BA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_ro.csproj index 403817ab6eb..0c132a0fda6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ModConst_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {314823E3-7BB2-4C19-BA04-5AC565215BA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_d.csproj index 53a38ef000b..66a239f95b0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CE4D180-D559-4EA1-8A81-22FC79E4D255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_do.csproj index d338e3354a2..0225100c783 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CE4D180-D559-4EA1-8A81-22FC79E4D255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_r.csproj index 5ce1e697ab8..8e2863edb86 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CE4D180-D559-4EA1-8A81-22FC79E4D255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_ro.csproj index 46cb751b589..7c2d9c28a60 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Ne1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {5CE4D180-D559-4EA1-8A81-22FC79E4D255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_d.csproj index ca2ab474edd..fba96e372e1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EBB57E43-0868-4482-86EF-8E330A10BB54} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_do.csproj index 0d0b17c389a..8a634f5ff35 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EBB57E43-0868-4482-86EF-8E330A10BB54} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_r.csproj index ed76e213ee4..7a92dfd66f7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EBB57E43-0868-4482-86EF-8E330A10BB54} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_ro.csproj index 7ce2d20b30d..7f9eebedb19 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NegRMW_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EBB57E43-0868-4482-86EF-8E330A10BB54} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_d.csproj index ca495adde75..83ad02e5bd4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6D20F54D-C743-4459-A7BD-A8C631CC648A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_do.csproj index 353f3aac8d7..449f875c1cb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6D20F54D-C743-4459-A7BD-A8C631CC648A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_r.csproj index 2babf72edb9..15f75a4e805 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6D20F54D-C743-4459-A7BD-A8C631CC648A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_ro.csproj index 838feeed854..b298c6d874c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NestedCall_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6D20F54D-C743-4459-A7BD-A8C631CC648A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_d.csproj index b5deb423d93..81e1f557738 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {17BA157B-5321-4381-94E3-BBC37B314FAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_do.csproj index 0dd04a4ae80..d4b87fc667e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {17BA157B-5321-4381-94E3-BBC37B314FAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_r.csproj index 91229ad4fd4..f89cc30cdfd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {17BA157B-5321-4381-94E3-BBC37B314FAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_ro.csproj index de49a0f0fa6..0c2e04e8b61 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotAndNeg_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {17BA157B-5321-4381-94E3-BBC37B314FAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_d.csproj index 73390a7f2db..62c92bed6c0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DC4B97D9-D69D-4A34-899A-57AE1C949841} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_do.csproj index 4eb79a861d3..7991f63a35d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DC4B97D9-D69D-4A34-899A-57AE1C949841} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_r.csproj index 9ae7c82edd2..977036e8991 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DC4B97D9-D69D-4A34-899A-57AE1C949841} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_ro.csproj index 9dcc76988a8..7abc50f1ce2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/NotRMW_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {DC4B97D9-D69D-4A34-899A-57AE1C949841} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_d.csproj index fbd27ef897a..1a171470271 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {06705BB1-9365-4916-A426-7534584A1B5D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_do.csproj index d6ff6bf5030..7cd3e3752da 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {06705BB1-9365-4916-A426-7534584A1B5D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_r.csproj index 42a0a229f84..1a2c76476bc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {06705BB1-9365-4916-A426-7534584A1B5D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_ro.csproj index 189c0ce1179..bbf74e0d6f9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/ObjAlloc_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {06705BB1-9365-4916-A426-7534584A1B5D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_d.csproj index 67fb9855ea8..4e479e1316a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BF639075-28D1-4E40-808F-A181F76B7005} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_do.csproj index 30ea7cefca2..3611d98f105 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BF639075-28D1-4E40-808F-A181F76B7005} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_r.csproj index cdc8370da2f..8774e4b3b6e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BF639075-28D1-4E40-808F-A181F76B7005} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_ro.csproj index 66266bc5e4d..1fdc2d061bd 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OpMembersOfStructLocal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BF639075-28D1-4E40-808F-A181F76B7005} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_d.csproj index 7b4e1c81f3d..bf73b085bf7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BADC0930-22AC-4F76-B3ED-6C0F78D1549E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_do.csproj index dc10d117c6e..6b0615712a6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BADC0930-22AC-4F76-B3ED-6C0F78D1549E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_r.csproj index 08cc459c987..1d9c428fb2b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BADC0930-22AC-4F76-B3ED-6C0F78D1549E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_ro.csproj index 24670ce4727..7d6204896cf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Or1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BADC0930-22AC-4F76-B3ED-6C0F78D1549E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_d.csproj index ffac86635d1..8916910c919 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B793D123-1F28-452A-8528-2CF812B8EEBB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_do.csproj index a3549ba6c94..cd4b167d2b9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B793D123-1F28-452A-8528-2CF812B8EEBB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_r.csproj index 9b22bece86d..aaa28d65c13 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B793D123-1F28-452A-8528-2CF812B8EEBB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_ro.csproj index 358e6d4495a..22027cbdfb8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/OrRef_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B793D123-1F28-452A-8528-2CF812B8EEBB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_d.csproj index 19c371e040e..3aa546fa73d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0E11223F-B3A0-46A3-BA5D-A7B5F9D56996} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_do.csproj index e02620ce661..7a2878889a1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0E11223F-B3A0-46A3-BA5D-A7B5F9D56996} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_r.csproj index 39d03b60c10..cf04ca96be6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0E11223F-B3A0-46A3-BA5D-A7B5F9D56996} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_ro.csproj index 8a8d2c54b95..2f012d35e64 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RecursiveTailCall_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {0E11223F-B3A0-46A3-BA5D-A7B5F9D56996} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_d.csproj index ef87e699e2e..a4ccdb9a97d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {14A2768C-E5E0-4156-B05C-229600CC539B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_do.csproj index 81ece13ce94..53505751f25 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {14A2768C-E5E0-4156-B05C-229600CC539B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_r.csproj index e17c8289dea..6f22b6d2e60 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {14A2768C-E5E0-4156-B05C-229600CC539B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_ro.csproj index fb85a75c081..a15678f4264 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/RightShiftRef_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {14A2768C-E5E0-4156-B05C-229600CC539B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_d.csproj index bfe09e7f055..b3b57d7a9ae 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_do.csproj index e9a1a4f4678..01fc792b6a9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_r.csproj index 5f5b456f3aa..d7453e0abcc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_ro.csproj index 99a1c2e9fd3..f2cf0ca75d8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Rotate_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_d.csproj index 05ed32ebfee..496fa2d3323 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_do.csproj index 3e8fd243fbe..119657683bf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_r.csproj index c814bf40c4d..4869f3dcae9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_ro.csproj index 5825b27a007..4600880570a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Shift_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {AF7F2478-9B49-4776-BEAF-0BF8916E2D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_d.csproj index d414428dd49..c0aebc84fe6 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {136C849D-3517-40D8-BA2A-1F903377762D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_do.csproj index 75b5bbd54d6..d1a23218898 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {136C849D-3517-40D8-BA2A-1F903377762D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_r.csproj index 7bd9fa1d5e6..40c4bfcccf3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {136C849D-3517-40D8-BA2A-1F903377762D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_ro.csproj index c1c7e4d2d8d..17ce8247c10 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticCalls_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {136C849D-3517-40D8-BA2A-1F903377762D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_d.csproj index ee9bfce43df..0e19228b721 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A60BCC3F-1672-4EC4-A4D5-30A7AE8AC437} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_do.csproj index 010019aef13..dbd68823441 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A60BCC3F-1672-4EC4-A4D5-30A7AE8AC437} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_r.csproj index c9adcb85ab1..ca0ef78f35c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A60BCC3F-1672-4EC4-A4D5-30A7AE8AC437} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_ro.csproj index a4ee2c722a2..b631d7f1826 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StaticValueField_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {A60BCC3F-1672-4EC4-A4D5-30A7AE8AC437} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_d.csproj index 9948196caa3..052fcfad31c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B9F2D613-B3BF-46D1-A762-ADE0656DF394} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_do.csproj index 25afe5ebc69..c627c27fa66 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B9F2D613-B3BF-46D1-A762-ADE0656DF394} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_r.csproj index fcd08208809..d94b8ba8e62 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B9F2D613-B3BF-46D1-A762-ADE0656DF394} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_ro.csproj index 7461de69996..572031037fa 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructFldAddr_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B9F2D613-B3BF-46D1-A762-ADE0656DF394} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_d.csproj index 9008e536299..4b3cbbdd6ce 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3A283369-FD98-4661-9B73-17BDAC3C2A70} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_do.csproj index 2b80b109b73..63f66c649c0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3A283369-FD98-4661-9B73-17BDAC3C2A70} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_r.csproj index 4d690f68adf..fb78dba206d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3A283369-FD98-4661-9B73-17BDAC3C2A70} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_ro.csproj index b3df325e788..b400c584e0e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructInstMethod_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3A283369-FD98-4661-9B73-17BDAC3C2A70} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_d.csproj index 25f1a26d8b9..800b451284c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {657784FD-AA42-4B81-B14E-FD667C00533C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_do.csproj index 1f9b954d4d7..0016b567aaf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {657784FD-AA42-4B81-B14E-FD667C00533C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_r.csproj index 068c5a9e100..c8b9bbc7a17 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {657784FD-AA42-4B81-B14E-FD667C00533C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_ro.csproj index 5eb8f9a7ab6..729e5c46639 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/StructReturn_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {657784FD-AA42-4B81-B14E-FD667C00533C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_d.csproj index f523be5120f..3937c7fd8c7 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F94C1DAC-C9C6-4BE3-80BF-C4B21F273764} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_do.csproj index bac5a6be5cb..4ff1dc180d0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F94C1DAC-C9C6-4BE3-80BF-C4B21F273764} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_r.csproj index 68ea85a93b7..48bad55ae87 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F94C1DAC-C9C6-4BE3-80BF-C4B21F273764} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_ro.csproj index 801648cf0da..10560c9e928 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Sub1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {F94C1DAC-C9C6-4BE3-80BF-C4B21F273764} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_d.csproj index 7d51e474f54..ad6ab6de3d4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B0409C23-6BC6-40F5-9386-36A69B746C65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_do.csproj index f36d40c3234..3b4ec552963 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B0409C23-6BC6-40F5-9386-36A69B746C65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_r.csproj index 33aca4c244c..00859fb089f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B0409C23-6BC6-40F5-9386-36A69B746C65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_ro.csproj index 546595f8de5..5c7be35159a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/SubRef_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B0409C23-6BC6-40F5-9386-36A69B746C65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_d.csproj index acfc85a8fef..a5e1efb5a63 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E56C9935-95B9-498A-B221-DF044409D530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_do.csproj index 6baf6802716..7a195ddbce1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E56C9935-95B9-498A-B221-DF044409D530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_r.csproj index c07fea57319..f3560b17591 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E56C9935-95B9-498A-B221-DF044409D530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_ro.csproj index 2c12f0f61d0..77701af0736 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Swap_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {E56C9935-95B9-498A-B221-DF044409D530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_d.csproj index cbedba4dd89..c828fabd095 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9A3ADDB6-4396-46CF-B079-FC16DFFABE93} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_do.csproj index ffc73451668..333f73621b4 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9A3ADDB6-4396-46CF-B079-FC16DFFABE93} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_r.csproj index 2825291cc0d..873059fd051 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9A3ADDB6-4396-46CF-B079-FC16DFFABE93} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_ro.csproj index b055bd52353..c10460b4fda 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Switch_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9A3ADDB6-4396-46CF-B079-FC16DFFABE93} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_d.csproj index b1225e8ed2b..72e0fc2895a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_d.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {53C70B64-C175-43BF-A98A-719868D6D695} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_do.csproj index 4cb0e7c56ef..c3f0e9f8cd8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_do.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {53C70B64-C175-43BF-A98A-719868D6D695} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_r.csproj index 95d8904241c..87b7f42191b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {53C70B64-C175-43BF-A98A-719868D6D695} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_ro.csproj index 34ca1812045..8e56ece572e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UDivConst_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {53C70B64-C175-43BF-A98A-719868D6D695} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_d.csproj index 9a9d8c4bfd8..696bdaf7991 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_d.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {D7512FD8-08E1-4BB6-8701-E3FEEAE4FF66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_do.csproj index 7e7c85ea20e..6c0a4bf56d3 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_do.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {D7512FD8-08E1-4BB6-8701-E3FEEAE4FF66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_r.csproj index 1d4c068b8af..897ebf18b78 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {D7512FD8-08E1-4BB6-8701-E3FEEAE4FF66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_ro.csproj index d6f53888b81..56f176a853e 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/UModConst_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {D7512FD8-08E1-4BB6-8701-E3FEEAE4FF66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_d.csproj index f99e227321d..3d71cf6a43c 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_d.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {3C4D424C-B4CE-4C7F-B780-9330CBFED274} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_do.csproj index a196ae02a60..3565490c73f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_do.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {3C4D424C-B4CE-4C7F-B780-9330CBFED274} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_r.csproj index 2bc0d826109..9acfd554337 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {3C4D424C-B4CE-4C7F-B780-9330CBFED274} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_ro.csproj index 6bc990f2bbe..45b77c5477d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Unbox_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {3C4D424C-B4CE-4C7F-B780-9330CBFED274} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_d.csproj index 5d3c5903ce8..d8d906a1caf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {05C1DF3A-D956-412E-B80C-C3FFC3317D7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_do.csproj index 0a5cb3479ae..c79b89f69f8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {05C1DF3A-D956-412E-B80C-C3FFC3317D7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_r.csproj index 3c62fd0813e..45a70136725 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {05C1DF3A-D956-412E-B80C-C3FFC3317D7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_ro.csproj index df326e7c974..48bd557474d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/Xor1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {05C1DF3A-D956-412E-B80C-C3FFC3317D7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_d.csproj index 0bcea216a1a..1dd36a7dcc0 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {60284420-DDEE-40F0-AB57-A2C4011D07C2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_do.csproj index 35c2c053829..861737823fc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {60284420-DDEE-40F0-AB57-A2C4011D07C2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_r.csproj index 230be936b8f..abc27e81304 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {60284420-DDEE-40F0-AB57-A2C4011D07C2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_ro.csproj index 813c2114cd8..e12b14f4030 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/XorRef_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {60284420-DDEE-40F0-AB57-A2C4011D07C2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_d.csproj index 6e0b2329a82..18e95f73f05 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C1518A76-6C68-48EF-94E0-BE79A4514530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_do.csproj index e423c7cf5f5..7085073ca02 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C1518A76-6C68-48EF-94E0-BE79A4514530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_r.csproj index b3777a93334..12433083648 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C1518A76-6C68-48EF-94E0-BE79A4514530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_ro.csproj index e48623e7a24..0c9b5c3f9e8 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/addref_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {C1518A76-6C68-48EF-94E0-BE79A4514530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_d.csproj index 7f3b4d49495..cfba2bb860a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {037FCF39-2055-43DA-9C66-972DDBEB15AC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_do.csproj index 587d49ccd9f..88101b70995 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {037FCF39-2055-43DA-9C66-972DDBEB15AC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_r.csproj index ffd881e6a96..3b5afa4e6bc 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {037FCF39-2055-43DA-9C66-972DDBEB15AC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_ro.csproj index 43497474145..42d2fcbb273 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {037FCF39-2055-43DA-9C66-972DDBEB15AC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_d.csproj index 924fec03942..cec6fe9874b 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_d.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {A5293BBE-2081-4701-9F04-3A5D756325A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_do.csproj index 00b08e078db..a2888a226b5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_do.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {A5293BBE-2081-4701-9F04-3A5D756325A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_r.csproj index ee775fa7079..4809ea8d4c9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {A5293BBE-2081-4701-9F04-3A5D756325A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_ro.csproj index 2a1c68aac92..4f96f1190be 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/div2_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {A5293BBE-2081-4701-9F04-3A5D756325A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_d.csproj index 181d9a4677c..03c10f2a3ca 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BFA9B638-76C9-4709-B18B-225B3F74B0E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_do.csproj index 863b006d531..2f43a48fcef 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BFA9B638-76C9-4709-B18B-225B3F74B0E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_r.csproj index 407a35c1833..3f42706e140 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BFA9B638-76C9-4709-B18B-225B3F74B0E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_ro.csproj index b949ddbf798..a3732363523 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/divref_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {BFA9B638-76C9-4709-B18B-225B3F74B0E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_d.csproj index 48d3ad1cce8..1770e51f49d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {7ACF6404-4F4D-4D63-8E5F-A41DCC72B6C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_do.csproj index 7e21a39a626..ca73112b83d 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {7ACF6404-4F4D-4D63-8E5F-A41DCC72B6C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_r.csproj index 154c2185aa7..3b68881f624 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {7ACF6404-4F4D-4D63-8E5F-A41DCC72B6C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_ro.csproj index cf8d9fde0ba..ece4eabbe0f 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {7ACF6404-4F4D-4D63-8E5F-A41DCC72B6C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_d.csproj index 7b8490ca2d0..dfc3c8e13eb 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {72FF9A1A-6612-41FD-86D2-C069608C2799} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_do.csproj index 70173fac3c7..4928920d752 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {72FF9A1A-6612-41FD-86D2-C069608C2799} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_r.csproj index 7ff64044770..a98f4bd69b9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {72FF9A1A-6612-41FD-86D2-C069608C2799} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_ro.csproj index 308205fdcc1..6f9410f8841 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul2_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {72FF9A1A-6612-41FD-86D2-C069608C2799} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_d.csproj index a7687e4dbe2..2ed63879744 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9EE64E0C-595B-47BF-B8C0-96BDDA260461} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_do.csproj index 26c93027c7e..436582abeea 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9EE64E0C-595B-47BF-B8C0-96BDDA260461} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_r.csproj index de59eac1020..bfe230af98a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9EE64E0C-595B-47BF-B8C0-96BDDA260461} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_ro.csproj index 951f66667ec..fc3f2e2dc8a 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul3_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {9EE64E0C-595B-47BF-B8C0-96BDDA260461} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_d.csproj index 5056e82c2a1..049f5d31ad9 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {271C8E26-550D-4506-9BF8-D87805D5FEF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_do.csproj index 7f41f2c6e9e..11781bc6944 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {271C8E26-550D-4506-9BF8-D87805D5FEF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_r.csproj index 19048c6f3e8..c284ae38033 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {271C8E26-550D-4506-9BF8-D87805D5FEF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_ro.csproj index 8c869533489..a3a75351fb1 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/mul4_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {271C8E26-550D-4506-9BF8-D87805D5FEF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_d.csproj index 6186cefcaa4..a72def1ff98 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D45A5B16-BE6F-45E4-A88D-39DDD6DD2157} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_do.csproj index e3dcfff783e..375aa3020be 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D45A5B16-BE6F-45E4-A88D-39DDD6DD2157} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_r.csproj index 005cdd79b92..87557b9ad86 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D45A5B16-BE6F-45E4-A88D-39DDD6DD2157} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_ro.csproj index 206d6d3e010..c6263d095c5 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/rem1_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D45A5B16-BE6F-45E4-A88D-39DDD6DD2157} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_d.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_d.csproj index b7bb99af360..87e84ac41cf 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_d.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_d.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FE68C94B-7263-4C2B-B8DC-BD8ACA669B07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_do.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_do.csproj index 1e76ae261cb..0ee2ce41ab2 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_do.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_do.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FE68C94B-7263-4C2B-B8DC-BD8ACA669B07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - Full True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_r.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_r.csproj index ae5e4e0ff35..26689649078 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_r.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FE68C94B-7263-4C2B-B8DC-BD8ACA669B07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_ro.csproj b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_ro.csproj index ede60f89bf0..7aa3540f404 100644 --- a/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_ro.csproj +++ b/src/coreclr/tests/src/JIT/CodeGenBringUpTests/struct16args_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {FE68C94B-7263-4C2B-B8DC-BD8ACA669B07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj index 3d4fec1afff..92d196ae418 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C340AEBB-36A4-40E8-A453-F9D2B48F608A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj index 951517ca1c2..9a249fbca6f 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Complex2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D463FFF1-0A34-407F-88C4-4723901908DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj index 10734b40291..3d64fba3ea5 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {21D66817-79E2-4E66-8839-EBC4B4BAD6C1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj index 5ece365217a..c60878bc8c1 100644 --- a/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Arrays/Simple2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F45F852A-B9E9-4597-B399-ABBC969EAC91} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.csproj b/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.csproj index 89f824d7a24..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.csproj +++ b/src/coreclr/tests/src/JIT/Directed/BitTest/BitTest.csproj @@ -1,24 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {A62D095E-4206-4D11-8762-11DDD63E931E} Exe - ..\..\ 1 - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.csproj index 594c28c9524..959088b8b98 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {06FF6E07-2815-4FEA-AA0B-C0E1BB05C639} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.csproj index ff3080aadc4..359497ed1a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E071870-A2AA-4839-8DDF-5F3EF4133D3E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.csproj index bab6a3785fc..2b6bcca24d0 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A5CE024A-361E-410B-B204-98FDF9C81FA8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.csproj index 1adaccf4378..04795c41f06 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {33E41A22-DC44-48D9-8EE2-C2902F1564EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.csproj index 1c85bed1d2a..78b665067e0 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Base_6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B85EBA3F-2BD0-481B-8D1D-A0901EA5B2D0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.csproj index 412946e1805..7dff9a8d822 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {580234A2-D854-4FD7-B11D-4C39794E1F55} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.csproj index 89af466da67..b80d2c64fd2 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BFEB52A3-D9BC-4E2C-8BA1-63C1B21C2997} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.csproj index 02ed200fd6d..513ca059337 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5C1E8BD3-C9F1-4012-9B93-34EE5455A917} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.csproj index 3596f481461..769ecc3abed 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {54DE4A9A-0626-41A5-A7EC-BFA52D1A304C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.csproj index 4f778097133..4af79c9a7c6 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Generic_Test_CSharp_Peer_6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {28415558-9857-4A66-B920-5A25CF2E31FF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.csproj index 8f47bfe604b..3ab33a5c8e2 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EF8FB27D-5647-414A-8338-DC7EA477A1A4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.csproj index 456087abccf..e0871a5fdd7 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FE6CDFB3-27C3-4C8D-906C-0776A7EDE97E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.csproj index 0727fc5dd58..5a3b0a48d52 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4B6D76B8-71D7-43DF-8DE3-DC1360344968} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.csproj index a0e7899e2ac..eb87fa4a75f 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Base_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9F2D4F98-AFAA-401A-9221-46823FF7F7F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.csproj index 7f59f415faa..e4c325ae19c 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFB3552B-D349-4AA8-BBE3-47ED82315402} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.csproj index 72703a27414..958b27fff68 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F0FCA1DB-0D7C-4ECD-8DC5-B00EAAB13D7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.csproj index a88174f0215..ee7187b5f36 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CC8CCFBD-780E-471B-B7B3-82C7E89A8A80} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.csproj b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.csproj index 9933214bb4c..c6718027bb1 100644 --- a/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.csproj +++ b/src/coreclr/tests/src/JIT/Directed/CheckedCtor/Test_CSharp_Peer_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {040A8014-313A-4277-AB3D-5D6C9928AC7B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj b/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj index 06fdb54a859..a01486d00ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/FPZero.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj b/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj index 713e9bfa4cf..70b4d185341 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/implicitConv.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.ilproj b/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.ilproj index 38141bf01f2..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/ldind_conv.ilproj @@ -1,15 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) Exe - ..\..\ - - None True @@ -17,6 +9,4 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj b/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj index a4cfce3e499..676d8a4c1a5 100644 --- a/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Convert/minopts_convu1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj index b796fcfdc37..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/excepobj/excepobj.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj index 8cba22a4892..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/fault/fault.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj index ec623bcbee6..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed/mixed.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj index 49f2aad9fbc..2969b18f1d9 100644 --- a/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/ExcepFilters/mixed3/mixed3.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj index 45d70b916ed..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/CallOrder/CallOrder.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj index 8cd594b4506..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Nesting/Nesting.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj index c436edda28f..042bf2d4b98 100644 --- a/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/FaultHandlers/Simple/Simple.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj index 06f8aa889bf..857be1f5100 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/PInvokeTail.ilproj @@ -1,41 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj index 1a54638c33b..9e708e069e3 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/PInvokeTail/TailWinApi.ilproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.ilproj index 0fbef220998..0dc99ba07c5 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/ExplicitTailCallNoSO.ilproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7DFE5715-DC0F-46D5-9D72-6176FE22BB6C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True true - - - False - - @@ -39,5 +22,4 @@ export COMPlus_TC_QuickJit=1 export COMPlus_TC_QuickJitForLoops=1 ]]> - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj index 62ffb83c948..af932cbed49 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/JitTailcall2.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - true - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj index daff4508297..bdbb31f28da 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/Tailcall/jitTailcall1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj index 6a7040a5c69..84e8423fbd0 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/leave/leave1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj index 123ec6df5a0..8502424557a 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/mutualrecur-tailcall/MutualRecur-TailCall.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj index 539d3c5545f..2c55ebe774f 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj index 458b0e25f95..29892fc353d 100644 --- a/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/IL/rethrow/Rethrow2.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.csproj b/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.csproj index 3daa1502c5e..f8b1409682e 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj index 32ed6bfbd95..4003e50eb85 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/BadRegArgs.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj index 1d5261cb256..9e79e7c47f5 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/SIDEEFFECTS/SideEffects.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.ilproj index 888f4235b5b..0294f4b6e7b 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/MutualThdRecur-fptr.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - PdbOnly + PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj index ee510786a3e..324abf6be0f 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/function_pointer/funcptrtest.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj b/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj index efeac3892b8..397ad934ba4 100644 --- a/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj +++ b/src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -31,10 +12,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_d.csproj index c46226d67bf..f20ce9fcbaa 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_do.csproj index cf5076e2e44..760b39c31a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_r.csproj index 0b639b6029d..461df3d2eb3 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_r.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - - + False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_ro.csproj index b5dd834944d..954c82f3ec7 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv1_cs_ro.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_d.csproj index 813f2727e53..e80794754bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_do.csproj index 6e41d4be432..7c689f59cd2 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj index 8a228dcc1a2..af07a8a4bbb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_r.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - - + False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_ro.csproj index 989f85aadf5..8ec9cdec5f7 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/callconv2_cs_ro.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj index dd94625c7a7..73e8a4b6759 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/PrimitiveVT/helper.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj index d04adb26621..36090515c84 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Box_Unbox.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj index 2732495425f..29d61f56766 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/Desktop/add.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.ilproj index 7dda2ac309f..613bfa9cc28 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/add.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj index 5a68cc6d2d7..cb8278bf1e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/arglist.ilproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - @@ -32,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj index bd061e1b540..7e6a250b1c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/array_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj index c64e1935007..8ce6bd8ab4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj index 410b909a000..8fc711dc372 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/cpobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj index 25b293c973c..247deb1713b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/field_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj index 72e166dfbba..e1579dff331 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/fielda_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj index 654ed243686..1da6a535ce4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj index b9befafd3e2..7544fb3b1fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/initobj.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj index 9eee2613813..19cd8c05742 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldind_stind.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj index 36d90031a2d..0da9e74569c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldloca.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj index 9b947f9966d..f3cf514f67c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/ldobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj index fb8eed600cb..42599915492 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/1/localloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj index d04adb26621..36090515c84 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/Box_Unbox.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj index 2732495425f..29d61f56766 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/add.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj index 5a68cc6d2d7..cb8278bf1e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/arglist.ilproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - @@ -32,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj index bd061e1b540..7e6a250b1c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/array_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj index c64e1935007..8ce6bd8ab4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj index d818ead908c..d3813e1eb72 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/cpobj.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj index 25b293c973c..247deb1713b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/field_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj index 72e166dfbba..e1579dff331 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/fielda_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj index 654ed243686..1da6a535ce4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj index b9befafd3e2..7544fb3b1fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/initobj.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj index 9eee2613813..19cd8c05742 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldind_stind.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj index 36d90031a2d..0da9e74569c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldloca.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj index dbf4c816de3..974849723d3 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/ldobj.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj index 857ddd8d0a7..795dd9e991b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/2/localloc.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj index d04adb26621..36090515c84 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Box_Unbox.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj index 2732495425f..29d61f56766 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/Desktop/add.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.ilproj index 7dda2ac309f..613bfa9cc28 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/add.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj index 5a68cc6d2d7..cb8278bf1e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/arglist.ilproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - @@ -32,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj index bd061e1b540..7e6a250b1c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/array_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj index c64e1935007..8ce6bd8ab4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj index 410b909a000..8fc711dc372 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/cpobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj index 25b293c973c..247deb1713b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/field_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj index 72e166dfbba..e1579dff331 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/fielda_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj index 654ed243686..1da6a535ce4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj index b9befafd3e2..7544fb3b1fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/initobj.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj index 9eee2613813..19cd8c05742 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldind_stind.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj index 36d90031a2d..0da9e74569c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldloca.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj index 9b947f9966d..f3cf514f67c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/ldobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj index fb8eed600cb..42599915492 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/unaligned/4/localloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj index d04adb26621..36090515c84 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Box_Unbox.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj index 2732495425f..29d61f56766 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/Desktop/add.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.ilproj index 550d2559a94..45a95366760 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/add.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj index 5a68cc6d2d7..cb8278bf1e4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/arglist.ilproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - @@ -32,9 +14,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj index bd061e1b540..7e6a250b1c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/array_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj index ea28d7937ca..91662a73269 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpblk.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj index 410b909a000..8fc711dc372 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/cpobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj index 25b293c973c..247deb1713b 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/field_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj index 72e166dfbba..e1579dff331 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/fielda_tests.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj index 654ed243686..1da6a535ce4 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj index b9befafd3e2..7544fb3b1fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/initobj.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj index 9eee2613813..19cd8c05742 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldind_stind.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj index 36d90031a2d..0da9e74569c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldloca.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj index 9b947f9966d..f3cf514f67c 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/ldobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj index fb8eed600cb..42599915492 100644 --- a/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/PREFIX/volatile/1/localloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj index ceee9feab2b..d2d994f7fe5 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/extended.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj index c70f6dfea9b..69938be6c44 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj index e98ccf571ff..660f2bcbdfa 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/gcref2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj index 10df47684e6..6818e876238 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/nested.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj index 7e22d9ffb4f..29566cb0969 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/oddsize.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj index edac1051d30..d83610048f4 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/overlap.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj index ad55769bb49..d0af01d26ff 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/simple.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/RVAInit/simplearg.ilproj b/src/coreclr/tests/src/JIT/Directed/RVAInit/simplearg.ilproj index 224901be56f..ff6412c495a 100644 --- a/src/coreclr/tests/src/JIT/Directed/RVAInit/simplearg.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/RVAInit/simplearg.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_d.csproj index 5d6d969fc72..340b69c52b1 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C2EEBDC3-4DA0-45FD-9805-FA0608F754B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_do.csproj index f11cae9da7a..d45537daa24 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {435C204F-7509-4599-B6C5-2DA2D362E664} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_r.csproj index 759cd8f6409..7d451be82a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A1038D6D-50D2-494B-933D-74034583F3F8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_ro.csproj index 7f91c7d064d..163526742a6 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess1_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {462CD1A6-B52A-428D-91A7-026ABC26C3A9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_d.csproj index ab58e63ba0a..7e09b78ff5b 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B41121E9-EC15-484E-9E96-46E89CBB1EEB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_do.csproj index 31f02d4181f..9cb75e8e91a 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B06A2649-0937-45B1-8B5E-7433847BB664} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_r.csproj index b212e766701..52c595c0e08 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {582ED7B9-78A9-46E2-96AD-940C44257BD9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_ro.csproj index 21556746102..b19b4708757 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess2_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {041F2129-8E15-4840-8D17-08FE1B99C98A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_d.csproj index f3360da1a4d..30f1e4c6fb8 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {81036274-5786-483C-BD52-854B882B4F21} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_do.csproj index d142b81eb20..3488df63056 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8E3058EB-0198-4796-AEAD-E09965A73E00} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_r.csproj index 476b8cf70e8..6b1770a12a5 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BDA62694-2760-4AF9-BE5D-ECE6A09A210B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_ro.csproj index 3a0fc03ea55..66a19bb8cb4 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess3_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EDAC3DEE-ED77-4180-A1DE-FF67AC42944B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj index 7f228cc0a5f..d427ffca5f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StrAccess/straccess4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F8C60870-9D7D-4C91-BD33-1D11A4151FA7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj index c1065f86411..911901bba3b 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/StructABI.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - StructABI - 2.0 - {4B4B0F32-3E78-40B7-A0AD-B844F36CB3B2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true - ..\..\ - - - PdbOnly True - - - False - - @@ -33,5 +16,4 @@ - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj index 8f9c1f8b298..bc372923799 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj index 4102a1c33f9..141763766de 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructABI/structfieldparam_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj index 0a3882521de..ea6a8f2d28c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B94CE6E4-D2CB-4E77-9E66-BAF7399256FC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj index 49180744e3e..b3f734ac70d 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AFBEE14D-A543-4A38-B88F-D5917D534798} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj index e83c1465784..44b5b7e3c9e 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1a2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {679BD4B8-7FB3-4760-A68E-5E0C6B73FE8F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj index 29b6f35f1b2..0ba34ad7847 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1b.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DF40DD16-C1FE-4FE9-BB21-3FDAE7676EF0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj index 4221aae6828..de084fec44a 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1c.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {26BA48DF-909E-4139-8CDB-33B774A96D36} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj index 0e93cd74eb3..47db151e662 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP1d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BFBD12A9-470A-436D-889B-A094C4B56B5E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj index 2e4b42cf745..8ba11c61cc3 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A3AD0A96-D8B7-4756-87A4-BD0322816E36} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj index 69488ac83e8..89e5304fb7c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2a.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A503DC41-F9A6-4CB8-9069-3866B40DF3E1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj index 927a20c0f5b..221dbf44a6c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2b.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {49F28797-569B-46CE-BE57-F303CB612942} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj index 89b354dfc58..0e0deab0f1c 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SP2c.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C263A317-B5CA-40F1-A159-0662059DDA12} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj index 5a547d9eb2a..25b01591fe6 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CBD9D3F5-8F73-460F-8801-D684254D45EA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj index 6aa43837e11..dc5ebf0336d 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/SpAddrAT.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B2CCDC2-D6CE-4568-A419-AC79613BC235} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.csproj index 9d749c5c5b2..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B2CCDC2-D6CE-4568-A419-AC79613BC235} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.csproj index 9d749c5c5b2..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadDoubleFromIntOffset.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B2CCDC2-D6CE-4568-A419-AC79613BC235} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.csproj b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.csproj index 9d749c5c5b2..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.csproj +++ b/src/coreclr/tests/src/JIT/Directed/StructPromote/Unsafe/ReadStructAsAnotherType.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B2CCDC2-D6CE-4568-A419-AC79613BC235} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj index a26e05a4cef..0653e7ea1e6 100644 --- a/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj +++ b/src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - TypedReference - 2.0 - {47849C79-F7B8-47C6-BBA7-8E6FCE66B9F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - - - PdbOnly True - - False - + - - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj index 9bca174bb1c..a31be34ec18 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/Dev10_846218.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {34026C3E-193C-45CF-B55D-8FAB068D4F79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_d.csproj index 4f326fb406f..5536117c44a 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADCBCB5C-816B-4C9D-8223-2DD2B43F9135} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_do.csproj index af303b5b668..325cd9be944 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C1B8B8B2-2070-42F0-9A03-D73F1DECC019} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_r.csproj index a7976e7f7e6..c97a7ce9d57 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {857EEB5A-1D43-4B59-871A-3B36121450C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_ro.csproj index b0835b8617b..27b17ab5845 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A3575BA-0E0B-4736-954D-5A8ADD77DC2B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_d.csproj index e65be2c3cb5..e3c33bad18d 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_d.csproj @@ -1,41 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2E795F75-9DA6-4D10-9C32-C1D3FB854231} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - - + True Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_do.csproj index 4e26179428f..c86cf02d636 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_do.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1FB4BDC4-7EDD-4EF9-8F2F-363F7E83F31B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True True @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_r.csproj index 756cb493a97..750b492b7cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_r.csproj @@ -1,41 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FDFA7555-C1FF-400D-8DBC-5672E2E76494} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - - + True None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_ro.csproj index 14b453f3645..9f8b234d0be 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop2_cs_ro.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4499F174-5CA5-4447-81A0-A8E3BA1908D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True True @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_d.ilproj index 682358cc8bd..8e43b14392c 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj index 45ce110601a..9c51d20c259 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop3_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_d.csproj index 82dc77e551f..8ca2ea1677e 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96C8C125-C97D-43D0-AA6F-817C6792C359} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_do.csproj index 55b49470351..c48ce253d8e 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D4CAEC15-F75F-419B-80E9-6FA9E89AFE48} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_r.csproj index f0b817e277f..38648d1f9ad 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5627E983-E7DD-482C-A316-F84B97EDBB81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_ro.csproj index 63f2eaaf65e..457524ffa86 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop4_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6659CA3F-F648-4C54-8911-FA18239A2434} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj index 50a3805b3a3..0e332ebe215 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {79804B5E-FE7E-4A45-88B5-D06A4B3707EC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj index 237eae08d57..3b9871b4378 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {61A46528-0278-4494-8866-2B7E3D492CCB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj index dbf4ad8f2ae..c736c460791 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95390053-5AC5-4774-A8D5-76F4C8DBC526} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj index d0a2534b7cd..67116f8c307 100644 --- a/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/UnrollLoop/loop6_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F388A679-EDA8-4E0F-A785-267276D0AD3F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj index 1abe463748e..0cdf279fdb2 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - - + + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj index 49ca14f646d..fb8fa457bab 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdArray_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj index 95f1c1de561..77818c1cc9a 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - - + + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj index a032c9d710c..cab90a1a1fd 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgdStatic_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj index bd93546a406..5e2c2b9f5cc 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - - + + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj index 0ec8dd6a5af..8bf24164ecb 100644 --- a/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/VectorABI/VectorMgdMgd_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj b/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj index 69a08a4c050..b72c45f965b 100644 --- a/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj +++ b/src/coreclr/tests/src/JIT/Directed/arglist/vararg.csproj @@ -1,42 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {21D66817-79E2-4E66-8839-EBC4B4BAD6C1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true $(DefineConstants);WIN32 - - - - - - False - - PdbOnly - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj index bb4bab43f47..6b63ed77b9a 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayscomplex3.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj index 73f45586edc..05b63128367 100644 --- a/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/array-il/_Arrayssimple3.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_d.csproj index 4b2244610db..af5be141a95 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0CB92C28-D5CF-4A9B-A81C-F10D64AC6CF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_do.csproj index e8efc4796ba..c5ae67f62f2 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0C9B9A3F-D3C7-428F-A506-DF7E3181DB71} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_r.csproj index e5f6a9d337b..1d2e5407ce7 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {15117C50-064B-4992-BC03-B906D93F047F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_ro.csproj index 42a4775727d..dbe95367546 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_And_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0D23EE48-E442-4EE5-B127-3DC280B2B889} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_d.csproj index 234629d9731..ad1b9db1b1a 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E5D8C71F-1106-4C4E-A8D6-EA07D7BF539A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_do.csproj index b8ae10a8853..91edbb202c7 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {79877703-8483-436B-ACFA-BF2B50481554} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_r.csproj index df220b4ad92..bcbe9c14869 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {536E8197-14E4-4CA4-B1FC-9D27262872B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_ro.csproj index 6727d0aed44..9cd020d1272 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_No_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A94D7295-DA3D-4786-9DEF-98DDB6D79EC2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj index 5904f92ecec..4c5702a2f6e 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E042222A-C186-4FD5-BB45-E56FFAF991AA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_do.csproj index fdffd5b62b5..e59d12f08e6 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E7423379-89CE-47F0-B061-4815CA6FC255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj index 65c871237e9..1b878581b77 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BBFF3FF7-F0FD-450C-B9FB-FBA92A277DBF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_ro.csproj index 06fb8809104..b46c59cd677 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Or_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {54477C8E-60C4-48D4-8429-4B1428E42367} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj index b8f10eaa392..ba950f2809c 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1490A130-4F0A-48E4-A1C4-CAC746323EA1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_do.csproj index fc57a953adc..9eb33d71596 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A8195820-0DEC-4D0A-A888-436B1A7EA86F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj index 188614d6c4c..d4ed3b89f94 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {664785E7-9173-4339-A392-29FC0C81056F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_ro.csproj index 056527c6de1..9e4b02fdb7d 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Bool_Xor_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EC9581B4-923D-4636-804D-3BA5F08BED1E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_d.csproj index cd5cbfb68ea..5457c68a5dd 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3FE2BCF6-9DF5-4E3C-835A-864F0DD91039} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_do.csproj index f3b08694cbe..58a30e9c1e5 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DAF9B805-0C25-4FF0-AA69-C38B16ED4E97} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_r.csproj index e9be43e9d6d..3d991aeb5ed 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AF73E1CF-2E8B-484E-B329-763BB8B3DDDA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_ro.csproj index b16043711df..974639545dc 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_And_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B4142D79-8996-44CE-825A-0304C3689970} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_d.csproj index 5ed9a4bfabe..cf4967b13b0 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3CA70F86-9BB1-4B6A-B5AC-5C207ADB4BE9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_do.csproj index a4e74c1c262..f85cb2cbf83 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED3654C6-EE52-4A83-961F-C1D5E5DE1217} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_r.csproj index c09b5ede3b3..c15eaac5d36 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B7449C08-3EB0-4595-BB7F-309CEFE7C470} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_ro.csproj index 280ae1cd220..f49e87c2793 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_No_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EF7BE6ED-DED6-46CE-9819-F3F8493C5044} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_d.csproj index 54dbd765831..58ec62545a1 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {04B7DA69-8E80-41E2-9848-4B7CFAA910FF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_do.csproj index 5b85561f3b8..0b4d317d93f 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E5322C32-4281-4593-B946-5DCD14477CF1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_r.csproj index aeb84c874ec..3567437b4d9 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C0EA83A7-EE72-4F9F-BC23-7D821507D4B2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_ro.csproj index a3efe74eb02..d881a0ea8dd 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Or_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3D50935B-1230-47C1-8C70-377AC2E8C542} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_d.csproj index 1722286e41e..99e474237d0 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CC4CA6EE-5174-4CFA-93A9-88AD042AE43F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_do.csproj index 4cb8fb5ce06..859d8f72798 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F5C7053B-BD47-46DE-8246-F81941FA537D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_r.csproj index e4c290387eb..0b145dbd8bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {340B2533-5C07-4261-ABE8-0C39C62A8F2B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_ro.csproj index 1b7e75c8f58..6a6d81721a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Double_Xor_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F4E4BCA0-1BCF-4351-A95A-C59D35DE24BE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_d.csproj index 3f07e7f4e91..8e84995e644 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {80D23E5D-DB08-4B4F-913F-ED296B0500EC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_do.csproj index fda6269f8e7..487a44b39a2 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6BD00E0F-28A3-4308-9E6B-1DDCC0BA7B0B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_r.csproj index 0d0461a6ec5..0c08fc9590c 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3AF47F6E-E823-4D10-91D2-D1D2291D860D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_ro.csproj index ef572c18e94..cc70a7ad64c 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_And_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5729818E-5D7B-45A0-A79F-F6F9AA782223} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_d.csproj index 4ea7ad946a3..cb18222dc74 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {234F2BCE-6D53-4033-8D90-D7A2C3262397} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_do.csproj index 7be3505d1e7..67fea06ba7d 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C62E1AAB-2705-440F-A499-43CA515CBE64} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_r.csproj index 71268bde9a1..b5d42a7adfd 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D51AD44D-4256-45A6-BDDB-3CE41038CB4F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_ro.csproj index 2669086e224..487adf7ce72 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_No_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3295C952-BD8B-41B7-A94A-3B80A88832ED} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_d.csproj index ad81f3ec2b2..df209c097af 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {56E43EC3-FB57-4C31-AA48-EF6DFE5F7DAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_do.csproj index 8ecab28a6c0..377dc991d3c 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2A0DB37C-22D9-405A-9EB5-74B5EA151067} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_r.csproj index 283c8157a78..5255a35f3fe 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EE0062CC-6F5F-4235-B6EF-4D3B18BFB776} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_ro.csproj index e57f7e70a98..6dd61b285ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Or_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {77488FE6-99C2-478A-BF45-76B7192B05F3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_d.csproj index 968ec79f00a..2a7897784a4 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9AB352DA-BC41-4FD6-9974-571B2894D873} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_do.csproj index 2f27a838f0e..4a3d3f9f38f 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3683291A-FC9F-459E-87CC-25F401C2DEAA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_r.csproj index 3677e1a805b..5e9855f2918 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5206C50D-0D7C-4593-A659-3D51FFA19454} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_ro.csproj index 7a0334dee7a..60d20c7d855 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Float_Xor_Op_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B608C48E-89BD-4D20-8DA5-B1DBA234D893} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_d.csproj index ecf5579b919..4ef555c88be 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {083D1F5E-6CF7-4B78-B940-439A8CCA0157} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_do.csproj index d5b5118d40f..3ee5da6ccac 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4B961CFE-BB95-4937-9882-E0656590CB30} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_r.csproj index 4f10e40efd2..e05c665af4f 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F7C875D0-CC56-4BA0-ABEC-A1DB51C9BEB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_ro.csproj index 9529cf96a1d..325cc2277a9 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_And_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4646A951-3BC6-4ECA-8884-A26246FA86B6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_d.csproj index f6d3e32b655..6428a45f87d 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {787F11B6-3900-430B-A6FC-9FE7157625EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_do.csproj index 31149071b77..0ec8f8dcc09 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {074BA388-8FD2-4B1E-B762-6A31236813C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_r.csproj index dc07c150a6d..759a1bfb7bd 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E4FC4ED5-8385-4667-9C1C-1AAAB167E2C5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_ro.csproj index e92240a93a3..c7c89fd8c4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_No_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D0FE1238-7277-4663-B545-63D2A8B30F97} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_d.csproj index 4c1ee6646bf..16adaa8f142 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5E015DDE-3EC4-43FB-A2BE-C07446B944E8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_do.csproj index 50a0a3a1251..3542cd056a9 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D2E40B34-682E-4615-A404-DB62775DD4D0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_r.csproj index a382ab131af..8d039df1697 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7EED0C6A-CE76-4E71-AF16-806C00CEA1D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_ro.csproj index 74888ae5f5b..406bdc67c47 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Or_Op_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3AEBCD23-397B-4952-815A-BA1F23DDF951} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj index 8f63fe21c18..7a03403d6fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {139F6A41-C301-4740-A7E7-F4491588F8CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_do.csproj index efd90189b92..b642dc770fe 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5E41B7A6-61CC-4AF4-9A41-50662EE3AF9C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj index fdd254d7a4b..5fa40f71a17 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EAC06643-6BE2-42A5-85C3-C5D5BD463067} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_ro.csproj index ca7a10e8d8a..4ee5cd90199 100644 --- a/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/cmov/Int_Xor_Op_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A62D095E-4206-4D11-8762-11DDD63E931E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj index cda7c47b529..bf09c960771 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/compiler/FilterToHandler.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_d.csproj index eac512cb700..3493e897834 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E6D99C96-0E6F-49BB-A9E7-898345BB88EB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_do.csproj index bfddb63a67f..18b9f1f454d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5B790B31-497A-486B-A30C-67F013E370CA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_r.csproj index eb1a1c82951..6d42c779dfd 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {66CF5824-3763-47A8-ABEA-E8C583DB765F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_ro.csproj index 810af3966ae..19f8d02fd91 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/flowgraph/xaddmuly_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2BDC4E05-9BC3-46E0-B75C-A69451E3DD5E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_d.ilproj index 1aebc167f0e..4e3d3484d72 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj index b238c517e30..db13493c80e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badendfinally_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_d.ilproj index 8f05623e814..4f580ce2fbb 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj index dfb6a9093f4..a028ce10651 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badldsfld_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_d.ilproj index 9e9b67816bc..4d617170b3b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj index d0ceb66c790..3a1d6f41066 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/badtailcall_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_d.ilproj index 8b46a1108be..d1124f16379 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_d.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj index 488abd841b0..af3a708b4bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/bleref_il_r.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_d.ilproj index 1ca7318bb6d..307216c20e6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj index ec5644ef78c..76b136128f5 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/byrefsubbyref1_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_d.ilproj index 585f13ef517..b84265098fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj index 3c61ecfcfa1..c77909a7c58 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/calli2_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_d.ilproj index e81b2f8567d..1e75d0abe6b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj index d5634948a4f..a3be82f4368 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ceeillegal_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_d.ilproj index 9f9a0fec42d..6546585fd8a 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_d.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj index 9eb3d4dc557..7cf7a3f8026 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr1_il_r.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_d.ilproj index 0355ad813cc..e258880770b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj index 2664f754159..cca048a5a0b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldelemnullarr2_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_d.ilproj index 80219c8dbc4..2673e0046f5 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj index 649b430b265..43e0dfd8368 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldr4_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_d.ilproj index 2b6a860c223..64af908654e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj index 9501e507f39..a5934ed1642 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldstatic1_il_r.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_d.ilproj index f19a7579eea..57d8c1001fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj index 4e2ea6f170a..1a7a5d815c0 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldfldunboxedvt_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_d.ilproj index 69a0b4ebf6a..ef890985f9a 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj index 745294fdcd5..635909719cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/ldvirtftnsideeffect_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_d.ilproj index 15c5250d230..8fc89f05a01 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_d.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj index 23de8ebd647..eec98028fc6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nonrefsdarr_il_r.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_d.ilproj index bccfad4e3e0..d78efb98d8f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj index 4b2d00cadc4..3d6100f038d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/nullsdarr_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_d.ilproj index 7401035823c..f7d53c963a1 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj index 9528a368520..8bb7bbdc122 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/refanytype1_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_d.ilproj index c2dcb2b9fa5..5e6c0d3bd02 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj index d9c071121ba..760bd882514 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/stfldstatic1_il_r.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_d.ilproj index a0a654f53a9..72bc8fc5e45 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj index 8758a7dde84..e6ba5b137eb 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/subovfun1_il_r.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_d.ilproj index 323052112cb..d0823a4661b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj index 8bd4d537c65..f9dfefbb12f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilldind_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_d.ilproj index 797ec021522..ab64f16e225 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj index 37aae31da81..b2c74b52185 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/Desktop/volatilstind_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj index 3aba180dbc7..57b20c8b0ea 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badendfinally.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj index b01809530be..742f083d45b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/badtailcall.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj index 1d659aa2d48..c7d31893edb 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/byrefsubbyref1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj index 1ffbbb82c41..8338c78cb95 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/calli2.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj index 1932820ad34..095feeaf1fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ceeillegal.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj index a5246d083b4..7b6f82add29 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldelemnullarr2.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1_il_r.ilproj index c7d00611937..9242c703bd3 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldstatic1_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj index 583f8e42ab3..305c686106e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldfldunboxedvt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj index ad3c890bfd5..3486aaf0186 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/ldvirtftnsideeffect.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj index 2cf52808149..55d75c861a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/nullsdarr.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj index bafd99a3ccb..b13a09d8667 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/refanytype1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_d.ilproj index 9a95233c9be..e019c955436 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_r.ilproj index 4543490d2bb..31ce720ba1e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/stfldstatic1_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_d.ilproj index b0ce0f0747e..36ee659d40f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_r.ilproj index 4849116cc97..b0a578bd519 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/subovfun1_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj index 7e10a928c78..78e1ead6e0d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilldind.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj index 305cde703f7..102d642eb10 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/importer/volatilstind.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_d.csproj index 0d427463a0b..8c23ea3c52e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C17DAACE-3DBA-4199-90E2-96F991712114} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_do.csproj index f10d3047230..ad36ee943bb 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5540B7B2-2011-400F-9DF6-3A35CF7C4004} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_r.csproj index bd5eaf6f66b..68d479ff4ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5536EDEC-592C-4855-8560-839687B39DEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_ro.csproj index a2cb39ac5b7..7beb018cd79 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/33objref_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F99AADDF-CFF0-43F7-9AC9-D19E5A72DBBE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_d.ilproj index 520b055be40..f08c483a6ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_d.ilproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj index c775fc63899..9ea438d7031 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/Desktop/callipinvoke_il_r.ilproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_d.ilproj index ad3cd1653fd..2420f5a8b13 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj index 7b407ecd8c6..20dca930e86 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/arrgetlen_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj index 05307fdbde7..4b32a1df6ec 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/callipinvoke.ilproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - Full False @@ -32,10 +12,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_d.csproj index f009ed00b8c..e8c1e313661 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0F8D7570-F2F9-48EC-8337-D30A7E3E804E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_do.csproj index 01740c61bf3..0355dd71139 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {74D4B57D-1DCD-4AA9-B60E-76892E52EA3A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_r.csproj index 11e19cb866e..2fdb41cf789 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {692088EB-4644-4378-B391-3C06C532281C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_ro.csproj index 56995d3d3b6..934222d3bf6 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {670924CC-25CB-4669-9106-89971679F2C7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_d.csproj index 770ef6821ee..c6c80813b22 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FFFA3954-E59A-4071-86EC-06DA7A87B349} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_do.csproj index 0f232938a66..33173bbef11 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {86DB00A7-72CA-4FCC-9A62-9AF981C699FD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_r.csproj index 3522b2e21f8..a934cdea87b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EBF6CE8E-B096-4B19-A8FB-08AF2C2E34A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_ro.csproj index c78da58cee4..0979c29f073 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/cse2_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {01804A6B-5548-41C8-BE15-95585B0375EC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_d.csproj index 1e2ff288350..5720cee86ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {526DCCAB-BFA3-423A-AE11-A23C49639EF4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_do.csproj index 53e8ac387af..0e43b100880 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {17AEDCD1-89CD-4206-B76C-0161143AC72F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_r.csproj index 2fbf735be86..8f25033d800 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {836AD7B3-35E6-49F0-AA37-AB051B84E559} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_ro.csproj index b8f56281d18..5e70fddf464 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldadd_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B5EFBD85-B7E4-4521-8614-AD95F48DFAA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_d.csproj index 74bf5376907..39a5b5de9bc 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {635215B3-122F-499D-8CAB-22F00651EA12} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_do.csproj index 6c0ca2bc3d6..c3f9a82e595 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {969159A4-B449-49AB-85BC-816C4EF69BD7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_r.csproj index d44e81f5dc3..46fa4da2998 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {252285C6-BDDB-4826-9E93-7702B02E4BF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_ro.csproj index 686aeda7569..4fd834f0690 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclflddiv_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {62C4714A-E180-41FC-B44F-9B87B2375A23} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_d.csproj index 6852c45fba6..841ff273bba 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {66387298-3248-499D-BBC1-908CABCDC93D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_do.csproj index 8fec03265e7..8358e8b4d62 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {682F6F7E-6292-4FEA-B9C5-B40FF34E961D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_r.csproj index 3a87e6d0fbb..b6662527742 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D2BEDF6D-C783-44FA-AADD-BC6227726261} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_ro.csproj index 8402d325ac8..14efb0280aa 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldmul_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A4C13469-BE68-490F-8B97-F8F0D94D7121} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_d.csproj index 0fa88aed8af..546f6114c3d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FE50A648-7B41-4F1D-8B76-AF8691895B3F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_do.csproj index 426174cc703..3c2dca87efd 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A2B2449A-76A8-48F4-8543-AC20026C5148} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_r.csproj index d62325620a0..33678e98862 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F3421840-6516-40F1-842E-323DF63B3329} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_ro.csproj index c58430813d7..9b1717895fd 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldrem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8073C7BD-50CE-4CE1-8790-FE34E1D110E8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_d.csproj index f302fdec53e..a65072a58e2 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C311BEB7-F49A-400B-9FA9-D42156D8AF59} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_do.csproj index 8e6c2165785..36b9ac24b7a 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5DA2C5C2-46DE-43A7-8AFE-52546BD11F8F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_r.csproj index ee1fbd9fb23..1dad7f78726 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {70A1E75C-C1E9-4FA8-982D-1EFFAE36C08B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_ro.csproj index 768957dded2..90970613075 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lclfldsub_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1D591B1-0CE7-4F36-A258-F0CDE36CAC05} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_d.ilproj index febdaba5d51..7a86e40935f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj index d68d8bc5273..1213facc54d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/lcliimpl_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_d.ilproj index e5789dc6ebf..36fc8bbbf2e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj index 6189b3fda72..e816dda6d77 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldfldstatic_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_d.ilproj index 4bd8c962c60..1b818c9249b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj index 03549171d36..bd0dd659774 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldsshrstsfld_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_d.ilproj index 241a8e2ab78..599f495d59f 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj index 03466491478..ff0ef67a104 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ldvirtftncalli_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_d.ilproj index bfebd4ddb52..ba0691289ab 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj index 09a39b8f71c..c0ef8cdf515 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv1_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_d.ilproj index cff019768ea..3ec424b4e70 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj index 6c6a63e1a26..4654df112ed 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovfldiv2_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_d.ilproj index 83287fe57d4..2e95320cc5e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj index 7418860300e..429afeb43e9 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem1_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_d.ilproj index a5f0042a1d2..1d2a5b25dbf 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj index 70460781f1b..3f877a1d2a3 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/ovflrem2_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_d.ilproj index 9a95233c9be..e019c955436 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj index 4e2e08ea9c4..cf4b4bffcb7 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic1_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_d.ilproj index 15f3ca2fc55..ee420c74357 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj index 8f10ee171ff..cdfee456638 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/stfldstatic2_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_d.ilproj index 64f80fd8602..8ae7a51df63 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj index 5d6b57e85d7..3a1f5e8e564 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/subbyref_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_d.ilproj index 8aeb2071ea0..ef2213d4d9e 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj index b3bbe29e2b8..59075cf3b2d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly1_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_d.ilproj index ecf3ade5ebb..a6a9ac9372b 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj index 7b25d87f6ab..bb42967b7c8 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly2_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_d.ilproj index fa6adf253e0..476f70ef6b0 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj index b21c22ac2a1..b66a00df6c2 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/switchdefaultonly3_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj index bfbdc8dd74b..63218ea94c4 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls1.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj index 1b1e7b194ab..6dca1abec22 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tls2.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_d.ilproj index 60ead61453c..475ecf560d1 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_d.ilproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj index c7df6266128..01a177a1c2d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/tlstest_il_r.ilproj @@ -1,41 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_d.ilproj index dc6b3cfe791..2bda7d004db 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj index c5a38212a55..d9ad92c6b31 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/trashreg_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_d.ilproj index 82ac6ac6935..40033dbf018 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj index f68d833e42f..5f3882869ac 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/volatilecpobj_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_d.ilproj index 6e193936e05..99ce6db8df2 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj index 72510c0df5d..97715de9c8d 100644 --- a/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/coverage/oldtests/zeroinit_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj index fd8af580ffc..fb39d906115 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/AttributeConflict.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj index e2fd89ee1fd..e2ef8ac548c 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj index fc2780ba655..054c0f20225 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/NegativeCases.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj index 467cb80dde2..2eb18fd4631 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj index 4ac8ec4816e..350c87febe2 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/PositiveCases.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj b/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj index 3f43af87fa5..98c53b4c015 100644 --- a/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj +++ b/src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj b/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj index cb9ac508b1d..5862596776a 100644 --- a/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj +++ b/src/coreclr/tests/src/JIT/Directed/gettypetypeof/gettypetypeofmatrix.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.csproj index 2c864105a50..e19cb1ff671 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/IntrinsicTest_Overflow.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {21FE6A95-5B17-4AC7-B5CB-32594DDE8172} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj index 401627f24af..9ed68b47849 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cmpxchg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.csproj index 65e514607d9..46fdef91072 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/cse_cmpxchg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {85BA4D30-89D2-400E-87EE-16A73C104C11} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj index 0facb65fc18..77007aa9ad9 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/nullchecksuppress.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {73F2BEC9-2696-44E4-BBD5-51E95E3BCC99} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj index 153f320f87b..c5cc7972c98 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {81F3AFF3-023A-4CE5-8BAA-271BB68FB133} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj index 47a7603b97c..66890038788 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/regalloc2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F0EFE7B4-4364-45C6-8491-E5F5F127CDD1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic1.ilproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic1.ilproj index 04d0eef8c09..31ed7946e5e 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic2.ilproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic2.ilproj index 2ff4801a0c9..875982dc52b 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic3.ilproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic3.ilproj index 7ba339ab020..06ed19be794 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic3.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic4.ilproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic4.ilproj index 2b9c717398f..f8b67107c4d 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic4.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/interlocked/rva_rvastatic4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_d.csproj index 357badd6460..85bbb1962fb 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6EAEA64D-0062-4D88-ADDE-4169E502FF59} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_do.csproj index b961a5a1488..7bc43be7cf2 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB831C2F-A50B-4845-895F-63626C532CFA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_r.csproj index 0e39cbe2b00..eddd5246ff1 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8711F254-3E93-4F1E-B2B3-DB6E34CE10B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_ro.csproj index 7fba9b82959..3e7e261c1dd 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow0_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1EC5A52D-60F5-4F1F-B85D-81E81F1C765A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj index c9166bd819e..2c35a02b2b1 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BA376677-A1BA-430A-A03F-0348CCDED059} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_d.csproj index 94d0149f960..4bb6bcc55ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E36836E5-9AEE-4B23-835E-1C6CDA002DBA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_do.csproj index ff7e6495844..eed91bb0f0d 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {04AF3C38-9796-4C40-B6CF-4A9F48BB5076} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_r.csproj index 1f2242f2b96..540e15147fc 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BFB8EFE5-7236-437E-A3C2-5811D340B056} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_ro.csproj index d0561f8f130..f56912064d1 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4F00E4F2-9957-4845-91A3-D2E903014B68} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_d.csproj index 29abd2fd117..88ba5dcfc73 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B310070F-A72B-49F2-B75F-09F072EE595D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_do.csproj index bc2efd95d9b..46df4073e17 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {463BD49E-2227-483E-8E08-FCB431FC9C54} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_r.csproj index 2a9c890112e..e5261815609 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BA483BED-BD99-4AE0-B4DC-42BF573F054D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_ro.csproj index f98290fc1eb..f6060a795ef 100644 --- a/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/intrinsic/pow/pow3_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C3FB16BB-A1CB-4294-B154-A8704C95F0D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj index faace7fa5af..53afac4ba4c 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch1_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj index ad3c3193a76..93e55a9d540 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch1_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj index d11d96a95f7..ab055d704b6 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch2_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj index de7431d5cfc..798860e646e 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch2_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj index 04c9438bafa..2783bf40ee8 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch3_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj index aa2b6f6e619..b62285bd16a 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/catch3_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj index 45b99035134..278fbe4281b 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter1_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj index eed69864f3d..c5a87ea4de8 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter1_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj index 0318a80032c..392f076f8b4 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter2_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj index b78f4660b28..e15d564c3e3 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter2_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj index cd67b3601f8..c110f15ce7c 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter3_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj index 8fc1bd3948c..a2700d28a47 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/filter3_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj index 28176887d2a..813eb49f488 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try1_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj index 7f6c1f81d17..bdd54eecdee 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try1_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj index a71b0650c1f..6f9090c1307 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try2_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj index ee8b3c9c62a..fe7abc31d1b 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try2_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj index ed98402f0b6..ad36334c67c 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try3_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj b/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj index 0230339a782..583bd086439 100644 --- a/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/leave/try3_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj index 8b55aa97b3c..e8824612281 100644 --- a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj +++ b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EF78FAFF-1A60-4ACA-B8F0-8B3C14D89C5F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj index cdef64bbb9f..c5776b8cab5 100644 --- a/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj +++ b/src/coreclr/tests/src/JIT/Directed/lifetime/lifetime2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D08BDFE0-70D1-4465-9AF3-1D95BA27F8AF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_d.csproj index afcde6881a8..5aba2f0f524 100644 --- a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DF9F4DF1-EE55-4CF4-9362-F8AD0646EE31} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_do.csproj index ac0d8a73ce0..11b36013978 100644 --- a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D773D72F-F59F-47FE-8BC1-5B77C374CDED} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_r.csproj index 0db539773a8..d601e0968ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BF7A1709-11C5-4C19-9335-946A65F7B71C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_ro.csproj index a9dc7190a9d..3f74ca0c075 100644 --- a/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/localloc/localloc3_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9AB77F8B-4584-4AE3-BD06-C538D83F72C0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj b/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj index 1e59965fadf..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj +++ b/src/coreclr/tests/src/JIT/Directed/newarr/newarr.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {996021AF-AB49-4B39-A3C7-3D874E9B4230} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_do.csproj index 1227703cfef..cc9ce5e4fb9 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_r.csproj index 0d79b3b0f5c..adc0b4fa999 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_ro.csproj index 178ccebf793..f636c4638f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/boxunboxvaluetype_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_d.csproj index f8617138c3b..1cb22113619 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_do.csproj index 90daaad2d3a..c16611302bd 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_r.csproj index 381f7178633..3d5b6d78078 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_ro.csproj index bcfc768b6d7..650e74b623c 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/Desktop/nullcomparaison_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj index 9c6d9e1aa32..0893bd69001 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj index 63a911caf8a..cea5ba30665 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj index 684d2a75189..19eaeafc124 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj index 877edf61e6f..fb39bc9811a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxenum_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj index 10dbc2b6323..9199cd42de7 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj index 2d262495628..620902767a7 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj index a7d0e679df1..34071eeafcb 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj index 4f5a6887e87..c8f5a9c2759 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/boxunboxinterface_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj index 10f27a64804..3c90a6bdfda 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj index 6b1c02e1670..6fc3fc1444e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj index 7c23fdbe290..e956bd90067 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj index 4f1ec4605fa..15cedfb58b1 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassenum_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj index 3a14a6510c9..4666277640e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj index 2d74bc0fa06..e55cfc8413d 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj index 64102b68ff9..6c8523eba5e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj index 932ece4cbe3..01f2113e8ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassinterface_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj index 81764136032..0f9638aff55 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj index 227e94f76a8..9b9ab5d893e 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj index 5e775e2fa35..0a5e94b00fa 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj index ec87d3a3aa4..a2ed05406cc 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/castclassvaluetype_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj index c06217537b9..50c67b54585 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj index 210539ee606..66562e9ea79 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj index 46fbc8ea4b2..9cccc7da43a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj index cd69bb13562..2d7ccbff241 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj index 6e1b9867af9..455679e2147 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj index d93e5e8f33a..cfbcd6275ce 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj index fc99c3b2eb3..52ebd3ebe12 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj index 83c5d214730..3c895e00220 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj index 61e553864d2..a44d8dc97b9 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj index 7855a212df7..fa8b6de8b73 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj index a1174f43010..e5f342f6ff9 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj index b458bb99041..805f0d6d627 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj index c6c1e8bf678..0a230d643eb 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj index 9a07c4bfdcb..2cdc55c700b 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj index 18c0fa50faa..f6a2a3eac0c 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj index d4ccf0c9072..2560d1631d7 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj index fd04adbea97..b6855dd3bc7 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj index 270f4fe1ffe..53b344d6014 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj index d2dbd785996..66a8cd648d4 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj index 1d9abd1d7c2..6122be47ffc 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst2_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj index d91d2a64ec6..194db96e3da 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj index 5ba3726fbbd..1c06ccfef38 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj index f5ea21a5251..a20ee3390f3 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj index 734730a44cd..4f7ce1953bc 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinst_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj index fac3499c3fc..33569204c32 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj index 8266043af10..ee8de2504ab 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj index 9083124b162..ec00e3fcb3a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj index 88188d16900..e376f237cf3 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstboxed_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj index c1c8a114039..44f2b3962d1 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj index 248367bfae1..ee901a2826a 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj index 0d1b38171fe..9b6965c0361 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj index 30207dbc90d..fb659268bbc 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstenum_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj index 98afd8d5c55..c769c502227 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj index b16b8fc6688..da4e8a3ce63 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj index 2de3bed9ddc..67f0f70a7bf 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj index 2a4ba663d66..4368e08e1d0 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstgenerics_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj index 1381f6f34ef..56b97d77fc0 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj index 1dc91665956..6427e23082c 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj index 873fbe4951b..7ca04382ff4 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj index ec8e6465771..78b2a8a880c 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstinterface_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj index 73ef3560180..6669a84c087 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj index 8145f94909f..70772cf0b53 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj index 84671686f48..c5e98f0f768 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj index 1d0670545e2..87320d4ad33 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/isinstvaluetype_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj index 50dcda7c26a..c637f67e370 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj index 2959e2e31d3..48d62004cc7 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj index de295b01af5..26c9e83712d 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj index af2011366e8..6e6dbcd1f84 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj index dd52e16388b..08a9e62d271 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj index 0deeae55614..41a7bb10796 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj index 209e5dd7ac1..dc66c358dd6 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj index bc58748570a..9192f86b739 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj index 1f007b1fc17..dd8d18e2cf1 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj index b2a81eed65b..75ec372dffe 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj index 121ec6fae3f..dcf85d5c4e1 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None - + True True True @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj index 0e09639146a..b65e057becf 100644 --- a/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj index 7722106f833..fa03ccb024e 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj index 4e2cf5b37d4..4047a91cbc8 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj index 5fb7d82e259..5867266171c 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj index 9e9eccf06d3..0ee5ccc4488 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj index 2dc3f4684f8..57c50e2a08e 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True True $(DefineConstants);DESKTOP @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj index a27d4372db0..48c5826ca94 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj index 5c0a7e7665a..d6e266a39dc 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True True $(DefineConstants);DESKTOP @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj index 20837631fdc..90783f1343d 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj index 18f1801cba7..012a463870c 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True True $(DefineConstants);DESKTOP @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj index 890debb6b5e..fcbfc920950 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj index 8fc905ea4fd..52bc082e392 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True True $(DefineConstants);DESKTOP @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj index ec49da26787..0b1030ff3c5 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_d.ilproj index 889be7812c7..3b8aabbb81a 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj index 73db72055c2..67214829fee 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv3_il_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_d.ilproj index 1a335c5535f..0bbf06feddb 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj index 53badbe1328..c66e341237c 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/identity3_il_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj index 969ab310271..2f71f5f7b4e 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj index aec70d81fcf..7dcf9b68cfe 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj index 488a7f3aa9c..74238cedd05 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj index b6d77ab798e..a132a504df3 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj index b51928181d8..b91eb37136f 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj index 3c254d5c19e..d148cbe4ba3 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj index 117a1222b53..df9e2cec711 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj index 90b45c2efcd..c3c57ff7126 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj index 3a77c8875b9..a3d496f3996 100644 --- a/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/nativeinthelper.ilproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj b/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj index 182c7666f1f..76e90f5314e 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinning/object-pin/object-pin.ilproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj index 138068f3288..9ae3330955a 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/calli_excep.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj index dfc750c0d42..7e3148f9e73 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/jump.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj index dc790f93b0e..ff23fd8164b 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-bug.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj index c53e99d7725..fa0aa1d64b9 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/pinvoke-examples.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj index 13709460e78..1d6b77ed68b 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/preemptive_cooperative.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj index 96d7e9d15f1..e0765cba872 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sin.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj index 195f64d1ffb..48c35d08827 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_cs.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj index 0619cd29213..63467ffb5f7 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/sysinfo_il.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj index a81ed69952b..a04fea208f6 100644 --- a/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/pinvoke/tail.ilproj @@ -1,37 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_d.ilproj index a4f3d0517f8..bc2417fa255 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj index 93b924cce9e..02b16646689 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byref2iu_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_d.ilproj index 0b2a5b15e69..b381cdccba4 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj index 3809ee82ebe..4e143ed488c 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/byrefconvert_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_d.ilproj index d8b10983ce5..c00ddb74c25 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj index 635244ca0a7..d66b453a492 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2byref_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_d.ilproj index 6f3d4773220..c9b176b233e 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj index d077a71d8b3..b16e6bf6850 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/ref2iu_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_d.ilproj index bc1ff9a763a..6c0daaaf11f 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj index 22f2358a88b..a47a7786f79 100644 --- a/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/refbyref/refpinned2iu_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.ilproj index 9424692486d..84289b19116 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/RVAOrderingTest.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj index 51b199fe722..fbbc35681d4 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic1.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj index 76bb474b54c..ba7d9539207 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic2.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj index 496ea3a0947..e38408e011c 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic3.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj index 983fd8fcf35..ff47bcbb5a5 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic4.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj index ded7b0d0d26..b272a35b7a8 100644 --- a/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/rvastatics/rvastatic5.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_d.csproj index 76c5916ea20..65a52aae2bb 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6FDF315A-5225-461E-895D-301CC2050F61} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_do.csproj index 2ac467d4924..3ad078ba23b 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {709C9072-CB04-41B3-8D13-6B8FF3C2B7FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_r.csproj index 8708c15a201..e985871f077 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1395D6FB-EECE-4F71-AA76-596BD19E9DFF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_ro.csproj index bce2bbbe813..e854436ceba 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6C120650-2F5F-497F-B549-AECD705C3298} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj index d948a6ac724..af5c1466b53 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {243A642E-779B-4660-9FAE-F40A3E117598} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj index 72a71e21f7a..949ed70a4ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {89E37000-896E-4DD5-BE59-AB3AE8E0452D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj index a0df5bf1aaa..a403bd18de7 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6A409898-4C54-4952-8D10-4805CF04E3E4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj index 6fd545fd7d4..9c3b80b1b56 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {60D2F293-AE51-496E-BF9D-8220AE7E3F32} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_d.csproj index 69f33a299e1..4ae1a6821ba 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6CEC3ED9-1237-45C7-9C94-4E75BCFC3C2C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_do.csproj index f12dc2f0596..d0f4dc54aee 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6CD15AD8-C9CE-4B0C-9EFA-29253F2C01F4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_r.csproj index 6d7f637601f..d3c18ebfb4b 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D962E02D-75D1-4A3A-A1A8-7AAE32E86D75} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_ro.csproj index 78ad1970990..2cafc530a26 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {693C6DD6-4F3E-44A5-AE97-600BC5780DB3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj index 66d4baca87d..e00a7ca65df 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {622F3173-9D02-4B96-B9B2-0A20085CEA9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj index 8bb56c8f7ab..e2ec889b0c7 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4151BEBB-509B-426C-8799-5831EAB1A501} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj index c3f05f99966..efb5c4b7370 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2E5E4849-02BA-4A67-8BFC-C8234F9ED3FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj index 277206ec74c..d68a6f5fc52 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DA129426-1577-4548-AEFF-FA3E9DD4C238} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj index 0d7c938b9c0..5d2b48bc963 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D988E826-E0FF-473E-B16F-1D1361B77055} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj index 2e71123ff85..b83e1ce3b7f 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BFDC05E3-EE2D-4653-AF6B-B5427AC9C865} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj index 6c3d1838b12..8773dca2b5f 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96C34EDA-804F-4071-B942-F5A7C4E22F15} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj index dff75089392..d31d8b0c087 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EBCBCA18-E205-4D9A-9337-3663A2067DCF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int8_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/int8_il_d.ilproj index d379c993b5e..ea83f29a833 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int8_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int8_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj index 712191dd754..206964a448c 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int8_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_d.ilproj index 59af05aca59..3e66d9ab0ff 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj index 067b323024d..84afe10a6e0 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeint_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_d.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_d.ilproj index 0447a32b24b..ad2bb19f55d 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj index 2c8f765fe19..283309769d4 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/nativeuint_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_d.csproj index 70e3f84b228..9e33e8078e2 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E359F45E-5837-4D77-8A21-2ED8FDD8F894} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_do.csproj index 6a4d71ae5e1..de09b7437f9 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {561C7872-03CA-44A3-A6C1-84F6C90EE90F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_r.csproj index 04bef046efd..a0c0f42cfa2 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8614A72B-7562-42F2-B617-2638780BB28E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_ro.csproj index 39cb44f4887..f45d958a93d 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8125A0B7-986E-4A6F-A86D-E6D4B46716CA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj index 9443e1db0c6..009b7a37e71 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A5F2C5A6-CFED-460C-BA3C-CC12B7D65B04} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj index 381eadfcb3c..daad4b9150e 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F89754F7-86E1-44EE-A3EE-2256FF7CB6DA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj index 0d42a9a4b02..5b7c0c98f52 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D82E4648-8B61-4440-9A33-A1A573819CDA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj index c6990005d0d..a32333dc683 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_ro.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {77044369-D426-49C1-B738-4FBB1C88B20F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - - + True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_d.csproj index 301b01c727e..b63ab62dc84 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D1DB2E34-A5F3-46EC-9CBA-6C952AE50EF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_do.csproj index 3b0a3c53ca9..2dd6ddfdb0d 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {33869AC4-FDC0-481E-BA88-DEAD9629BDF0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_r.csproj index c8a1f7376a4..fd7f81da165 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F595FF0D-D7F5-4D91-9265-0875DA1DEEDB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_ro.csproj index b99f20f2d3d..46f00b65bd4 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6B2D1E6F-69BC-43FB-9749-376324A45285} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj index ee441bb101e..ae28c138b80 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B10C9CA-7BA5-4D17-9E04-F497B26150FB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj index 4e27de8d8fc..fd487f236c9 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B9C90B98-C141-43C4-B7AD-A80A11194326} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj index 654bd6eb62c..e5e6d972612 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FB91C947-292D-4338-89C4-CE25442BC21A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj index 3f8f9f0df24..a9904ed3a2a 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3DA358E2-D2B8-4160-AAE8-353C355FC767} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj index a8d9f5ed215..ee161b970bd 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1562736B-261A-40CC-8AFE-C0F1C2892DEB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj index f08f6fc1068..b1861d12a09 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8FB8C934-E5DA-4A20-930B-5C30BE80831A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj index db429e03fd5..795efed3792 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DB8A5DD9-466F-484E-AEBA-2B78F1FF3633} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj index a655f866f94..4185d84cc31 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50453737-C530-4473-8D14-123A43C9DA9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj index ab9b84b8e2e..1e203657ff9 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1562736B-261A-40CC-8AFE-C0F1C2892DEB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj index 94beabfeb40..dc9e9e37be4 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8FB8C934-E5DA-4A20-930B-5C30BE80831A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj index 4ad056a43a2..72fce7931cb 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DB8A5DD9-466F-484E-AEBA-2B78F1FF3633} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj index 6fa12e77fcb..d6580f188bb 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50453737-C530-4473-8D14-123A43C9DA9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_d.csproj index d7dbf104d6f..25d775231e7 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E27869B0-3B87-4C49-816E-456917FF793B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_do.csproj index f5139fe2cdd..69a77c7da36 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6843A842-DCA4-4EA5-95FB-9164F6067A34} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_r.csproj index 712e697330a..b66d0639bb5 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0AB7BA45-9C43-4DC0-AF1E-5F51E7C5194A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_ro.csproj index 0e7bc23062b..eb8aa332060 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EB897B42-FC20-4AAA-BD9D-34FA116BF84B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj index 741b5fe065d..34bf43869ce 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C640C7D2-7131-45B4-90DF-A8B02E394867} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj index 12577203e8b..ea6eff39f35 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DD34B3DA-9910-497A-8475-10301F94FE15} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj index 5653c2d1380..12ffc702e65 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A4D554D9-407B-4D76-AEC2-6ABCE064AA15} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj index e19d63d0c05..ebf27555a97 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3CC950C2-CFBD-499A-8A32-AE359C46F96A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj index d10e3f80d35..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tailcall/tailcall.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj index 8cba22a4892..16670f7930e 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/fault.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj index 988b58b59a7..fe11d05fad6 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/filter.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj index 79003f3536a..445f8c0b7e3 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/finally.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj index a47cbad1297..a140225c9d7 100644 --- a/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/throwbox/rethrow.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj b/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj index 3c164cab4fe..3b2597639f2 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tls/mutualrecurthd-tls.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj b/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj index 7e8d3e066b1..af94f9741db 100644 --- a/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/tls/test-tls.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj index f0e5c8a8cbd..28b3a86b805 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/Dev10_863995.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj index 07b76ff150a..e58048f2df8 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_byte.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj index 52ffd92dd49..d2c5760cf2e 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int32.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj index 43b77efc1d1..69284a32eeb 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_int64.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj index a2638c8f751..3834a712610 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_struct.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj index 534f1717656..1d1b7450ac3 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint32.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj index 883af347a04..d7b27d34083 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/init_uint64.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj index 65268f324cb..c552ec1d37d 100644 --- a/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj +++ b/src/coreclr/tests/src/JIT/Directed/zeroinit/tail.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/dir.props b/src/coreclr/tests/src/JIT/Directory.Build.props similarity index 50% rename from src/coreclr/tests/src/JIT/dir.props rename to src/coreclr/tests/src/JIT/Directory.Build.props index 20c71a9384f..aee150c786e 100644 --- a/src/coreclr/tests/src/JIT/dir.props +++ b/src/coreclr/tests/src/JIT/Directory.Build.props @@ -1,5 +1,5 @@ - - + + $(MSBuildThisFileDirectory)config\ diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.csproj index 834be9ce24f..636c4989a28 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {205D9EA5-99D9-42A3-8670-C2F4E8E95DB4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.csproj index 25104d2ff32..bfbba123ebe 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/Struct01_instance.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9F7BB3E7-27FD-44EB-B8C9-5E4B8596146A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.csproj index 8f5c1ff7fe6..673e3091338 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A8BFCD41-6773-4700-8092-70369FDE6125} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.csproj index 0768e60032b..0b49db5d0bb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_instance.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1CF36D39-C343-4842-BBD6-8A170BBEABAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.csproj index 096a26df080..990aacca733 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class01_static.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7FDE4C23-E5E9-4891-9B21-4E3C94206E61} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.csproj index b5af8d0074f..3c79ad90f7a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class02.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {568DC68E-8321-4B98-AE6C-F4877B2C6E21} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.csproj index 664f8398eda..cb22372d15c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class03.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6531BCBB-6286-4989-ADF0-8C24C6D3490C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.csproj index 598ec65441c..959713a7265 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class04.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB6F5D3B-AAD3-45CD-B2E8-DA9B64BB40EA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.csproj index b18860e4dca..7d5a7511918 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class05.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {84AC84B6-357C-4D39-8C62-E9B78C3D8198} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.csproj index 8d75736a3d5..c750c6e10c7 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class06.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EB58BEAA-3872-4F62-A0BF-596B18C4B4C7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.csproj index 8fb359efd42..3260fa9f7cb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/class07.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BE711884-16DD-41D3-8EE8-07DE371D3DD2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.csproj index d634460dc34..c0c48123b65 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struc01.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BF20FD4B-45EE-4614-B121-9B8A1D856D0A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.csproj index 1baa836704e..c925d627d4d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct01_static.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6EE6750-296C-4545-8484-7BE877285357} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.csproj index 632ce2a0af5..c71ca870bf0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct02.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1041EDB6-3F75-4892-9306-C0BF9C9D0584} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.csproj index 3bc8eaca8d3..a07be62ecb9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct03.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED1E29DC-FD20-4457-AC2B-4DF94248D0B6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.csproj index e6728541e8a..23ed1fa18c9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct04.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C10068FD-69FE-4DC7-B9EF-8973C193B354} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.csproj index 7ccc5669c6c..afc280874ea 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct05.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {900795A5-A96E-4E6B-9C09-87617F444F05} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.csproj index 1927b3e469e..de5498cfc77 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct06.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {630CD41D-B922-4064-B5CD-B77FF2C09B4C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.csproj index fad2375fa4f..a3dd5b56530 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/Jagged/struct07.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {98EDD8DC-A478-49A5-89A5-78ADDBF4BD07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.csproj index d3f15c3e85f..a554844fab0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B2C7B915-DC44-4C68-AD3D-E94061A3CE79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_instance.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_instance.csproj index 68c03766e66..f290f723922 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_instance.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_instance.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2646F7D3-291C-4892-AEF1-6B14840F0E05} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.csproj index 6f1960357de..d232c3b087f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/class01_static.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {88289879-FE00-45B2-A561-783022B8BDEA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.csproj index 83c13712998..44e6004bf78 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {80F8F357-E85D-49BA-9065-AE13D7A79839} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_instance.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_instance.csproj index 28f23a7c311..bc646f2b272 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_instance.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_instance.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {551CDF76-46AD-435B-851E-12C74ACC72A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.csproj index dfa00c0b505..af69a36df51 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/ConstructedTypes/MultiDim/struct01_static.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {15426961-0948-487F-ABE5-08BE8E6C7607} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.csproj index 990121636b4..8ebf0dc5b05 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/class01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B9C2A1E8-B95E-4765-B27D-F127A8E9D6C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.csproj index 1523da6def8..44e6004bf78 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/Jagged/struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {15184247-1A78-454F-A645-0ED2CE0DD16B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.csproj index dd78569033a..a554844fab0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E16855F-8CAE-4985-9C6E-B988472145E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.csproj index d5f40a2ca5b..44e6004bf78 100644 --- a/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Arrays/TypeParameters/MultiDim/struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {132DC9D4-E6D6-4DD4-9483-EB887E8D6F3F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_d.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_d.csproj index 069cfd037a0..a0d51d52cf9 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C6D44EEA-D087-4F1A-9894-C4D84AA62CE5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_do.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_do.csproj index c05ae2fbe7b..70632fd7217 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {87CA352D-1673-403F-BDC9-5B833E21F424} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_r.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_r.csproj index 5da755e0d1b..38b466e7942 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0EFA0FB8-380C-4789-84CF-4B7E4870E119} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_ro.csproj index b255cea2027..def27b675bb 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {62885220-F137-4C74-83D2-42AFA04C9B13} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_d.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_d.ilproj index 4f7ade4986c..2e7738c3fca 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj index 39d1ef79811..8cbb739b065 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class1_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_d.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_d.csproj index e6574b23220..698a2138873 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {89779DFA-1BFA-4512-B0C2-349405F82973} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_do.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_do.csproj index 83c8165a281..dfcf6fd166d 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D5610C53-ED8A-45D0-84D9-936BA74BE001} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_r.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_r.csproj index 9aa4a271ff2..2d68bb2f200 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6ED8EED5-B95D-42B2-8446-6DCAACD65EF7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_ro.csproj index 979a4fcc9de..06f0b844038 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CF9EA97C-71A5-4602-BD58-5B451494A9B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_d.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_d.ilproj index dd3d3c30aee..75f76fe0303 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj index 21607038441..84fc55f2ed1 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/class2_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_d.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_d.csproj index 29ae190f405..b47f076f583 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD33B8A1-CC6F-4243-AC25-AFF8120A9CD0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_do.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_do.csproj index f29c11e15f6..bcc034eb40b 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FF301ADA-2E2B-4A9F-A40C-AC343B501EFE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_r.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_r.csproj index 74df81cdafe..6cacf6bca20 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {492BDD0F-092E-41DD-99C4-618D350EBDB4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_ro.csproj index c4de2ce7ce5..3a53aa0d170 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1CD6EB8-7883-4FF1-ADB5-C150421EE838} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_d.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_d.ilproj index 69b11d8da2f..1954b33eeed 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj index 92efd133211..9567db4f462 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt1_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_d.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_d.csproj index d3bfa112b29..92f6b3d1f91 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6A95068C-44EE-4FAF-B190-80E013E626EC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_do.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_do.csproj index c474d6e4867..c3509d45f21 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F9DCB5F5-79B2-4FA9-BD4E-8B0EBD091D7C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_r.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_r.csproj index 6fe4f3aca7a..ca79a9c7ef7 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {31025AD5-FCB4-4AB9-9595-6C93051FA3C0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_ro.csproj index 1ebbfcbb7dc..53fceae62a9 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {634D2580-8121-454C-B00D-6E9DCB6FA047} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_d.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_d.ilproj index cdad01ca3c6..aeea167c651 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj index 40ee93326ce..3631b835396 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt2_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_d.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_d.csproj index 16b18ec5c42..55def775129 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD1A954E-2F95-4DF5-893B-809A81DDCDE3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_do.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_do.csproj index 51c5575ded8..b4180f7e976 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {97DA5467-6E6C-40FD-ABFE-34B0791B439B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_r.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_r.csproj index 031479660af..62c70029b12 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {834EFA27-AB3B-4F23-8782-4A8F7DCD56BD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_ro.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_ro.csproj index ab1fe06d6e9..07ea07758b7 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {125363CD-1DE5-4FEF-BA2A-6301EACA1FD2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_d.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_d.ilproj index 770ba8da224..d15a7cef306 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj index 036595e5e14..6a97b974403 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt3_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_d.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_d.csproj index 477d12238ca..002b874f468 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AA90CACB-C386-4419-804A-B6A1A7AC1255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_do.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_do.csproj index 47d3c11a461..278b5f948ed 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4E3D1199-2D0F-41CB-8FB9-66F039DA5493} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_r.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_r.csproj index 5882b9f74dc..af154c14831 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {116602E5-7873-4F65-8829-F32E8A705EDE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_ro.csproj index 2a861ffa9e2..076d27491ae 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BAFE9AF0-E836-4F28-871F-C08294A69522} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_d.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_d.ilproj index 8227ca65982..6af1ca13f91 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj index edd493f18c7..64009d2d1ca 100644 --- a/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/ConstrainedCall/vt4_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj index be3c9ae4065..89970469235 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C834B32F-C575-491D-9EB9-574A6DB9FF95} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj index e55d0ab044d..af54c74be03 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {671883C2-8AC6-447D-B213-A378D6A81A91} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_r.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_r.csproj index 50b74a5c109..218e9883401 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_r.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0422E973-CD19-492C-ABA8-5A5C3C482503} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_ro.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_ro.csproj index bf81d146d3f..8a0461f1352 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_ro.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {90A26425-4848-4F9F-945F-1204722317AC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/call_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/call_instance01.csproj index f5771d29205..ca87447420b 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/call_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/call_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {87405971-B126-4000-977F-9AD22B6FF9A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj index c28eab70563..b6f4d55b558 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/call_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8ED41591-8FDF-419B-8FAA-24631C103BBB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/convert_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/convert_instance01.csproj index 88039676e53..0ae6da1e99a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/convert_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/convert_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {65964B68-E893-4C78-B7FB-590452343116} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/convert_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/convert_static01.csproj index 006f981e51d..010c5798ba5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/convert_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/convert_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4B539B1F-AC08-4D3A-AF02-E3C44FF172FD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_instance01.csproj index f567181139d..00465294a35 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {78363C03-BB50-47E6-80C0-119F5D56AF21} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_static01.csproj index f7e5f483bd8..0e4546649db 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/transitive_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D36A6FEC-097F-4209-845C-5B247BDE96F6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.csproj index 6eae5c15fbb..1cea2f27547 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Boxing/box_unbox01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6B9DA00A-8C8A-4349-9E8E-D400292B541C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj index 1328f1730f5..2431f05b922 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {80A667A7-90BD-4406-8EC6-CCE1BD19487B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj index ab111ecfe0e..20fd9f7c410 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B67D36A4-F3EB-4978-91F8-55D9B7944694} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj index 9dc08ae2d0a..93868ce08c0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentogen03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AAC0CF58-6577-4EF0-907D-8B5B891BDDAA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen01.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen01.csproj index ff52da3dd3d..80a066afb54 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6A6EE264-2A23-4A18-87B9-06671E767CFD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen02.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen02.csproj index e5907d26730..27c45c254a8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2C13C549-98C0-43D9-8158-C1AC58502BE3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen03.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen03.csproj index 24d00e93aca..b002a782c86 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/gentonongen03.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {61661F6A-1746-41E6-B1D7-90AE1401F425} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen01.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen01.csproj index bfb7dfaf183..bb4266e46ba 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4697A402-5137-4CA5-8CAA-6C4FD39D66CD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen02.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen02.csproj index 28d9eb51d9e..6ea11c71a61 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A2BFAB56-28C9-43CB-97A0-D696237C1DEA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen03.csproj b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen03.csproj index d532b850b37..a68ef855b20 100644 --- a/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Conversions/Reference/nongentogen03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50331B28-2970-44B1-A6F9-C8624121F3D8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj index f09bd0e0698..bf5952f6c93 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9E76E186-AB38-476B-8327-CB879B7E2C1D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj index f632ab91bb4..e13fd9c3eea 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos55915408cs_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {29259C4C-5480-4F10-B220-978491F86B3A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj index a1575fcfe34..c7835c3a482 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8FA646F7-470B-4549-A701-AA6EB28DFDBE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj index 7fb5bf85905..2357804cd19 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos56200037cs_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D40EF20F-4FAF-440D-BDC8-8F3C5B7E5560} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj index 2d8ea9c1b6d..70523ca8d45 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6EAD1037-4170-4F97-8705-84872FB6BECB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj index bf539620d90..6bbbba551b2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Coverage/chaos65204782cs_o.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ECC7983D-6775-4E8A-820B-83A2837B4ABD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - PdbOnly True @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.csproj index 710b31d3b86..458159b64b3 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_instance01.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FA37EF21-043D-418E-A302-7A661B69B376} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.csproj index 754f2b0f395..f8b548bfc86 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_class_static01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C10FB01B-9979-44D5-891C-20B8BFD8E697} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.csproj index 2cbbc6889e7..4884947ad77 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_instance01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C31FA060-E800-4659-AB66-FE0E905D725B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.csproj index 8792b05dc33..2ac9b8cc8ec 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/general_struct_static01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0E052551-4819-46F0-9E6E-9C825465DA99} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.csproj index d66384fee65..0eb1672aca8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {69DC5D6B-6361-494D-9829-4911027EF14E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.csproj index 2c91001d033..8a378203713 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_instance02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {124ED100-82F1-4DA1-8B9E-F31C7489A5DA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.csproj index 8b37496aea8..057de8a2860 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1A04BBA4-BFD1-4B77-AB81-F05FBD7C5FA1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.csproj index 34916743406..df014b5ff57 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_class_static02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {273CE762-D3A2-4241-8548-CEB666C4C3A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.csproj index 84fbbccd070..a5b5b7ee05a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E6F2DFBF-45E0-4437-B8A7-F6D8C29AB0E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.csproj index b33a6c96858..81eef5a1fb6 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_instance02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8C27FFEF-8C5F-4381-A667-E278C0F38967} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.csproj index 03815b8b1bf..745d3bf9a1c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FEBC1332-1FBB-4A00-A0CF-F1FDA44EFD1A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.csproj b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.csproj index 015c4bcf732..4fe75c8f84d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Exceptions/specific_struct_static02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AF75F01F-0296-4071-83F1-63F2164557E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj index 67f5640c47b..dda8d5b96ac 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj @@ -1,29 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96FA8C13-55B6-4B71-A7A1-93AC7A4D8B87} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.csproj index baf3a5aa7d9..b9d5f0f25e5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0C050436-7B93-427D-AD59-CDEE94BA5D24} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.csproj index acd151d6d23..f6f33e5d00c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_assignment_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A6AD2D2-8381-452D-AA59-3E33CEFE3DC9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.csproj index 1b083c744bf..34e871c3dab 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43B411FE-E26C-4D00-88A8-A98ADA16F601} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.csproj index dcfdd93b3b6..73977a3a4eb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_equalnull_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F816AF23-8AAE-442C-A396-4F22F49CA0C1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.csproj index 5b5811d47e2..2ae4c9983e2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B3DA4CBF-613D-4792-B4A6-B7E4BC126495} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.csproj index 2e26963a63a..26877b500a9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/instance_passing_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {04DFA156-2A8C-44F7-9C60-17F8526D0C22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.csproj index fb97773a9f9..8e494627c55 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {57320B45-E97C-4175-BED3-44F846FEF3C7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.csproj index 68cc286bbe2..4348e4ac795 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_assignment_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {64DBC670-FAC2-481D-A0E0-3B4D775B409A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.csproj index 74f68a4d054..30662e96922 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0C798FB6-34BF-4197-AA0E-0800181B8E45} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.csproj index 86ebac718bf..909bcaed793 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_equalnull_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {45272C6A-7DEF-422A-B3B7-52C4746D5B1D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.csproj index c1a649db39a..a83e76cc5d2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9A49CAAC-5E28-4475-BC1F-8BA1B9E999FC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.csproj index e45322c77cb..d57e12bde60 100644 --- a/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Fields/static_passing_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6C49C29-BD23-4564-91B7-968BE5E34265} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj index 1e0368cbbc2..a51cbab637e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4B38908A-FCC8-4F1C-853E-AB21F9AA1360} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj index ebc047868c2..7400ee8c511 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2CC272A3-8730-4FF8-91B6-A73D6AA7978D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj index e5fdec94172..8d3622b1bd8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2637E314-B16C-440D-9604-93E240720049} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj index 9c1e527b584..80d67177cd1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass04.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {080C313F-7B4A-4258-AC75-EE444F9E2FCA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj index bc7010e5016..8c2c8af601a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/baseclass05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E24A354-39F8-45EB-AD75-2A5550E11C3E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.csproj index eb5a465e87c..8ebf0dc5b05 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {544383DE-F284-4664-9E08-40D5B3597B12} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.csproj index a6b2ad5a5ba..99cf72b379a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {38E45B61-90A6-470E-AAA8-A0FDA13D6E7E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.csproj index e1f579d59e5..242548b89d1 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Classes/class03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F3C60ECA-A5E7-478E-9CA7-6C71DB965B82} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj index 46b533d07de..4555f1bab76 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FAC860EF-3CCD-44C9-B1C3-C0578F8C71F4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj index a6fdb47b670..5f743505a01 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FF8C611B-C071-4576-B41D-687D62B14530} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj index bccd0468eba..1c0886ab7ae 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {06A83189-481B-4203-9EC5-57188005EF54} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj index 032e5d686ce..0960ea65c5e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6449AF25-EE12-4317-A4A6-0678FE363346} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj index cc2f06f4012..10141dda582 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/class05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7211B39F-6B28-4929-9BE1-A151E52F9531} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj index 4e258660383..24df0a14dae 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {099D2BD1-0891-4F9A-82F6-2D92FEEF2E72} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj index 5ef66fbae3e..5ef929738da 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1066B4D7-163A-4FF7-BE27-A2E3E689D5F4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj index 430fdb0307f..d423f5a676a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {69461DB0-1462-4AEB-A891-B03E7F1E0EAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj index 92aad2be590..a74c59fbf7d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {14DB2210-9F88-4341-8A84-824049CE04C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj index d65340409f9..7bcc669767d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Interfaces/struct05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8B10F37F-3AD1-4158-A7D5-4DA2086DC12C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj index f351c3edcea..4885c7b133c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {320804D0-53D4-4799-95CF-AE10C670C032} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj index e9abe3ae01f..b514a33fc03 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {644FEF8A-38C9-40A6-8067-6746B1FD9309} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj index e97c3117bb5..449210f9f87 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/Structs/struct03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4ED2C098-36DB-41CE-AA04-EDF02F1D63B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj index ef65252cb15..0c8c5209b8f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate001.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj index 0c576b787db..b8b7d1d99fd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate002.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj index af0253f9f87..1b54a6e26fd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate003.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj index 49c59e294c5..9ac73a64c97 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate004.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj index eb2526bcae2..cc07296bead 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate005.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj index 6f525af6e57..8bcaf03f8bd 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate006.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj index de71e30fc7e..a2888e7bb84 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate007.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj index b6edb807a59..3d8ba4e3820 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate008.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj index 56f4ce3c12f..22ce391b011 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate009.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj index 2562c50ace9..cffefaf0acf 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate010.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj index deb9819d03f..22807f6acb9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate011.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj index 8e1b282e801..304e10f9bac 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate012.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj index 22dfb556468..e372aa61d7e 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate013.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj index d835216ae4a..ef6cf0e6e88 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate014.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj index 20aac0a6398..db667def799 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate015.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj index 9f8762b10e3..78433f7b3e4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate016.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj index 930683d0c74..451eb9e2353 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate017.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj index 1d079c76d47..b35a97af4af 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate018.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj index 394244d05f1..242628ebbc5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate019.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj index f8fa917d8d0..4a2ec361ff0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate020.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj index b1b2576fcbb..84a95496057 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate021.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj index 5c69d40905a..64f24d628cb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate022.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj index ad771d72bba..32d1f41f39f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate023.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj index 17ef4399bc1..ae12256a839 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate024.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj index 3f42fdc5ce9..20bd466ac55 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate025.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj index 968a1147988..5e94ab1f4f4 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate026.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj index 3069c4f4106..34ab06fcdcb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate027.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj index d452d68c57c..f4c58b5720f 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate028.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj index 787480f9c74..2270a2ee012 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate029.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj index 614a1762851..86c3e3be9f8 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate030.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj index b1774a8b639..ce62edcdb08 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate031.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj index 7d00542447f..7b735417310 100644 --- a/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Instantiation/delegates/Delegate032.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.csproj index 5a185258d5a..b9d5f0f25e5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {80F3A588-555A-4075-8360-9203E5F99AC9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.csproj index c3a49ab9be1..f6f33e5d00c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_assignment_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C6F29CCA-DE86-40C5-885D-3914F5D5751E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.csproj index 74ed743a327..34e871c3dab 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2E883F72-1D4F-4636-84BE-3BBDD60B592D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.csproj index 6ada006e18a..73977a3a4eb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_equalnull_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {016189CD-6895-44C3-8441-DA074A996004} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.csproj index a3720ffd47b..2ae4c9983e2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6449D13D-837E-4072-95F8-54227372136D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.csproj index 695258d3c54..26877b500a9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/instance_passing_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6632E517-7D60-492F-A9AA-64ABA4120E1B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.csproj index c6b80762031..8e494627c55 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {62A6CD3D-7157-47A6-88D0-42C3C57879F6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.csproj index 66b251592e6..4348e4ac795 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_assignment_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {56EF1248-EA5E-4F16-AD09-D48CDE467CC1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.csproj index fa60f7e169f..30662e96922 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43AB92CB-19B3-4D71-837E-49A2300C5F11} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.csproj index fffbe38f46d..909bcaed793 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_equalnull_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {35A22E14-307A-4221-AADB-06F74A77FB42} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.csproj index a3787ff1c34..a83e76cc5d2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8767FA06-4489-404B-AB3C-C45C50EC5D25} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.csproj index 865cb34dbd9..d57e12bde60 100644 --- a/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Locals/static_passing_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CE813D5E-3B67-4077-9014-BAD9D5757D57} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.csproj index c575889ae02..a2eb6479991 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B2F82E87-534F-417A-8709-B0B6EDF67E40} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.csproj index 37b2fe2a026..07dde9b526e 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/class_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {363A0211-B3EB-4E66-B939-B1742AF9B9D8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.csproj index 0957dc57097..43c54d6c94a 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6CCCACCF-B1F4-4B6D-9593-F4FB8765FCF7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.csproj index 885d5028491..3caf276e77c 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_class02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9291DC28-F3E6-42C4-B2ED-924385BF29DD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj index 0183bf0d20b..6139f17ffc9 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7A73F51B-46FA-437C-956D-4B493763B0F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj index 7f6bf7440f5..63eb294a418 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/interface_struct02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {06FEE6BC-4C9E-466F-B7AD-E001F307EACE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj index c569d1f8f06..83e1501c4fb 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_instance01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {22E3B002-7E30-4262-98DE-88544DD5DFBA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.csproj b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.csproj index e832a90b8ac..ebfbd265174 100644 --- a/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/MemberAccess/struct_static01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {28EB62C0-5DA9-4C86-BB8D-AC3C03F49CF4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.csproj index c4d637fabf9..b9d5f0f25e5 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0C67E548-6B13-4924-A623-41991D858EC8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.csproj index 50df5ba5efe..f6f33e5d00c 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_assignment_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DDB15059-8EA0-4B82-B1BF-CACBC0F701A4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.csproj index 1bc347d77db..34e871c3dab 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9E953E11-B967-4E15-ACF3-8DB5F0822D8A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.csproj index ca3d8fb6e10..73977a3a4eb 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_equalnull_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A4EE7FAD-4E8B-4EB7-83F3-08A81C35A561} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.csproj index 6dbed79058d..2ae4c9983e2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {548A85F7-5474-483F-A5F8-57E8B4238642} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.csproj index 706c4b53491..26877b500a9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/instance_passing_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1B079F4-6571-4462-861C-3600D5A324CD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.csproj index ced128e0876..8e494627c55 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FFC760C1-42D8-45F4-A2EC-025DEDE7D681} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.csproj index 9245dd759a3..4348e4ac795 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_assignment_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C1076745-44FF-46F8-A6C6-E469BFE9E409} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.csproj index ee1ef8e7f64..30662e96922 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8A767943-C04E-4E9B-81E6-F41A49E027B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.csproj index 188ba41eb66..909bcaed793 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_equalnull_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A42F4CA1-C37A-4D2F-A2DD-DF2CDFB12F14} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.csproj index 849b97f5b13..a83e76cc5d2 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4E84BE82-9496-4CE1-8DE6-0646E93A65BB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.csproj index a6ef3660299..d57e12bde60 100644 --- a/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Parameters/static_passing_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DC245710-E244-4AAD-840A-4F19DEBDBC98} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.csproj b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.csproj index 0da0eb7762f..97bdc50b57a 100644 --- a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {366CFD9E-E7FE-4A50-B6A0-1345D1BD061C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.csproj b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.csproj index 6169fc3291a..376d25f5abd 100644 --- a/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/TypeParameters/default_struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F907FD44-6193-4A3D-8452-92CEAF46B919} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj index 491ab028685..a554844fab0 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9C7255CB-FAF3-4B44-B731-FF2F69ACD90E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj index f692304e5a4..99cf72b379a 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6D9B4FCD-99DB-4E67-B499-BEE99CD4CA24} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj index 246dc74082d..5a5fb6a0473 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/class03.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FF49C039-4515-478E-A148-6A28A1AC38D9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj index 0bdf6d87322..f922a173242 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/dynamicTypes.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9AEB6984-FCD8-4E39-BC16-805B1C8BD43A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj index 52b3fa3cef7..63984409a77 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/objectBoxing.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1A9C53C6-CEA3-49D6-9345-4F6016899183} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj index 1cfdc782c94..411a2b26306 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/refTypesdynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B09ED5F8-CCC7-4612-9041-0D10B8132ECB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj index ed95a5d2ca1..44e6004bf78 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct01.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {42630210-72E2-463F-8507-49F4D78E60C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj index b22a16e3dbb..08ac227e184 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D4059AFB-8FD9-48C0-AFA8-8532933DA9B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj index eee5e0d6faa..2d72f4f889d 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/struct03.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FF308555-4509-40A5-B990-66378FC9BE3F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj b/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj index 6aa7c33bf17..736da7a1af9 100644 --- a/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Typeof/valueTypeBoxing.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DA444D4F-EB7F-48C1-8F9F-8E69B5D7A7EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj index fbda58b7c82..c57dd75831b 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance01.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj index 4c5299049a4..70e499337fa 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance02.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj index 8ae4b0a7533..a70790f6a08 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/instance03.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj index a8d0135714d..08eb4b2a7a9 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/static01.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj b/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj index 0d0cabcf1f9..d5be05fe788 100644 --- a/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj +++ b/src/coreclr/tests/src/JIT/Generics/pinvoke/static02.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj index a4190e114bc..5518bf18006 100644 --- a/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj +++ b/src/coreclr/tests/src/JIT/Generics/regression/DDB148379/ddb148379.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Base.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Base.csproj index 45dd4b6451c..f3ae7d018c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Base.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Base.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Crypto.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Crypto.csproj index fa5f43a9705..c7cf504084d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Crypto.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Crypto.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 Exe - ..\..\ true - - - - - - False - - None True - - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Simd.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Simd.csproj index 39168666638..202a61ae381 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Simd.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/Arm64/Simd.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Directory.Build.props b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Directory.Build.props new file mode 100644 index 00000000000..8f84474d806 --- /dev/null +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Directory.Build.props @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_r.csproj index 37b92fe4b9f..3b3af6e21a3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -162,6 +143,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_ro.csproj index 81dbe9ca882..87ee4e09b85 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/NotSupported/NotSupported_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -162,6 +143,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_r.csproj index 024f227d64b..1e8b5fa85f4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -80,6 +61,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_ro.csproj index f5d8ef2bfb6..a7f139d7665 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128/Vector128_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -80,6 +61,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r.csproj index ee135148920..ae1267567ed 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -37,7 +18,6 @@ - @@ -118,6 +98,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_ro.csproj index fe13f4ec242..bd0242cd180 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector128_1/Vector128_1_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -117,6 +98,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_r.csproj index 19d0f9de20a..86537dc64fc 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -80,6 +61,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_ro.csproj index 52cb263ad7b..be1e05b5eb2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256/Vector256_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -80,6 +61,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_r.csproj index 1c2464cea17..f31ca378f03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -117,6 +98,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_ro.csproj index b0494d19648..b30e3a9dc45 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector256_1/Vector256_1_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -117,6 +98,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_r.csproj index b611b276aa5..8de9d553944 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -61,6 +42,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_ro.csproj index 57eb9c9fe43..dd4c9262857 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64/Vector64_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -61,6 +42,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_r.csproj index 5e57e231596..9d02971f918 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -97,6 +78,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj index 5ee926f492d..e4c9baccd06 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -97,6 +78,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/dir.props b/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/dir.props deleted file mode 100644 index 696ab10ba43..00000000000 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/General/dir.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_r.csproj index 356590bd875..0d012ae5fa1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -38,6 +19,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_ro.csproj index 4563e718e8c..d704d5806e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -38,6 +19,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj index f5ae532ff6a..f0082df9a94 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj @@ -1,33 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - False - - Embedded - + - - - @@ -156,6 +137,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj index 60b0c1c5a18..9b2c7ec9a10 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -154,6 +135,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_r.csproj index 8787996813b..cbafddfab39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_ro.csproj index 6a67f98db4e..5b073188ecd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Blend_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_r.csproj index a463291effa..287955476b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_ro.csproj index fddafb34e71..c54b1a3b653 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/CompareScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_r.csproj index 850a38296bd..3f5c9953d12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_ro.csproj index 07e31b99ca1..14a09e63274 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Compare_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_r.csproj index 00baf84ae05..8fb739f8d10 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -39,6 +20,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_ro.csproj index 558a0ca573c..31aecbbe226 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/ConvertToVector_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -39,6 +20,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_r.csproj index 8644886ca64..e5dd732907c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_ro.csproj index 7563ca15874..26c9925675e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/DotProduct_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_r.csproj index 559b6ee4064..8439d33375d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_ro.csproj index 0157630e571..3ab7265e963 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalAdd_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_r.csproj index 6e121eccf9a..1dffa19d2b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_ro.csproj index f3114171268..01ec89509fa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/HorizontalSubtract_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_r.csproj index d877a32650a..5aa4bebbb38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_ro.csproj index f747284bb22..7754adcfc92 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadAlignedVector256_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_r.csproj index 771c5488b81..d3853888110 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_ro.csproj index 9420e6b88ee..08d9396d77a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/LoadDquVector256_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_r.csproj index 86ccf0d498d..1aa530dfdad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC7AD883-41EA-4BDC-BFBE-77A78B727D76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_ro.csproj index 33b1ce18048..081505deaad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MoveMask_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4D4CC0B8-3894-4F6F-868B-C93A7B722B5C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_r.csproj index 158da0c9740..f7c5cf7ea40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_ro.csproj index 15c71eb7d06..6c981a86171 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Sqrt_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_r.csproj index ca2d6670f25..e8d7bdf490f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_ro.csproj index 898514c5b31..f58f7b00a03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAlignedNonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_r.csproj index ac3a96b8ba9..9b4d2157978 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_ro.csproj index 76971162888..0ffe612b8bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/StoreAligned_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_r.csproj index b704d7587b6..7ee36f0b2ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_ro.csproj index 01c538988de..fe7022510d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Store_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_r.csproj index a74876ee984..a67728dff65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_ro.csproj index 80a3a4285f3..107d746a64d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_r.csproj index 683a6eae32e..85e3e9be74b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_ro.csproj index 555923c7b93..3062199efe1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/UnpackLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_r.csproj index 5299456b995..ea2665157aa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_ro.csproj index a8e5bb7bdb1..b911d1aaa3f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/AddSaturate_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_r.csproj index aa15bd25cc7..86f1d21221e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_r.csproj @@ -1,35 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true true - - - - - - False - - Embedded - + - - - @@ -197,12 +178,12 @@ - - - - - - + + + + + + @@ -282,6 +263,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_ro.csproj index 23a658d895b..7ff3bf25e37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Avx2_ro.csproj @@ -1,33 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - False - - Embedded True - - - @@ -195,12 +176,12 @@ - - - - - - + + + + + + @@ -280,6 +261,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_r.csproj index 802fe534712..8a4307dbdf2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_ro.csproj index b894a93198e..c130ecb67be 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_r.csproj index b5063d619bd..25c79ff4455 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -43,6 +24,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_ro.csproj index 104f22db3b1..507cf83670d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ConvertToVector256_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -43,6 +24,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_r.csproj index fc65c8327e4..63cb4da75ff 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_ro.csproj index 34529b75be0..6e34a4ba547 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector128_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_r.csproj index e69bef192a3..ef6c6f379ab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_ro.csproj index c20f9904409..28c80949784 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherMaskVector256_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_r.csproj index e58d85d2b5f..704065abc5a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_ro.csproj index 751b7135a6c..bc89969451c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector128_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_r.csproj index 897b729a44a..8ab396d07f0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_ro.csproj index 9dd53d56c96..7c7506a5c5e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/GatherVector256_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_r.csproj index 849ec6fde7c..8439d33375d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_ro.csproj index 4fa2097523f..3ab7265e963 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalAdd_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_r.csproj index d985c5df80a..1dffa19d2b5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_ro.csproj index 462ef9bcc7c..01ec89509fa 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/HorizontalSubtract_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_r.csproj index 6c23f1c7f64..67f67aab483 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_ro.csproj index 7047a74e9b6..b95f4e1cb6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/LoadAlignedVector256NonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_r.csproj index 86ccf0d498d..1aa530dfdad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC7AD883-41EA-4BDC-BFBE-77A78B727D76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_ro.csproj index 33b1ce18048..081505deaad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/MoveMask_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4D4CC0B8-3894-4F6F-868B-C93A7B722B5C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_r.csproj index 89c41f026d6..7a5cdae0f4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_ro.csproj index 2c0e38ccaa8..75fbae83d41 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/Multiply_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded true - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_r.csproj index 9d3ce197c4e..dd957a1a590 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_ro.csproj index b6f78e90e00..2ec148ff7a1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftLeftLogicalVariable_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_r.csproj index db2b1d11b2b..38845ae8fc2 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_ro.csproj index 25b44347cfd..784c25ac55a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/ShiftRightLogicalVariable_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_r.csproj index 14459aad3d7..67625416f7d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_ro.csproj index 9b49f001d81..e74b614524a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/SubtractSaturate_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_r.csproj index e056b55f13f..a67728dff65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_ro.csproj index 1ba8cc31356..107d746a64d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_r.csproj index 046f6af1f1f..85e3e9be74b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_ro.csproj index aa815ac5c85..3062199efe1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2/UnpackLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_r.csproj index 155f14f31df..b17b0fcc602 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -65,6 +46,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_ro.csproj index d4e40460d0f..0d1bff7afb4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Avx2_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -65,6 +46,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_r.csproj index e8d1670c25a..b47ea55de19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None - + - - - @@ -37,6 +18,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_ro.csproj index 27cf3a53845..d086be6f575 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - @@ -37,6 +18,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_r.csproj index 1d51fa04780..aa58cacf3e4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -37,6 +18,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_ro.csproj index 6617feda987..edf68dd6614 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1.X64/Bmi1.X64_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -37,6 +18,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_r.csproj index 96c2b720fc4..d0fe5898258 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -37,6 +18,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_ro.csproj index 856710da6a9..2d0a5f25716 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi1/Bmi1_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -37,6 +18,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_r.csproj index 45c6e6c520f..13bcbc96c31 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -35,6 +16,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_ro.csproj index a0506e94520..8cfb2994c77 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2.X64/Bmi2.X64_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -35,6 +16,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_r.csproj index e935361ad64..3d624e08ade 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -35,6 +16,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_ro.csproj index 6f752553bae..5f872905a66 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Bmi2/Bmi2_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -35,6 +16,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Directory.Build.props b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Directory.Build.props new file mode 100644 index 00000000000..8f84474d806 --- /dev/null +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Directory.Build.props @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_r.csproj index 3bc2a1de0a9..ec783b49da7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -50,6 +31,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_ro.csproj index 729a234a582..84907a98196 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector128/Fma_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -50,6 +31,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_r.csproj index 684e3152c66..03dae687290 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -42,6 +23,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_ro.csproj index 11ac4626a70..8a486b3cbf4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Fma_Vector256/Fma_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -42,6 +23,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_r.csproj index a1e72792593..d1907cf8216 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_ro.csproj index ef1cfbcae14..1de3839b60e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/IsSupported_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_r.csproj index f98ff2d1bdb..d973a11e217 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_ro.csproj index 78f4ca2de45..d5d067cef19 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArgs_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_r.csproj index 8e880300e9d..a63d4f44861 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_ro.csproj index 1eb21a66d7c..89ee7f7b8ee 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorArray_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_r.csproj index afddb1e151a..533bd95a89a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_ro.csproj index dc387b07fb5..45d2b69378b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorRet_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_r.csproj index ea995721396..560a25f3386 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_ro.csproj index 7245cb969e2..577e42d1460 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/General/VectorUnused_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_r.csproj index 3029058fd12..ca65a041f12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_ro.csproj index 699a8ccba2f..0659f97e773 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt.X64/Lzcnt.X64_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_r.csproj index 55d4756ce32..7fe8d80c56d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_ro.csproj index 807a7917f96..1031fafc43f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Lzcnt/Lzcnt_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_r.csproj index 5f60cd4544e..3055fc43b12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -41,6 +22,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_ro.csproj index 8b87e01eac9..516f5121349 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Pclmulqdq/Pclmulqdq_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -41,6 +22,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_r.csproj index 20424b3524f..b2486e4894d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_ro.csproj index ab0b93e8dcd..d2e801fa9f6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt.X64/Popcnt.X64_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_r.csproj index e32ab7ae356..70e6d6873a6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj index a53bf1b5598..822848d52f7 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Popcnt/Popcnt_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17435/GitHub_17435.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17435/GitHub_17435.csproj index ad07586cfb6..f834ca1861e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17435/GitHub_17435.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17435/GitHub_17435.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_r.csproj index ae0490aea33..7f31cf58306 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_ro.csproj index 3995aa777d2..6527c63d67f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_17957/GitHub_17957_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_r.csproj index 23540a76001..59ea3be415c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_ro.csproj index 4d46fc1bb8a..2edbd4baaab 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21666/GitHub_21666_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_r.csproj index 5275f6c9295..da57bccbe69 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_ro.csproj index f9f31fcebc9..454bbdc65c4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21855/GitHub_21855_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_r.csproj index c4589de648e..e3039073218 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_ro.csproj index 05e730657ae..3e5f254c967 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_21899/GitHub_21899_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_r.csproj index f120b6df683..ec5a99f668d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_ro.csproj index f8858c76bf2..29aaab6d261 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_22815/GitHub_22815_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_r.csproj index fd5351ae592..c905fa93c73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_ro.csproj index a0cae72143a..edfcd719b7c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Regression/GitHub_23438/GitHub_23438_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_r.csproj index 6a165cf91ab..4109f20cc11 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -35,6 +16,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_ro.csproj index 18492b4fd7d..06ec6d18478 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse.X64/Sse.X64_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -35,6 +16,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_r.csproj index f23c41cad61..78026dd2389 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_ro.csproj index 0d164be1c74..4dca2935d12 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32WithTruncation_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_r.csproj index d0c005bae39..f8857f6adb1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_ro.csproj index 9b354dcbe9f..6189861f94e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ConvertToInt32_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_r.csproj index e24d9d07719..d3cb7286629 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_ro.csproj index 200c0e9f69a..a2a5036cdae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadAlignedVector128_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_r.csproj index 263e473165f..80989a2adf3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_ro.csproj index 9bfa228c9c7..5561c4a8a15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_r.csproj index 533e29f8215..207d960ad93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_ro.csproj index b8f0bd51141..2c5f0b8ce2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/LoadLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_r.csproj index 6d71126c794..490a3a10c22 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_ro.csproj index 3e203679504..3c74638dca6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveHighToLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_r.csproj index 1d1da84804e..2ff72e41aa6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_ro.csproj index e9d7b1fc86e..bd2c1d68f38 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveLowToHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_r.csproj index 3bc25f2384b..1aa530dfdad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_ro.csproj index a34464e29d3..081505deaad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveMask_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_r.csproj index bd8175c0d50..0a7e69f6e87 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_ro.csproj index 4ba7c1a466b..cb5afcd072d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/MoveScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_r.csproj index 7a8124f266e..35ad22268a4 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_ro.csproj index 7c52e4cc128..b2a952b0153 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Prefetch_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_r.csproj index 8e0467baf8f..38308657427 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_ro.csproj index 5edf53d6fd5..bd8750aeef6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_r.csproj index 467d68346c5..5e14acf0274 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_ro.csproj index 41a6bf5d8a2..5a7a7b51f6b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrtScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_r.csproj index 117987240d1..bd13352c67d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_ro.csproj index a51aa76f649..4c428390d96 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/ReciprocalSqrt_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_r.csproj index cc7fef8efcd..50c70323d93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_ro.csproj index f069d949c83..73efc354fc9 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Reciprocal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_r.csproj index cd1564c275f..afaf69019e0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_ro.csproj index 74c6ba8f09a..581553952fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Shuffle_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_r.csproj index a4a3e26a802..ce962e1a0b6 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_ro.csproj index 4c2acd9e9f3..9b6f9519808 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/SqrtScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_r.csproj index 158da0c9740..f7c5cf7ea40 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_ro.csproj index 15c71eb7d06..6c981a86171 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sqrt_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_r.csproj index 8b00693063d..111c837d127 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -87,6 +68,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_ro.csproj index 283a4e49bdd..cb08f53e3b8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Sse_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -87,6 +68,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_r.csproj index ca2d6670f25..e8d7bdf490f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_ro.csproj index 898514c5b31..f58f7b00a03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAlignedNonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_r.csproj index ac3a96b8ba9..9b4d2157978 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_ro.csproj index 76971162888..0ffe612b8bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreAligned_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_r.csproj index ec8168bd51f..79bf68a4552 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_ro.csproj index 75e1b078296..9f71f77b568 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreFence_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_r.csproj index 8d57ddb8853..d4864d73304 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_ro.csproj index df14a2c0175..0d42ee4ea11 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_r.csproj index 11d44f399bb..2f8e2a66052 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_ro.csproj index 3ea0cb5e2fc..29b165d857b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_r.csproj index 9702f36508b..3dfbe00629c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_ro.csproj index cc587f6645a..bc07c8ae1f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/StoreScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_r.csproj index b704d7587b6..7ee36f0b2ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_ro.csproj index 01c538988de..fe7022510d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/Store_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_r.csproj index e056b55f13f..a67728dff65 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_ro.csproj index 1ba8cc31356..107d746a64d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_r.csproj index 046f6af1f1f..85e3e9be74b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_ro.csproj index aa815ac5c85..3062199efe1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse/UnpackLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_r.csproj index 3f55cf97f5a..b9eb2ffb3e3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -40,6 +21,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_ro.csproj index eef35f58386..6789c3ef02f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/Sse2.X64_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -40,6 +21,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_r.csproj index ba23807d596..ba017982afb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_ro.csproj index 0e525a3deab..8b1c44f7c93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2.X64/StoreNonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_r.csproj index 7cd392c4ff6..333697216bb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {1C247877-EBBC-42C2-BC1C-A8A561DA74D5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_ro.csproj index 24913b33d1a..01c054007d1 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Double_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {015189FF-AC56-4074-AD13-80E8A2A28075} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_r.csproj index 492719c7d13..f909e34c37b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {3CD4F47E-D859-4E65-AEE0-255A88CB5AD0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_ro.csproj index 83830e6cfbb..6a17249f652 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/ConvertScalarToVector128Single_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {29C530A3-9347-4AAB-A067-CDF52A18CA1D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_r.csproj index e24d9d07719..d3cb7286629 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_ro.csproj index 200c0e9f69a..a2a5036cdae 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadAlignedVector128_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_r.csproj index b1e76811945..56c9468395b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_ro.csproj index 5f75aa5831b..bd0225f62ce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadFence_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_r.csproj index 6bb1755daef..80989a2adf3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {D66EC32E-2B69-42CB-8FED-468315ACC6E6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_ro.csproj index 777af1ed587..5561c4a8a15 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadHigh_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {B18176AA-379C-4342-B935-F7EA744FBF1C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_r.csproj index 4bf8940c6ef..207d960ad93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {6E924376-838A-4BB6-92D2-21CE6113B7CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_ro.csproj index 6ba61487551..2c5f0b8ce2f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/LoadLow_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4E630B88-6F20-428D-A8F0-7A4B24C4BCE8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_r.csproj index ec4958f7ab0..617f9d12ad3 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_r.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {EC7AD883-41EA-4BDC-BFBE-77A78B727D76} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_ro.csproj index e141a154941..ca4bce0ee6c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MaskMove_ro.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {4D4CC0B8-3894-4F6F-868B-C93A7B722B5C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_r.csproj index f582a9764b1..cf8de8f731f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_ro.csproj index 16c51ef8232..d018b1db059 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MemoryFence_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_r.csproj index 0c33c7578f7..3f92b5fca6a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B80D700-B05A-4D16-BAF9-ED6EDD08B693} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_ro.csproj index d4bf4edd44d..eeca522a260 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.Int64_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {12E4FEBD-6650-40E9-8D42-99BCC12FCAB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_r.csproj index 7cb43be77ec..642549f34a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B80D700-B05A-4D16-BAF9-ED6EDD08B693} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_ro.csproj index 029c17c757a..53360057b9e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {12E4FEBD-6650-40E9-8D42-99BCC12FCAB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_r.csproj index 77be19596cd..79d5a2d432f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B80D700-B05A-4D16-BAF9-ED6EDD08B693} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_ro.csproj index a8f37abd1f3..178feeb9c68 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {12E4FEBD-6650-40E9-8D42-99BCC12FCAB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_r.csproj index 441308072a6..e82dd43c49b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {D7FCA7C1-F6E5-4731-926B-65ABCF7ACA5E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_ro.csproj index 3b3af3ef56f..8b1f77073df 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/MultiplyHigh_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {266DD6E8-A588-44D7-B208-3F5A123BB577} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_r.csproj index 0ebb93a0842..0a64221c2fd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {750A2506-0993-4BD6-B350-9D1CDF4736A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_ro.csproj index 39d9ffda76f..eca14dbc7a8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Multiply_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {9B509A79-A647-4FA8-A057-0D7935EC3A0A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_r.csproj index efd5d8902f0..9c24bda1e1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {51841B25-F26B-41A4-8C77-C7FE92548A4C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_ro.csproj index d143c9c287e..62425ed4024 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/SqrtScalar_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {066503AD-D4E3-453D-AE7A-685199416339} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_r.csproj index b2f2023e2e3..e423117d593 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_r.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {51841B25-F26B-41A4-8C77-C7FE92548A4C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_ro.csproj index 29f06527ad3..30524c2e402 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sqrt_ro.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {066503AD-D4E3-453D-AE7A-685199416339} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - False - - Embedded True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_r.csproj index 2d1d88a80ab..34da3a5610f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_r.csproj @@ -1,33 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - False - - Embedded - + - - - @@ -285,6 +266,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj index 929c71e80bf..60934998436 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -283,6 +264,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_r.csproj index ca2d6670f25..e8d7bdf490f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_ro.csproj index 898514c5b31..f58f7b00a03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAlignedNonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_r.csproj index ac3a96b8ba9..9b4d2157978 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_ro.csproj index 76971162888..0ffe612b8bd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreAligned_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_r.csproj index 8d57ddb8853..d4864d73304 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_ro.csproj index df14a2c0175..0d42ee4ea11 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreHigh_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_r.csproj index 11d44f399bb..2f8e2a66052 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_ro.csproj index 3ea0cb5e2fc..29b165d857b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreLow_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_r.csproj index ba23807d596..ba017982afb 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_ro.csproj index 0e525a3deab..8b1c44f7c93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreNonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_r.csproj index 9702f36508b..3dfbe00629c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_ro.csproj index cc587f6645a..bc07c8ae1f5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/StoreScalar_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_r.csproj index b704d7587b6..7ee36f0b2ad 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_ro.csproj index 01c538988de..fe7022510d0 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Store_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/dir.props b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/dir.props deleted file mode 100644 index b663c728886..00000000000 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse2/dir.props +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_r.csproj index c563730132f..acff3e20429 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_ro.csproj index a2c90958ad7..c31c614075c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadAndDuplicateToVector128_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_r.csproj index 7df1741e369..a8876cdcfdf 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_ro.csproj index 44cb3187042..e99f2a4b0d5 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/LoadDquVector128_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_r.csproj index 5f88badea2d..75769b6eff8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_ro.csproj index a6ead7472f0..8df7f4fe509 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveAndDuplicate_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_r.csproj index 91496f4a534..20f4c8729db 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_ro.csproj index 038189abca6..98bd35af07b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveHighAndDuplicate_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_r.csproj index 2dd54fea0c0..218f80a9d3d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_ro.csproj index 732adf8a06b..f1986d1fd7a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/MoveLowAndDuplicate_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_r.csproj index ed56544ecad..77923926c93 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -36,6 +17,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_ro.csproj index 619fce9dec8..5bdc765982f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse3/Sse3_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -36,6 +17,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_r.csproj index 1209c0bdcff..694ae59b146 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -40,6 +21,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_ro.csproj index e7746ffe4c4..1d80c7d7111 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41.X64/Sse41.X64_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -40,6 +21,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_r.csproj index 8787996813b..cbafddfab39 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_ro.csproj index 6a67f98db4e..5b073188ecd 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Blend_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_r.csproj index 698d939b775..13c235af578 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -43,6 +24,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_ro.csproj index 5050fc2d193..b69702c7c1a 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -43,6 +24,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_r.csproj index 8644886ca64..e5dd732907c 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_ro.csproj index 7563ca15874..26c9925675e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/DotProduct_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_r.csproj index 29eb468c4cb..4f519593d73 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_ro.csproj index 80d716f9a43..dec87a5c632 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/LoadAlignedVector128NonTemporal_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_r.csproj index e14085b90d4..0c90d9ac53e 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_r.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_ro.csproj index d837f65accf..5469346488d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MinHorizontal_ro.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_r.csproj index 65ac6bad043..dc458b86f3d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_r.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_ro.csproj index 0f83295c5f4..21bf78a791d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/MultipleSumAbsoluteDifferences_ro.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_r.csproj index 89c41f026d6..7a5cdae0f4f 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_ro.csproj index 2c0e38ccaa8..75fbae83d41 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Multiply_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded true - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj index 50cad6efe50..d52ca31f719 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_r.csproj @@ -1,33 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - - - - False - - Embedded - + - - - @@ -117,26 +98,24 @@ - - - - - - - - + + + + + + + + - + - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_ro.csproj index 9445151a701..fb4dfe3214b 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41/Sse41_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -115,26 +96,24 @@ - - - - - - - - + + + + + + + + - + - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_r.csproj index bf69d5637af..e4350e99d33 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -39,6 +20,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_ro.csproj index a4ed64554da..a4f1c66ce9d 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse41_Overloaded/Sse41_Overloaded_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -39,6 +20,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_r.csproj index 1fcdbb82adf..a8c5b6d5a03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_ro.csproj index 5dd67bb75a2..5f0919bd2e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_r.csproj index 1fcdbb82adf..a8c5b6d5a03 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_ro.csproj index 5dd67bb75a2..5f0919bd2e8 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Crc32_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_r.csproj index 2196fdd8a59..797c1ee3f37 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_r.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_ro.csproj index 2105e9bff03..906c41e1617 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Sse42/Sse42_ro.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_r.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_r.csproj index c9181f0854c..46f81feffce 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_r.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_r.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded - + - - - @@ -63,6 +44,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_ro.csproj b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_ro.csproj index 3c364f845bd..9bb237dda57 100644 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_ro.csproj +++ b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Ssse3/Ssse3_ro.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - Embedded True - - - @@ -63,6 +44,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/dir.props b/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/dir.props deleted file mode 100644 index 696ab10ba43..00000000000 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/dir.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/HardwareIntrinsics/dir.props b/src/coreclr/tests/src/JIT/HardwareIntrinsics/dir.props deleted file mode 100644 index 91c442a6663..00000000000 --- a/src/coreclr/tests/src/JIT/HardwareIntrinsics/dir.props +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj index 2732495425f..29d61f56766 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj index 00268010e98..d15988bf310 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/add_ovf.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj index 21e0ba0ec22..541b0bc50cf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/and.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj index 8e5802ac1cb..bd16bdf8dec 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj index c8460420f63..12d91d9b6c2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/beq_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj index 41d8b9406a2..91abc89e557 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj index a35d941badf..d6c1fe51be9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bge_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj index eead1920346..fbf61a57953 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj index d8e72736d24..1400638081c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bgt_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj index 194a8fdd18f..957ae9966f6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj index 3b3235ec14a..24eb03886de 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ble_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj index 75f3eb0e1d9..12c7cce1397 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj index 74af9936a45..b31aedc582f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/blt_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj index 3dbbd09754a..80aaac64bc8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj index 0647328dd21..6f1cee46502 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/bne_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj index 09fa8fd868c..80b725158fe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj index 4dd52a98f67..438213f72e3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/br_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj index b77d6608f01..9eb76a5103f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj index a0cdfa4d378..ef7e0e8a199 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brfalse_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj index e194ae97258..f3ab7bdf405 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj index 7bfa76f65b7..9728ebc71ca 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/brtrue_s.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj index 0331b45899d..43047b6a584 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/call.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj index 0d3f2f6ab46..84861d216b6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ceq.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj index 57d3feb68a6..372700b6e17 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cgt.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj index c306add20bd..f4a1036e6db 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ckfinite.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj index 779f645e458..e1962ed723d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/clt.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj index 35db6cd7cfa..f1671d9c7e9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj index b89fddc0895..ebe5127dc69 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/conv_ovf.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj index 5216b2b298a..73cfcbbc6d2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/cpblk.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj index 83ec3aafd5f..b1aa21bb357 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/div.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj index 59de76325a8..89416512105 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/dup.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj index 6844ae54858..3e54fd776b8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/initblk.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj index 887b425c97d..fa6df036bfb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/jmp.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj index 5a99f4aef1d..d91807c030d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_n.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj index e5a1751a62c..e73f1fd1b16 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldarg_starg.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj index 73ba0c19c2b..131aefbc8e1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldargs_stargs.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj index df18a997c14..f47d65216a4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj index e6eaa40709a..f186c2ae565 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldc_i4_n.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj index 8faa55535d1..8d237256be2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldftn_calli.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj index 6331fdca82c..06441b0b227 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldind_stind.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj index b9903b73cec..69b6a44c0ef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloc_stloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj index a6a1eae02c5..5cc19aecf64 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldloca.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj index ae64909ef3a..b4084bdddf6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ldnull.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj index 2b6fd884472..05aca005a17 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj index 0851e35944d..0213013e9b6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/mul_ovf.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj index 37522ca5b45..c09021b6c58 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/neg.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj index 8ace684e3a6..12805248e12 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/nop.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj index 61f4acf698b..3b0325546ae 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/not.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj index 1150744ceec..1a52310f4f1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/or.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj index 4f4337c7a3e..a4b17036216 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/pop.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj index 89b0f70bea1..34479937648 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/rem.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj index d3ab64427ee..e3be3ec003a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/ret.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj index 2325ecf31de..cdbd3925df6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shl.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj index abc0e643b32..aaf99316f8d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/shr.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj index 1eeb5a93cb2..8460a634ecd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj index 745ef8ae6b6..57400522808 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/sub_ovf.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj index 8c55e483da5..00bc157ae8b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/switch.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj index 7dde9545b07..1e795dae0b2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/tailcall.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj index 53eca9604d9..e8fe50c8068 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/unaligned.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj index b93229e131a..19c03a75084 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/volatile.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj index b012339fbcb..d5a35680a24 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Base/xor.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj index 4d854b2bbd8..020ba246149 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ConvDLL.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj index a84a4c7c400..c24f50d97a5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj index efe31841dd5..cb83b8ce0f3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_I8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj index 9941192ef22..3faf9887c35 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/Conv_R4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj index 25207595e22..7f0b6eb00ed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_I4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj index 9307d7e0dd7..0b7247a592d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj index 46d26419967..2d8ef3a687c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj index e894f929c17..523d085224e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj index f28cb6f225b..77b96c95556 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj index 09aeb3b8b30..8313867992c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj index c9be3262ac5..85efc3316c6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_i8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj index c9ec139e88b..e7f22c8e130 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj index 17df7a7c0bf..606e4d5b7cc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj index e8c9bc53213..992bacf9bcb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj index e6d76bebbd0..ec2f20c5caf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_ovf_u8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj index 6d8a693b388..357cb72b818 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj index 6d23722f634..4d03e0143b0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/add_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj index 8d52be15fe3..2bbd06d6d89 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj index 5cea159829f..9c7e1243957 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/and_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj index a53b0038c8d..072b077572e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj index ea155cfe4f0..9cfb9601286 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj index b5c0b34c5d5..ee129f4aa3d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj index d158045b254..cef275ea494 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r4.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj index 74df2b3c385..e92e57de25c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/beq_r8.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj index 5bd052d1b37..05c70b513c0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj index 248c6e4b4eb..afde5a5b2f7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj index 328f29f4a0e..b5e9a76cdac 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r4.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj index 274c3728f80..62ed8ad0972 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_r8.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj index bdb2b082b8f..53a14c41acd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj index 350debb0384..003b3e074fb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj index cfa6cd45e53..3ea12375714 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj index 23035f412fc..ba5b4cd8572 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r4.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj index 6d128d2a437..ca67fefcb76 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bge_un_r8.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj index d62f64a2c8a..31c9274ac12 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj index 4ca599d73a2..61f6c2318ea 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj index 281633218ce..2c950822128 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj index 69463f6a850..0058693d91e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj index 762cdb9d72e..c651410c598 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj index 94de465f029..7140cdc8568 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj index 2d89118b8c5..82b632ae9d0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj index d4828c90ddc..2c28941ccb2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj index 826275599a2..23d4865fe73 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bgt_un_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj index 60ee5a96935..17a62be3a5d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj index c2222ae8793..2e141f7005f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj index dcc5f66022f..af3ed7a88f5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj index d3824589941..11b51b744b9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj index fef4d7e2d96..8b5ec037eb1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj index 8af3e3aa008..13cf73cf6af 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj index cf8f9cbb45f..a33dee0e63a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj index fe193fb0056..d4c7dc5bcb4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj index 8e7a656a633..bb650180a4b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ble_un_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj index df806ff1f15..ff327e855cb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj index 7cfa918dfef..25daa694f3f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj index e2752330922..d4ae3ba277e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj index 6a398b4e81f..a8a8e312449 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj index 645109c5046..5d1795b7dfa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj index ccde19eec10..af1e52cb2b2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj index 7f29481b5d2..7ae8b742808 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj index 6be683e9ac0..dd82f011b72 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj index 4bfc76d6bc8..7a5de90ba52 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/blt_un_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj index 93f58a1cbd4..23f0f085e84 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj index db9456ae9e6..21ad0492eae 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj index e396e30c74d..951066a0c79 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj index 13682ab7c5d..891402dd071 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj index 7cec2aaa987..eb0db5833a1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/bne_un_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj index 09fa8fd868c..80b725158fe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/br.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj index b77d6608f01..9eb76a5103f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brfalse.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj index e194ae97258..f3ab7bdf405 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/brtrue.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj index 02451905954..d0825cfb35a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_br.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj index 87ae9c6c5ff..a28cda17a61 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brfalse.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj index 5fb8b77433a..31e02293d20 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_brtrue.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj index 5fd29889b33..88fb4f52cc1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_call.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj index af12a248581..562fb029226 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_cpblk.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj index fdf9b872b45..6f1802937cb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_initblk.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj index c6eaa648572..f2ad043f329 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ldvirtftn.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj index ac9e31ca46f..7d4f6b21d52 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_localloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj index 33f9bfa2e74..5c7f851bfd2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_nop.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj index 5b089021ce0..cbf61f1abdf 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_ret.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj index 357e798ecde..067de1202bd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/c_switch.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj index 0331b45899d..43047b6a584 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/call.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj index 5fed1b18ab9..7f5901aa880 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj index 3792e4ebce4..dd411d1c146 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj index fe7b9888d1e..752edbef89d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj index 659bc34ae3c..96aaa763d66 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj index e85c70ac21a..a698e08f625 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ceq_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj index 5fbed0c2e2b..4ac45aa101c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj index d7379263ca3..a62e4733e19 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj index 0346c5f47fe..62914b5d4fd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj index 8252f31ca72..3a44131292a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj index b465528b87a..2b8a3c693c3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj index 1b52c0264d9..874bc7dc90a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj index 0c7100315c7..54a8444d786 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj index e01fd778295..856ea1c30e0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj index 5da4b278c78..f86cf31a8f7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cgt_un_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj index 1631c2e39eb..0c348028330 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj index 2ec3d8833df..83c4acc5008 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ckfinite_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj index 6013fa8b346..2f1023e979f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj index ff64dd60701..bdcb42d1a8a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj index b922c477755..b6f8d9aaa12 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj index 36ccd211e7f..1d4ccdffe38 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj index 0343523cbec..9dd2e331ddc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj index 84efa350f54..b82bfa02bdd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj index 939d4101eaa..451417d74bb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj index 51901291e6a..d647f80ffb7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj index b24f6134ee8..afb88db627e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/clt_un_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj index 3f96642a96b..07460e3f7d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i1_un.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj index 3b3b9bd36c2..d6fdfb16f37 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj index da401a0a856..e5d01b0c6ef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_i2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj index a0c35f65d00..de355b69ca4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i4_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj index bc5bdfbaaee..ab3b41778a5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i.ilproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj index ead86de759e..c3a3c9c1fe5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj index 4f9aa4b4ea2..45482ac44c0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_i8_u8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj index ab162f236bf..726f581fc3f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj index f4efa4523d4..1bc400e53e4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj index 9f01eedd5e6..da86248c9eb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_r8_i8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj index e0741ee9f1b..9708fd4cc12 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj index e7b6d62859d..8aca5794c9d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj index 7037c7bacb9..6795ef46c06 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj index e14b07fd790..cf77c47d075 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u4_u2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj index 766e5cae2bd..09e937db7fe 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj index e1126d2a39f..c60446bd393 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/conv_ovf_u8_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj index 5216b2b298a..73cfcbbc6d2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/cpblk.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj index 49bafed154b..335297dcfa7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj index 5b61304a888..055b3d531ef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_i8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj index be7765f35c5..6cd0cd2a4ce 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj index efdd449b236..8fd55d8f851 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj index 8f702ae91f0..aecbf9e5d63 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj index 907dfe968bd..7c352af52e6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/div_u8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj index 221dc717464..4f328a082d7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj index b1d3bbd97af..fc896bf5875 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dup8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj index e04811bcc20..cd93cd68e99 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/dupi.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj index 6844ae54858..3e54fd776b8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/initblk.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj index bdfac94a256..d1560158fb3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj index eecb18e9ad9..55b60d49ae0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj index 6e84d84bf32..e72c591b7b6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj index 945df681113..7b88b50292e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj index 345a72ac19d..71fad1e2a52 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj index 2cfa28c687b..f45be2536eb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarg_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj index 54423ce4179..000bf08f9b2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj index cb4c5ad3392..c3bcd951b14 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj index cd441265e4a..685c7c3fea0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj index eb0d191a49b..c40859ed4a9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj index 96f969ad878..d7343c714e5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj index 5c7c8720f55..0b40e210b71 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldarga_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj index 04d4d7dc7bb..b0a101fc43d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj index ae98b357a7d..a3f3cd28865 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i2.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj index 5b7a95108cb..22685d698dd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i4.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj index f9e3557e4fd..345525f4238 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_i8.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj index 97142f6e03c..3521dcc76fa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj index 3c532f7cf1a..1f87296a804 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u2.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj index 3bab5db5305..85d47985acc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u4.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj index 837d1abb438..50f35d9d778 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_add_ovf_u8.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj index d4844c9b56f..75e06f9861a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_cpblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj index 1726857db06..e1a64d8bfc9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_initblk.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj index beb5d57077c..b73701a949a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_nop.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj index 47916423aec..2f3e00fbe7d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_ret.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj index 7f175ed81bb..5dffbf7edce 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_c_switch.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj index beee8f8dec3..30a6d0ccce0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r4.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj index 046144c7faf..8e75cfd39b0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ckfinite_r8.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.ilproj index cea2f089979..b55f5de1400 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i1.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.ilproj index c503940d1a6..752a50f8313 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_i2.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.ilproj index 67c6087195c..0e18dbd7570 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i4_u4.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.ilproj index b371f75a72b..a4c8c584e4a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_i4.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.ilproj index 57e46437ca5..7556ad0f8cd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_i8_u8.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.ilproj index adb9dbeb272..0a1dac8cf6e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.ilproj index 0e00ba3bb6b..c4ebc7d6e48 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i4.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.ilproj index c043d899f1d..aefaadc36bd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_r8_i8.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.ilproj index 7b17e2aea33..982bfc13673 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.ilproj index 19e24271895..3d45a5d45ea 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_i4.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.ilproj index a6caf4571ce..d4878ea2b94 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u1.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.ilproj index d6d4ff81a64..8c6c237beac 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u4_u2.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.ilproj index 4a1734f486c..26e8becd0dc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_i8.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.ilproj index 9dd6ee8b491..b9b6a3b4a51 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_conv_ovf_u8_u4.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj index 03825b39937..abfb40e1509 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj index 995f977e16d..19a1d7665b3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj index 49feabb1d08..94b81ba3054 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj index a9e4f427d41..a05ef622c11 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i2.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj index 75aec95b729..10e2817e014 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i4.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj index 75f5144a532..625be6af607 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_i8.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj index 4e4556c3968..3fd6e2afc5c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u1.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj index 5376cb269d2..76135c9f14b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u2.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj index f24b134f8e7..6169280babc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u4.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj index 753cade5c16..8eb0598e696 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_mul_ovf_u8.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.ilproj index 111896a83ad..d113755e4a4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i4.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.ilproj index 9ea96792b7e..baa2ee92d6f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_neg_i8.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj index 99f5a85c98a..a129706d4d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj index ddee66d20eb..6cd9206b533 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.ilproj index 6286d774458..52ab653f623 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.ilproj index 3ce7ea75e91..c7fd659cbf6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i4.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.ilproj index 002ea2c3efa..0cf0a271339 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_i8.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.ilproj index 8f6ae6d167c..c697e64b586 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r4.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.ilproj index 2ebba0daa7d..fe8187ba399 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_r8.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.ilproj index c6d44f00c42..b7f140c3f0a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_ret_ref.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.ilproj index 29b590a244b..1ced492f2fc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_i.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.ilproj index 9bfee26d888..d8a8d04a200 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i1.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.ilproj index b03337d954a..a0240e427fa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i2.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.ilproj index df11390fb8c..1ef47e6efe8 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i4.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.ilproj index d35c08ed6fd..6c88d93599a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_i8.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.ilproj index 9762a0039d7..91df0f6fc28 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u1.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.ilproj index ce060a0a17b..2428537ca86 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u2.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.ilproj index 2b600ac0b23..eaee0779fcc 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u4.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.ilproj index 6f10be2b6f7..f1a98166aaa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldc_sub_ovf_u8.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj index fa16fda6cad..aa13457c7e1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldftn.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj index 0c0109ae577..da60f5c5284 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj index 9032db0481f..ca35f3d8af7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj index 1f86629927c..e7985e4e0bb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj index 2827e9d51fd..f2f8b8dad24 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj index 25680a317ab..08aa3a7abdd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj index 95fff5c59d5..2f542582e7e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj index f52042fc59d..a57d09aebee 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj index d1a72331210..416ac2c8ffa 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj index 1475abd4ebf..2bd71989cc1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj index b8dffd187b2..34dc8c12dd5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj index 815aec7dbe5..18869e1960f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldind_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj index 791fa92052b..1676bf74d8c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj index dcb636d6515..825b0fc9ed3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj index 2d01ef5bb87..9773e04eb47 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj index 0f6459a73c5..8cc093c2d88 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj index 657f81dd135..b2f6a24a75b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj index 092d82eb206..a3cdf75619c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldloc_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj index bb0bdf3b6b1..987c38cb198 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj index ecf9ee018b4..e45904228f6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldnull_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj index 0344635b19c..3c8c4c2ac6f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ldvirtftn.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj index fb8eed600cb..42599915492 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/localloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj index 978f993ad13..146943d27eb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj index a58df78a32f..90139113040 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj index 5497b420172..21f31764d24 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj index 5f3d73db14c..95dd7cfbcad 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj index 343a4509dbb..e45eef11be3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj index 367ee8d12cd..2245ea85225 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_i8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj index d52a1fca3b6..27af230a61e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj index 31f42ffa821..d5def3d7a78 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj index 28f2349600a..0c6386c7e6f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj index 6c10be6a3f0..737c1a0b5de 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_ovf_u8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj index 79b50b05f7b..621cc9225c4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj index 7da09dad396..1805d739eed 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/mul_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj index 85d59977cc3..c8afad4b8be 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj index 75f4cf5544a..e2f2fc07334 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj index 9c5f2b2b038..a5d9aa47e73 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj index ff11b99f861..c49f1255e4c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/neg_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj index 8ace684e3a6..12805248e12 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/nop.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj index 32cd0fc4444..b1739f53727 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj index 2ed9cc4e823..f145561c377 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/not_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj index 08e84a455b8..0e1dfaac408 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj index 31b851ea517..3d3d612794b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/or_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj index 16e45392d98..1a97901ac36 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj index 2b7245879b3..fe78ee916d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/pop8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj index 5e7f1da4b1f..125d7f151d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/popi.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj index fd50063a307..7b2a6c1cc1b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/refs.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj index 6843aff8ed1..b409198ea87 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj index d6f6b06bfc1..2a072a9ff0d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_i8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj index 693021a6f53..2c5bcf78f84 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj index df63c916b72..8efacb08e7f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj index b8b6f829fd6..6cbb6b2c210 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj index 589774ca814..39dcc26747c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/rem_u8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj index d3ab64427ee..e3be3ec003a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj index 768eee891b8..75105a5f22d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj index ef0b6813f8f..d62531f1232 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj index ce4f34b8b01..06efd7c8e03 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj index 95215129661..df31cc0fefd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj index ed9ea85fba7..bfed6fad665 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj index a1ddb7ec069..5ef009dc1ef 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/ret_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj index dddd717fe8b..ee56e3f2af4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj index b34c17dbb7c..a4d5d644355 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shl_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj index 13213f76044..a0d07d54ed5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj index 951f9ece673..fdebff501b7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj index f6549ed9527..a83e8cf5618 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj index 6d71859a348..938afac9c10 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/shr_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj index 9df73de2c82..93eec17a7b9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sizeof.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj index 6020defc5b6..fe17900897e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj index 49ad6edf31e..504476c2032 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj index 223b03e6e4a..0844595850e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj index 96b9b3469b1..ab3847e5cac 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj index d19a9372d3f..877ea087eea 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj index 658c834887a..70c6cc300b7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/starg_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj index 96fdd26c727..5d97c428d7a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj index 9cd80e7d2f2..bbca2c714d6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj index 0a838bb04ab..b0092dedc64 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj index 7461b085659..6887bf48ec3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj index 9050b6e6c03..07aa49fe7d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj index d26a9380dd8..460c08d16c6 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stind_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj index 3a69a27dfe0..6323761da3c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj index 251875b9cc9..1269248f080 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj index 26966288e59..20ba5da631e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj index 4c611e5c09d..1c81c8ae4f1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj index aaf5267ab46..2f01eb44ced 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj index 69c136b5117..5bb633c54e9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/stloc_ref.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj index 987fdcb722c..d50701632f1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj index 0f887c8f298..6920fbd0e61 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj index ec47356b62e..386a022ae6c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj index e58ce99d2c2..622f958eff7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj index ab09c3c584f..9ce374c8eb7 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj index b32514981bb..38d58d184f3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj index db4b3bbf28e..4d679494bc4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_i8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj index 048d376d978..31a36368a49 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj index d10545887fd..b5e8a206657 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj index b1505e3c422..0621dbab9af 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj index 2ee5e47f127..1547eebbc05 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_ovf_u8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj index 2fbd4943d89..ae6c438cf00 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r4.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj index 2ce307ebfea..eb1fe44c8ce 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/sub_r8.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj index 8c55e483da5..00bc157ae8b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/switch.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj index cea69d9dded..ef87570f3c9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj index 2e2dd58e81b..8a3bb031803 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/Conformance_Base/xor_u8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj index 8b95749884b..8d2ed0fa2e1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/AutoInit.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj index a1c35608b3a..dc481a3dcd1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/heap_ovf.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj index 04cb963a560..cc744b69c77 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj index 034ccc2ef6e..21178c36d3d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj index 6ed368bff8e..d0c44990d80 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj index d1521688629..75f5feeac5b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj index d70e47a030a..0175ae5313d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj index a88a24a156f..c9963628da1 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldarg_s_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj index 4acc812e5dd..548abac017a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj index 525e7cab9ca..647a21779c0 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj index 94494e66c7f..73dfeb8907d 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj index eaa19e821c3..36beb7a488b 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj index 6efc022e3cb..3727f419cbb 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj index 420b4e86745..5407d82cff9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloc_s_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj index 031885ec920..6a1178ac4d2 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i1.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj index 49548356abc..b7a4c70dfda 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i2.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj index 22df691fb51..ad7a949f3a3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj index c9c38612bf1..6d8ed462283 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_i8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj index 90eaa48c86e..9c03159a70f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r4.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj index 2e9a1fcd2d5..d550b1e1fa5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/directed/ldloca_s_r8.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj index d52cdaa4205..74b4ffab98e 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/Box_Unbox.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj index d761ae20e2f..581111bf0e5 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/array_tests.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj index 2a3371cb9f5..e578ca97394 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callintf.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj index 111a4670c0a..54a71400696 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callnonvirt.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj index c7b766fc515..3714e4b168f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callstatic.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj index 714a3e60d43..c7c65357b57 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callsuper.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj index 0e050ecfc3a..24db680f7d9 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/callvirt.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj index 396c6cfe45e..8973c1db939 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/castclass.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj index 410b909a000..8fc711dc372 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/cpobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj index c92404fa1ab..3a3b2f40b91 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/field_tests.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj index d6c059ebb07..3ab23cc9bdd 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/fielda_tests.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj index 9bc2ce0c4a1..8baea931804 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/initobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj index bbab22889a1..cba1dbd5f22 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/isinst.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj index 759bd1cf339..49fe8050c50 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldlen.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj index 9b947f9966d..f3cf514f67c 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj index f47e0cde541..26e36f9d2af 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldstr.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj index 8b2120ef8ea..9fead71e0a3 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldtoken.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj index 0344635b19c..3c8c4c2ac6f 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/ldvirtftn.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj index fb8eed600cb..42599915492 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/localloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj index 9b669aea6b8..01a43bddcd4 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/newobj.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj index 9a007612c18..294f7d52a6a 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/seh_tests.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj index ac9af0a50f7..e22e51b2c61 100644 --- a/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj +++ b/src/coreclr/tests/src/JIT/IL_Conformance/Old/objectmodel/throw.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_r.csproj index c503fa76e1a..cde2c06d9a6 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_ro.csproj index 49911509627..a0bee622bbd 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/BinaryPrimitivesReverseEndianness_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_r.csproj index ca3df051f64..593c0683bd0 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_ro.csproj index 0b912dc217a..d84ffd21432 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingDouble_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_r.csproj index 2bd64439fd8..50cd39bcbc4 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_ro.csproj index 5ccf9a395ac..e2fa4cd179e 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathCeilingSingle_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_r.csproj index 3f6bd4d495e..9b670da8a42 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_ro.csproj index c1830a12493..180501be324 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorDouble_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_r.csproj index bf0b95ad644..1a411666623 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_ro.csproj index 3a3d3e0d721..fb5630a8050 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathFloorSingle_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_r.csproj index 056ef70526c..aadd0a40fb0 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_ro.csproj index e6f6a6f966e..ef13c91d0a3 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundDouble_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_r.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_r.csproj index fa1845c11b3..a632f7f44b2 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_r.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_ro.csproj b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_ro.csproj index d8db5f66f36..1795200a5c9 100644 --- a/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_ro.csproj +++ b/src/coreclr/tests/src/JIT/Intrinsics/MathRoundSingle_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - true None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_b.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_b.ilproj index 3ff2695fc43..6650f42cea6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_b.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_i4.ilproj index 964bf38695a..8bafa72ae50 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_i4.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_objref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_objref.ilproj index 0026263166c..2f4175fe6d9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_objref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_objref.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r4.ilproj index 2355d9b3278..237b5460e7c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r4.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r8.ilproj index ebeb95c3b96..aa21ccace97 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_r8.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_struct.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_struct.ilproj index c28993b9a52..d5d7f813795 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_struct.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_u8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_u8.ilproj index e92b4afe466..b5ee3efc0d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_u8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_dbghuge_u8.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_b.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_b.ilproj index 999f9ccf394..acecaa18c97 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_b.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_i4.ilproj index 0fdec883c4b..5c244351983 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_i4.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_objref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_objref.ilproj index 594497cffdf..94e605a4c8e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_objref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_objref.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r4.ilproj index 7c063abcb08..02b8518cea6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r4.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r8.ilproj index 06d06db8016..c647fd99504 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_r8.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_struct.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_struct.ilproj index 96b153d474a..bcb4b57f54b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_struct.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_u8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_u8.ilproj index 7540a7330ae..a4bb97162fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_u8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge/_il_relhuge_u8.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj index d235e209202..ad153de1e48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/huge_struct.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj index cae9de6903a..5bbd9d21654 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5286AA16-A28B-4619-8842-73A9D89234B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj index ce147440899..f8177935821 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcs2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C6E13C6A-929B-413F-8D38-80F3E5E94A0E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj index fdafde49188..92554f1f107 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbas.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1242903-9B22-4575-BEB9-D0300420705F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj index 4707625d52c..9bfd86e0ec3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsbox.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7F5BAD59-A81B-4154-BD8F-3F78F97D8255} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj index 2ae7aae7737..460340bda32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmax.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2FF2EEFB-5E2B-47DB-A4A8-E52EB641DC49} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj index 85f57224caf..da88bbcd341 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsmixed.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D70C99ED-C081-4812-9B65-9B32B12ADC2C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj index 461a4f961d2..65b6c704429 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {229C7705-C14C-455D-9D7B-BED5F44DA541} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj index c482bcbf862..4064bb61053 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_dbglcsvalbox.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8F624618-F2BC-4CF6-A29C-F55B62508180} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj index 6ff815c034d..411ad1841e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_dbglcs_ldlen.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_rellcs_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_rellcs_ldlen.ilproj index d83d1b4517f..19a4fa59d19 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_rellcs_ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_il_rellcs_ldlen.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj index bd34b5bbe17..08822aaa374 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F6030F53-7EA9-4F85-93EE-583C70D4E382} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj index 7839dae6a32..6b7ddc76b58 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcs2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9E5B5249-574A-4DF1-8FEC-CEB6BBEC7F44} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj index 64e72b9ca0a..14b58bc0789 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbas.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {383D2C5A-0D0D-461F-AC9E-16AC87A1EE41} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj index 6dbdbe89c2e..588c1e65e88 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsbox.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EB3126F9-9BAD-4402-B05C-D4911647914D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj index 70583a6812c..a99f2e5731f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmax.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0DE45EAD-6D45-4C9B-95D7-7B42478D3271} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj index 0513a1fca7d..599921301e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsmixed.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {04507495-DE8E-4FDE-98BF-323CE49114CC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj index 34fa01f00ab..16b9e015d7a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DBFA497E-DB71-4362-8A35-9F0A8A5B99B1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj index 8088f888af0..adda62bc6c1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_rellcsvalbox.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6D59C069-4635-4971-9C44-C0FD0AB478FE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs.csproj index c10f0fec24c..63954b94fd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7F2BE09E-FB70-4867-8510-92CB72423557} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs2.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs2.csproj index 195bf47cc23..b862db8362a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcs2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFCB5240-B25C-4731-B438-901AA0A46CA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbas.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbas.csproj index a724a4c93c6..00561c71ffd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbas.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbas.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {08D7A761-C3C5-41DA-8EDD-73FDDA2141E0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbox.csproj index 8f095dde575..fcc7f0192bb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsbox.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2047CED4-FC91-4429-9FA3-B1AA18B92617} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmax.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmax.csproj index 3393219b3b7..a27750d2865 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmax.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmax.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6113EE4E-E070-4A64-B6DA-9C0D81D5FF67} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmixed.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmixed.csproj index ef5b8a1f974..d720893f3cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmixed.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsmixed.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7FA818E6-43F9-4064-8D14-7A3ECF71EC4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsval.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsval.csproj index cc172db2554..4964547a242 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {72BE06E8-0A10-4BC4-A79C-1D09D825AC7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj index d81e01f8917..4a16f2c23b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_dbglcsvalbox.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1A8C3540-503A-4515-9D4A-174F2E7D970B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs.csproj index c9a80d624e7..be881386765 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D81C1BBD-C6DC-4C88-B0CF-1F4AFA212D15} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs2.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs2.csproj index 66dcabd9c13..d48435b7572 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcs2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BA2B856D-9A08-423B-A166-43DF59F3C357} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbas.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbas.csproj index 597add19089..f3efe433108 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbas.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbas.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D8DDFB16-E394-4CF8-9C7D-60EDA36C0DD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbox.csproj index 9a0cead0b3c..5a7134ab0a5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsbox.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9CE7B008-52BD-4C42-A786-0319CD610C78} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmax.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmax.csproj index 55e190fadba..111bf6e2c0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmax.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmax.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0950132C-BFC2-4F19-8125-07CE50FA340F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmixed.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmixed.csproj index ff427fbb644..a8e456b2ef3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmixed.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsmixed.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {44AD9943-B0B1-4DD8-877E-CC3CB6A0D735} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsval.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsval.csproj index 9122c812263..fc65f9a3e0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3170D5EE-2113-4606-ABAB-B3B2B95D0395} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj index 3a546866ac4..cfc3527f000 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/lcs/_speed_rellcsvalbox.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F5D42974-3541-42FB-9C75-3770270E5D94} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj index 9a9f8b6f3ca..25fa17fe004 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgarrres.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EEC386C8-76E2-4D97-8D5F-11413554DA38} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj index 5cd98a25b54..8a3e5b12929 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbggcarr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BA6C694F-CA16-4648-A162-19928FEA4AB7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj index 716b02d38dc..5095d6233e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_dbgselfref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2A8C2287-CDC7-429C-8AD6-5076A13E7AB8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgaddress.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgaddress.ilproj index 6816ea5ce47..0c4d8ed5bb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgaddress.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgaddress.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbggcarr.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbggcarr.ilproj index 11ce3799bb3..7d36f5b50c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbggcarr.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbggcarr.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray.ilproj index eff5f7437e3..dc93ec95205 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray.ilproj @@ -1,20 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ Full false - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray_enum.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray_enum.ilproj index ed24f9d376d..82778fa3c95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray_enum.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbginitializearray_enum.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgldelem_get.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgldelem_get.ilproj index a681cd348cf..fe625754b56 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgldelem_get.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgldelem_get.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglength0.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglength0.ilproj index d68177db424..07ff3eb1e1a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglength0.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglength0.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglengthm2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglengthm2.ilproj index 33295799442..3ba34a79c5b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglengthm2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbglengthm2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgselfref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgselfref.ilproj index f3ffec3c3ab..89b3aff4fe7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgselfref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_dbgselfref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_reladdress.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_reladdress.ilproj index 774b66ddc27..509fbab284d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_reladdress.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_reladdress.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj index f7d13423e96..1020cf984f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relarrres.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly true @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relgcarr.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relgcarr.ilproj index 3fb2beb9397..0dda3af06e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relgcarr.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relgcarr.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj index 42861a0a5c2..28d45281590 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray.ilproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true @@ -17,7 +9,5 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj index 731f5ee4a32..2a6d91a40f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relinitializearray_enum.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relldelem_get.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relldelem_get.ilproj index 0809947688e..8548cbc0d3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relldelem_get.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relldelem_get.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellength0.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellength0.ilproj index 871288234a6..56c6934dceb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellength0.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellength0.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellengthm2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellengthm2.ilproj index fd5851a1b11..4fcd5806ad2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellengthm2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_rellengthm2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relselfref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relselfref.ilproj index d22b74760d0..5f179d693da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relselfref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_il_relselfref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj index f0096992629..f899f381313 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relarrres.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {376F7141-6564-4FCA-8B5B-1FAF03C0FBB6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj index b418fb5d14b..c7d4aa3058a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relgcarr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {52B653E7-69BC-4FD4-B124-A673C88BB72E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj index fb2fc1beb76..262a84742c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_relselfref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {859EDDFE-5EDE-4772-888F-27000A56AA11} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgarrres.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgarrres.csproj index 36f69280646..cf42b4d565e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgarrres.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgarrres.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B5006B72-624F-496F-A429-4AE7E50AEB82} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbggcarr.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbggcarr.csproj index b834868bcae..23904d3c5dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbggcarr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbggcarr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F92F1679-95B9-488E-A378-7ADF531B2D01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgselfref.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgselfref.csproj index 44089918eb3..013b312ad8f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgselfref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_dbgselfref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C8051056-1A85-4BEF-9408-3EAB51DCF52E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relarrres.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relarrres.csproj index 976555fd103..27994eb2207 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relarrres.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relarrres.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E07778FA-E591-4470-BD28-FBA0B45C880F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relgcarr.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relgcarr.csproj index d7677f18ab3..1b5922fe48d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relgcarr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relgcarr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A836F00-9458-403C-A88F-D974F2B39F61} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relselfref.csproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relselfref.csproj index e346d072581..3aab23b8de9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relselfref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/misc/_speed_relselfref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B04EBCD4-E07A-461A-9ACF-922288EF3917} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range1.ilproj index 490b10a9c93..6856440f141 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range2.ilproj index 6e559fb5c98..b614228d3bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgfloat64_range2.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0.ilproj index 0ac691a64e0..97157212531 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5a.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5a.ilproj index b3c6cc350ed..d5d8c58c4f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5a.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5a.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5b.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5b.ilproj index 664f08766f0..83e23df1c10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_0_5b.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_1.ilproj index 6deb0cd90ff..eee35e29fca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_m1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_m1.ilproj index 0ab9bcae9a9..c36a4a0be95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_m1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_m1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_neg_range.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_neg_range.ilproj index 04a893de72b..6b5797a923f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_neg_range.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_neg_range.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range1.ilproj index 2f98ce81066..ec2e68c7617 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range2.ilproj index 5d3e20153b1..4724c2afb20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_dbgint32_range2.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range1.ilproj index 79afd6adc53..0401eb6dd2e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range2.ilproj index bb5666106e9..a8e3b63266d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relfloat64_range2.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0.ilproj index 3050cc6fa09..e422aa94a5e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5a.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5a.ilproj index 05f4b5427b5..ac85de36e7b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5a.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5a.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5b.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5b.ilproj index 40befd89df0..352cd1d3ec2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_0_5b.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_1.ilproj index 98774493d4f..8853141cdc4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_m1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_m1.ilproj index 404c5fe5b11..8e317910ed3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_m1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_m1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_neg_range.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_neg_range.ilproj index e33206cc1de..14f0682ca34 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_neg_range.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_neg_range.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range1.ilproj index 12bb7944d88..4bd7f8694cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range1.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range2.ilproj index 3cfbc20f932..a5201756c66 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relint32_range2.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relnegIndexRngChkElim.ilproj b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relnegIndexRngChkElim.ilproj index e0dd9706256..37542db1d55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relnegIndexRngChkElim.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Arrays/range/_il_relnegIndexRngChkElim.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_d.csproj index 00c13de6b01..68a1d48bc28 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6EAF444E-55CF-473C-99E0-38176828C2D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_do.csproj index ce09bb396ee..50a777bd135 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {10E5D6DB-A089-4539-8A17-6216BD6F98B8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_r.csproj index d195ce20439..c1088014e9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4FAD1625-EF71-4917-9F1F-ED9ABFFB934C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_ro.csproj index 8eb772c0a7a..a86937f9500 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C84C8426-642F-4DFD-BF02-7A6E9F708756} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_d.csproj index 53a8d212f3a..cfbf4ee7ef1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {14163169-6FB4-4A2B-8A4A-A021D006D717} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_do.csproj index 2e67ecbd4f4..6877e9f6627 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7D321758-1C83-4DB3-B51D-27F6FA57AE64} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_r.csproj index 0b74e61a8b1..4ba1a1696a4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {16967885-D7D0-4D58-AF6B-00F5FC54EC1B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_ro.csproj index b02a62b5679..531d01f4f67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i4/i4flat_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B540E45-BDAB-46BC-8657-D6CBCBE61831} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_d.csproj index 7b9aa845cf1..80569fe3b3a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {293FE611-8ECE-473A-913C-7CF09977A544} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_do.csproj index 9bf09d7bfe2..7760c09650f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6038A0C-F7A9-4511-A080-22E10146CFF4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_r.csproj index b182f1afc11..b8fd994fe9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F482BF92-E9C2-4B1D-9E42-EADBAAC53B30} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_ro.csproj index b848cf483ff..3e437a746ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F743004C-99B4-4580-80AE-33EA97834AB9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_d.csproj index dc671069ae8..b58c78e9adb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {364B851D-D4FF-4F6A-AF3B-96D8CDD71360} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_do.csproj index 76f6f709a65..ffc3f6da89b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {12E16CD9-7ECB-44CE-ADEB-93783A7FCE13} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_r.csproj index e4e4ed02f54..dc5d05c7dfa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {21007222-B4B1-49D7-9AE6-D9A4C915A20A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_ro.csproj index 4e520d82b1c..d0c279241a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/i8/i8flat_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A01D75F2-4784-4CF8-BA88-23BC63F3CB0A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_d.csproj index a7acc557fd5..5c7515b0f0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {83C230E5-DE57-4F98-90A2-5E434A64071E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_do.csproj index a4dc7922fd0..c03fe5557aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {019B6706-6421-4BFA-BC71-9CF043491C3B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_r.csproj index 0b8c98374a6..05faf3938d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {70351EE6-B46D-45D4-81BB-E48E359D49A8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_ro.csproj index ed70dc28e90..9c1afa7c544 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FA9A66F5-886D-46E8-AC9B-0CA8E67D6CBD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_d.csproj index 131a40eec0a..e2548c84807 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1F45941-0CB1-4C86-A9C0-22B751B4EC4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_do.csproj index 5ce40ebf698..a4ff63b5917 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B9707CEE-08FE-4DA8-9ED1-0CD2326A6390} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_r.csproj index b7c67a3ec22..52460dc637b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BFAEC7EF-E209-4F9B-BB90-FFA58678A253} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_ro.csproj index 7a98c5470b6..2dea1df4e78 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r4/r4flat_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {11C1B849-E442-4D5E-A0A7-AA0B30F2247B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_d.csproj index 8013070082c..373857fd8e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {149D8B69-2B5C-4F25-8853-991A4BF08DB4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_do.csproj index 0baa6309bae..cae872684f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5269AD90-8679-4AEA-8C2A-906CDA9F056F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_r.csproj index ddf244d7be5..195ce7e88c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2C65FE18-0E3B-44B0-9BB7-E8254C06A3C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_ro.csproj index 6d4b18592ad..58a1e7184b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B133BDC-48C6-4E11-906C-FDEAF818309F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_d.csproj index 34ad6132383..83abbaee0cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {38B47509-08E5-4BEE-B112-14528D0C48F3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_do.csproj index a3bed6ee763..26af1b3a683 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A30B47AA-3D05-47ED-86E6-836946DBE693} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_r.csproj index 44e9a6bf98a..46c96f35a82 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1CDEC76B-6206-4094-85C9-6447D3DFDFDA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_ro.csproj index 898e77956a6..936b3460e17 100644 --- a/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/AsgOp/r8/r8flat_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {089F5E49-9BEF-4F72-852F-E13C1A8E91F4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgarray.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgarray.ilproj index 3878cb8d13c..7dc4ef6f362 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgarray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgarray.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgchain.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgchain.ilproj index 4bd3a81be90..e69b221904c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgchain.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgchain.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgfinally.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgfinally.ilproj index 6c05d7e9ec8..59b63c4f754 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgfinally.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgfinally.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter.ilproj index 3a21db4355e..3a87321418e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbghuge_filter.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgjump.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgjump.ilproj index 211d9e38224..22edaba8fde 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgjump.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgjump.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocal.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocal.ilproj index f4c7a7cfbcc..897ba51b65b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocal.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocal.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocalloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocalloc.ilproj index a48181c3db0..7c26f8a1824 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocalloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbglocalloc.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgsimple.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgsimple.ilproj index ddb68ee59a0..0f10f9db1bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgsimple.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgsimple.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall.ilproj index 58bbcb89f78..e2de1932085 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtailcall.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtry.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtry.ilproj index dc5982b088d..f6fb0e05ab3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtry.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_dbgtry.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relarray.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relarray.ilproj index a8c8e8f70a3..f852cae8a5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relarray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relarray.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relchain.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relchain.ilproj index 4f930ff13c4..4317eefeeb6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relchain.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relchain.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relfinally.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relfinally.ilproj index 657670569ec..62f8bf6c98b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relfinally.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relfinally.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter.ilproj index 5cdcd99d4f7..64dae6a21d8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relhuge_filter.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reljump.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reljump.ilproj index 7071926ef3e..a851f2a491c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reljump.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reljump.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocal.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocal.ilproj index 5e1fd07eb01..9c725310191 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocal.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocal.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocalloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocalloc.ilproj index 5293abe5147..fd6eaf6f4f6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocalloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_rellocalloc.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relsimple.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relsimple.ilproj index d6a8e9fea78..b77928a4770 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relsimple.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_relsimple.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltailcall.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltailcall.ilproj index bd7e9db0db5..72bf4abc368 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltailcall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltailcall.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltry.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltry.ilproj index fc273ddb97b..b7b089abf66 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltry.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/boxunbox/_il_reltry.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj index 894fa723a52..af633459b79 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_il.ilproj index 5d7b8017e1c..8efef995807 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_il.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj index 82b7237fbfe..3ef0f62bbd6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj index 75cc9548b67..6b885511337 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj index ee396cfaa31..090c367f502 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_il.ilproj index 8394f062aac..6248489558d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_il.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj index 27334804bdf..547523aa4fb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_il.ilproj index 416c4be104a..4214db5db64 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_il.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj index 75968f3baee..2f4ad6f1696 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_il.ilproj index cb1a82ddae6..e2b839b8215 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_il.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj index 5ec049f7dea..6a192b19137 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj index d950f624091..4b0899e0d8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj index b100f86c753..e1a676ed13b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj index 5a200178d3a..e1657c7d9b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj index 306483697b2..0dab648837e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_il.ilproj index e570bdd65f5..01388403bd1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_il.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj index 16786dc7a7a..8b322a7bcbb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_il.ilproj index e626ffc1307..805952b2441 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_il.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgconcurgc_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgconcurgc_il.ilproj index e8ede5d67b6..929b3b57d8a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgconcurgc_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgconcurgc_il.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_cs.csproj index c516e6f39af..740bae8ac9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1078159A-0ADF-4196-8910-17C460B6B9C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_il.ilproj index fa7b8be3f90..019d3a7f2be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgenum_il.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_cs.csproj index a28fa93bee5..20e302e7fed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {32EFE30D-5B7F-4660-8F73-F1D533004FCD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_il.ilproj index 7027d90be95..0eceb4c954b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgnestval_il.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_cs.csproj index fad6120ae5a..857a53f310e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB4C7E4F-77AB-4E77-97D0-3195E414DF66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_il.ilproj index 04415837d33..fccff9f706e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtailjump_il.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj index 7618c3561d7..008552e8616 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_dbgtypedref.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgenum_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgenum_cs.csproj index bf0f29283cd..56b605ebd27 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgenum_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgenum_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E1EFF632-5803-4922-8556-047D321ACDD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgnestval_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgnestval_cs.csproj index e3f13b4dbb5..a9f9da81734 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgnestval_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgnestval_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DD3CD0A1-DF96-4AD5-B363-94E216361C80} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgtailjump_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgtailjump_cs.csproj index 91eea049a8b..e9122c8b044 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgtailjump_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_odbgtailjump_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B3A065CE-BEAE-4A30-AEF3-83E45D4C8569} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelenum_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelenum_cs.csproj index a0b6ad62532..7847dfaeb1a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelenum_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelenum_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {61121819-B7F9-474B-85EB-040490EF3D0A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelnestval_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelnestval_cs.csproj index cb1e682d02f..57bfb2e7da5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelnestval_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_orelnestval_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D3F0D5C2-219B-4E50-9C1C-BEAE2E2A9587} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_oreltailjump_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_oreltailjump_cs.csproj index c599f15f055..a141156464f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_oreltailjump_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_oreltailjump_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B3E6268C-05E7-4BEC-8D4C-B471DC6946E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relconcurgc_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relconcurgc_il.ilproj index fbd6dbf7e06..e9cf0649b16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relconcurgc_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relconcurgc_il.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_cs.csproj index 044a4d1540e..c976b11ecd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7BD9A24F-20E4-4515-9514-0029E4A485C0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_il.ilproj index 29d59bf934d..2708bfd54f1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relenum_il.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_cs.csproj index a38a9466fa3..aeadd6b63b8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E6A3B5BF-331D-4B40-8993-CDCFB9E8F181} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_il.ilproj index 6f72c98cf27..de9333650c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_relnestval_il.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_cs.csproj index 18b1e023d1e..03ddb483157 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50E37C5A-A812-4C7B-8299-C5A973E99C91} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_il.ilproj index d45796a90d5..852a8299084 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltailjump_il.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj index e3fadd3d70d..27305701ce8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/misc/_reltypedref.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj index 953d7401d4d..86496fdf70d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj index 1f5998ff8af..fb32dfbb355 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj index 177eb0e1f27..62334d52504 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj index 16786dc7a7a..8b322a7bcbb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj index ce4a3d120c3..9f08cd7adf6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj @@ -1,37 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC - - - - - - - - False - - - None - True + None + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj index e94d57cc15d..847a4f38c84 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfault.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj index 6adc01f4d18..ac4743ccbbc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgfilter.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj index be90cb6c406..39216471ce4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_il.ilproj index dc5982b088d..f6fb0e05ab3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_il.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj index e3ff2b8b5f2..ae36560a653 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj index 2cbc7285f61..91cdbcd3682 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj index 4e77f4280ca..172b289185b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfault.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj index 48f0b4351b6..e384cd6b477 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_relfilter.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj index f9e86d2d718..d9bc772382c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj index e9d349c03ae..ec376ba7c6e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_il.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_cs.csproj index d09bb73a10c..30f38a1ec48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_cs.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj index bf712e32daf..4af11c96cec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP $(NoWarn),8002 @@ -31,12 +14,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_cs.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_cs.ilproj index 610502a24aa..7ed1f56a2e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_cs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_cs.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_il.ilproj index c0bd993fb0d..d618a77bd80 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_il_il.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_cs.csproj index 09167a45b0d..ed1e0bc96b7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_cs.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj index 3f2fb024b02..4ef66a68284 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,12 +14,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_cs.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_cs.ilproj index 610502a24aa..7ed1f56a2e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_cs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_cs.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_il.ilproj index c0bd993fb0d..d618a77bd80 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_il_il.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj index eb3bf56ac2e..65d86b201e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_cs.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj index 42316afbee3..430c415c4d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,12 +14,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj index 1723fc10961..0354dfc68b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_cs.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj index c5debb5f45e..394d3415070 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_il_il.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj index 8affc673ac7..0387b3b75bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_cs.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj index 2c1baf6ca1d..1a44e06deb9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP $(NoWarn),8002 @@ -31,12 +14,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj index 1723fc10961..0354dfc68b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_cs.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj index c5debb5f45e..394d3415070 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_il_il.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj index 4c19a9e7c5e..d129eaac834 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_cs.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_il.ilproj index 28047bd7a2c..d01067bb80d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/sinlib_il.ilproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - None - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj index 423b83ebe5a..0cc4217187a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/arglist_pos.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj index 23cc107bd8b..fb7041d89d8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b39946.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj index 67003e8eb4e..3c6fc1eb260 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b433189.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B15721F4-238B-4A65-9C72-57FB609402A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj index ecc45b0858d..a86b97655f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/b518440.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj b/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj index f787300ab9f..8c0e7cd5df8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Coverage/hole.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_i.ilproj index f8507a8b59b..a315670877e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_i.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_u.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_u.ilproj index 9bb327f2138..b979c52ce02 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_u.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconv_i8_u.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_i.ilproj index 0d292b76292..bb091a7e641 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_i.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_u.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_u.ilproj index df0cacab7a0..48e895df8d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_u.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgconvovf_i8_u.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_array_merge.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_array_merge.ilproj index 6c2313a6235..5697a2766e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_array_merge.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_array_merge.ilproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_box.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_box.ilproj index 4c08a2be11a..15c2af3a9a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_box.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_box.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_conv.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_conv.ilproj index 7c7c5202efd..a61d4baf843 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_conv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_conv.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_fld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_fld.ilproj index 0ebee524520..a358b9cb9dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_fld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_fld.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flood.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flood.ilproj index 7a1221c2efe..c332bcf845a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flood.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flood.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flow.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flow.ilproj index e81ce75e466..5fe3b59cd35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flow.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_flow.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_prop.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_prop.ilproj index 76b7c1f5cff..5fb42ecd6da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_prop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_prop.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort1.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort1.ilproj index 3cd0bf59433..14b7446b967 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort2.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort2.ilproj index ebf3d285554..0b531f1b663 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_qsort2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_ref.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_ref.ilproj index 05ce230a8ce..3880a8d9822 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_ref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_ref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_seq.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_seq.ilproj index ef642961710..9bcb9184e4f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_seq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_seq.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_vfld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_vfld.ilproj index be7d7fbdcaf..d230cd84fb3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_vfld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgi_vfld.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgptr.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgptr.ilproj index d641c8a545e..a6985802894 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgptr.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgptr.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgqperm.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgqperm.ilproj index 2048ba30ea2..e6a5efbf281 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgqperm.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgqperm.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgsizeof.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgsizeof.ilproj index aa10f161e85..47bc72c5631 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgsizeof.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgsizeof.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -30,9 +13,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_array_merge.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_array_merge.ilproj index 53dbacbb93c..f01269584d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_array_merge.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_array_merge.ilproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_box.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_box.ilproj index 82956432553..a19d51fcb2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_box.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_box.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_conv.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_conv.ilproj index 24d9f1b500c..b1401d0620c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_conv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_conv.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj index e4cfb9f7bff..46a226f7064 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_fld.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flood.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flood.ilproj index 1bda35ccc31..7ffb1dc60b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flood.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flood.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flow.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flow.ilproj index 3a00e82d03b..3d5adeeaa21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flow.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_flow.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_prop.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_prop.ilproj index f16ed03e1a5..d127183b61d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_prop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_prop.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort1.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort1.ilproj index 7978e89bd2b..9d0972296a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort2.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort2.ilproj index 606b840623a..9f7342b7f3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_qsort2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_ref.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_ref.ilproj index 3a7a5daa426..01a9f11dd09 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_ref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_ref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_seq.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_seq.ilproj index 744ede6bc9a..bcfa4bf80ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_seq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_seq.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_vfld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_vfld.ilproj index fc941e7484b..119f57d1ca9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_vfld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_dbgu_vfld.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj index b7b1a0681c2..7faaf601082 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_i.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj index 8a0a4f232d9..19d78451dd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconv_i8_u.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_i.ilproj index 760b4937d90..215cbf1d3bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_i.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_u.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_u.ilproj index 65960025b58..9f8ac862ad0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_u.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relconvovf_i8_u.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_array_merge.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_array_merge.ilproj index 4e1fe4bf4ba..922a1c4c01a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_array_merge.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_array_merge.ilproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_box.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_box.ilproj index 22528d363fb..06ec844a908 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_box.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_box.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_conv.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_conv.ilproj index eac65585a49..1cbb35c0df7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_conv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_conv.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_fld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_fld.ilproj index c23a3a88a6f..000b4398690 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_fld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_fld.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flood.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flood.ilproj index 2c22830afac..3b814524e42 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flood.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flood.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flow.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flow.ilproj index dfdb865d1ae..6d221ffb44b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flow.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_flow.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_prop.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_prop.ilproj index 324dfecf1ba..b40480a7aff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_prop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_prop.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj index 36c7b3b637f..fe83dad4416 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj index 84ae2c90229..f548bfea09a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_qsort2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_ref.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_ref.ilproj index 94c3a15e2e4..84881b4e627 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_ref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_ref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_seq.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_seq.ilproj index a023f2269da..1ee40448959 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_seq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_seq.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_vfld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_vfld.ilproj index d5fad052935..8240cb1d5df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_vfld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_reli_vfld.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relptr.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relptr.ilproj index 306ec9dd44b..9d4c3a9f4a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relptr.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relptr.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relqperm.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relqperm.ilproj index 8d370e6e28b..a82c9c4e6cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relqperm.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relqperm.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relsizeof.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relsizeof.ilproj index 366e719615e..410949bea06 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relsizeof.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relsizeof.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,9 +13,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_array_merge.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_array_merge.ilproj index 3e97a871a53..a2c3c1c7b9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_array_merge.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_array_merge.ilproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_box.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_box.ilproj index 5be1651fc94..06a9d7f5d47 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_box.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_box.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_conv.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_conv.ilproj index 214503a9362..dc82510dc25 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_conv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_conv.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_fld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_fld.ilproj index 266aaf52461..4be1975043a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_fld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_fld.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flood.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flood.ilproj index 311a5ccad70..eae48d4132a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flood.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flood.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flow.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flow.ilproj index 312e841157f..a1ecae97ff7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flow.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_flow.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_prop.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_prop.ilproj index 81b87240b15..12590ee2ecf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_prop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_prop.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj index cb4f5ad96d4..17f0779cd26 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj index 4dc25497351..6a67b9d6e03 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_qsort2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_ref.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_ref.ilproj index 9b4b696eb31..cfa050013e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_ref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_ref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_seq.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_seq.ilproj index 96560aba2bc..6923c938db7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_seq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_seq.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_vfld.ilproj b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_vfld.ilproj index 920097c12de..72d928f7454 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_vfld.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ELEMENT_TYPE_IU/_il_relu_vfld.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_d.csproj index c47047f1819..8c92e4c6e59 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BD5B9A20-29E1-4CBA-8933-7E3C79A5529D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_do.csproj index c96b125b496..89aebed4a73 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {73C9B4AC-39C5-4DED-BC68-AA03CD41072A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_r.csproj index fdb4f699f5a..3e093ce5b10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BD949E3E-C280-48EE-8184-87DAC8A703DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_ro.csproj index 50a2258ba58..973a02fe78b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4a_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {20B43D32-9F6E-4CBF-AAD7-81DC2CC8A4A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_d.ilproj index 523b49648d6..7cde69635c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj index 57f9671d841..c0ea162e887 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr4d_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_d.csproj index 1158258ada9..c544e642d5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7E653F52-E821-4AD7-84B9-FBD13E0C1308} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_do.csproj index d91306e01a4..215f133b28e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B414C4D2-2F6A-4CEF-814E-BA9DC7DB7C8F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_r.csproj index 8846d3d4e52..63c77185358 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A57CD20C-BC08-49F1-88CD-AB3609C76C68} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_ro.csproj index 8a7a8cb7f91..d79c1672988 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8a_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {387A2A16-9BD0-4E49-B934-9F725CEB810E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_d.ilproj index f2295335c64..509fbced58b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj index 23ae727549a..db63f790aeb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convr8d_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_d.ilproj index 5082d675c76..4214c608f9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj index 1bf463b637b..7ae39f3389e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/FPtrunc/convx_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_d.csproj index 6418fde7025..8275c1ee957 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F4BF21B1-69E1-48F6-9AC8-0465F3B5798B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj index 99e5d14a977..7b40fcfa9e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8AA2DDC3-5BB2-4F35-A020-8106C20CF8FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_r.csproj index 0d3df90c5ac..7bad4051263 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {765B8DAE-C0A8-4247-B89C-A945693622D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_ro.csproj index baeaf8d45f5..528764b900e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1a_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AF9518E2-1C16-44D2-AD0D-6D72786BCD06} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_d.ilproj index 232379b3678..6dcccdfaa78 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj index 8d8c0d010ee..69981ee0923 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1b_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_d.ilproj index 92803dd0c65..94cd2ee453b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj index bf0d8347238..3275a47c901 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param1c_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_d.csproj index fd75df0bbc2..a98abf99c17 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A6812BB-B1ED-4946-985A-59D6BA337C02} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_do.csproj index de3f15bd953..6c8a83273bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C75CD0A5-EC50-4758-934C-6556DB3ABB56} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_r.csproj index b354c1a2968..ade94114eac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7522C319-7E9C-4FF6-BA8B-4AFD82505F11} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_ro.csproj index 319ff3c611c..93c3ae62f31 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2a_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5D3D87C1-CFFE-4C30-B840-166734802351} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_d.ilproj index 48567f7930c..2f600cca3d1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj index cec667d564a..870d60f1fc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2b_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_d.ilproj index b3f7d189014..bef9bd80eb5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj index bc158de1de0..aaba30918ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param2c_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_d.csproj index a720a519452..bc457d87376 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {066648D8-5CC3-4237-B749-6EEF50933525} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_do.csproj index 36315ec0334..b5bece6d744 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {55B6A522-0226-4155-8C65-07876D6A9860} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_r.csproj index e4f4641368a..cc88164cfda 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2D5ECCEC-4287-4CDA-BC4C-7232A0F61449} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_ro.csproj index 98a5580b2c8..601eac06639 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3a_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0AAAF581-8DA8-43B4-AEF0-66F55292813E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_d.ilproj index 604203316f7..5d1d7b886d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj index 1b5cc286e06..0b02047626c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3b_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_d.ilproj index 7015fe465b9..d4acb246f15 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj index 4434176745e..1a985e7b94a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25param3c_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_d.ilproj index c97b58f522e..82d4eadc725 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj index 920e96a47a3..1e004af675f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/25params/25paramMixed_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj index 844015d5ff7..cde5b25efae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0DA8CCC7-53D6-4F33-B6DE-D56A54B57B37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally_tail.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally_tail.csproj index 0ceaf90918f..3f608fe4125 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally_tail.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_dbgcatchfinally_tail.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CDB2B955-A5B9-4C92-A9CD-66421A10C575} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault.ilproj index 80d3025e6b4..9e481fb56aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_jmp.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_jmp.ilproj index 9f3d9bd84a2..996ecf78d9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_jmp.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_jmp.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_tail.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_tail.ilproj index 81b6702f4c5..f4f6541e07c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_tail.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfault_tail.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_ind.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_ind.ilproj index d1879452425..c893fef79b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_ind.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_ind.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmp.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmp.ilproj index ef11707849c..f5134e078e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmp.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmp.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmpind.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmpind.ilproj index 13515484c6c..bcf24148538 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmpind.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_jmpind.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_tail.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_tail.ilproj index 665e68af497..11fd2d4a4d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_tail.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_dbgcatchfinally_tail.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault.ilproj index 993e4be53db..d8e431d31aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_jmp.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_jmp.ilproj index 899a1d649b0..0b19db7084a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_jmp.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_jmp.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_tail.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_tail.ilproj index 2facc18c0d4..f2827982763 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_tail.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfault_tail.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_ind.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_ind.ilproj index de63a7ae3d9..04078bcb1a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_ind.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_ind.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmp.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmp.ilproj index 9e025c9e940..f46e0cf4ec5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmp.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmp.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmpind.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmpind.ilproj index 4a34346c23a..b95fc458f48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmpind.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_jmpind.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_tail.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_tail.ilproj index 30f9f04a204..3fae3697796 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_tail.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_il_relcatchfinally_tail.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj index f00f79f3ee4..f5901e2f2c8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D4A7F6E3-10FB-4289-9889-559C58A9CE82} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally_tail.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally_tail.csproj index 331b951456f..4864930bad7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally_tail.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_relcatchfinally_tail.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {85F10744-5D68-401F-95B0-11D9434FF153} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally.csproj index f399f818684..6c3eda03012 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C34ABC48-FC7E-478E-B148-06E3BF70B638} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally_tail.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally_tail.csproj index 5da5dc3cfc5..b15b7d6da6d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally_tail.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_dbgcatchfinally_tail.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {65CC7212-A80C-4176-A942-2F9747772F31} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally.csproj index 699e19603c8..26ca281e7d5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F8CCECEF-F7D4-4E88-9CBB-3FF27E856D5A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally_tail.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally_tail.csproj index 4051d426a5b..e2090b48244 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally_tail.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/SEH/_speed_relcatchfinally_tail.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {951998CF-8BF0-4660-B2E1-F5E7B9CAE775} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj index ffe853be430..4162a7e21db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_dbgtest1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8B3226D1-019E-4374-9D7A-984AFF660832} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest1.ilproj index 8e51806b173..40f8a4d8957 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest2.ilproj index fcfb786ecc8..a35a0a0f4e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest3.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest3.ilproj index 284c4df02df..26225373d25 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_dbgtest3.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest1.ilproj index fa822fb2c37..d14fcf0b4fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest2.ilproj index 31f774ded1d..05c5e1071bb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest3.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest3.ilproj index 046f052dd05..9a5fa8e3309 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_il_reltest3.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj index 184da67e405..d32c9a15172 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_reltest1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8F545EB4-16C4-4561-A7FA-30D9A9504E2D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_dbgtest1.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_dbgtest1.csproj index 41e2f92151e..4f79e152099 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_dbgtest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_dbgtest1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6423E198-6E4C-4FE3-87D3-A14586D1E7E1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_reltest1.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_reltest1.csproj index e4706e2f1e1..1d9ee398937 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_reltest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/callvirt/_speed_reltest1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {612EEF55-B933-4F56-9203-6387DB3755F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_dbgval_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_dbgval_ctor.csproj index b6291a4cfc9..73a43f262ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_dbgval_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_dbgval_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {04DCE5F5-545D-4326-AAE7-8B3311248AA3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_cctor.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_cctor.ilproj index 84beb398003..18af4e08dbd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_cctor.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_cctor.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_ctor_newobj.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_ctor_newobj.ilproj index 84cf06715a8..a2f63886330 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_ctor_newobj.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_dbgval_ctor_newobj.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_cctor.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_cctor.ilproj index dd26fa80cb8..88988ac1379 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_cctor.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_cctor.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_ctor_newobj.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_ctor_newobj.ilproj index 7352e8e036e..b0bc4241ee2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_ctor_newobj.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_il_relval_ctor_newobj.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_relval_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_relval_ctor.csproj index 2dd3dc21a8c..c8e55989da9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_relval_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_relval_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E73AE81F-2BB2-4BA4-A99F-6E9AEEBAFB19} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_dbgval_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_dbgval_ctor.csproj index 7951f5c7cbe..72146e9c4ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_dbgval_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_dbgval_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {20860BEB-89DA-4119-B82E-C7DD5994E92F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_relval_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_relval_ctor.csproj index 449166d9ffb..4c282a4f771 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_relval_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/ctor/_speed_relval_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9050A814-D15D-4F3E-9259-54803F85FE63} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj index 52bd6eaaddb..89d5c7d2ed0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_dbgdeep.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {098FBD79-0E99-4E2D-B67B-1C0C977A3EAA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep1.ilproj index ee22da152ae..91de69d2fc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep2.ilproj index fee288b7724..30dd317c854 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_dbgdeep2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep1.ilproj index 3093e3d2c48..ca2085829bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep2.ilproj index 89421ea5e25..4ca99fca90f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_il_reldeep2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj index 2722e5bfbd6..338029b7d39 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_reldeep.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CA007CA9-CD94-4D2A-B45E-B4FFB36C56DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_dbgdeep.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_dbgdeep.csproj index 98aa572724d..4a923afb688 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_dbgdeep.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_dbgdeep.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2896F75C-65F5-489C-99ED-C651B1CF438B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_reldeep.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_reldeep.csproj index dd38c094c50..286c4fc11b7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_reldeep.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/deep/_speed_reldeep.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2755A058-AF1D-4DDA-85A0-D69E5A96D298} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj index 5e09aabab15..8b5a41e611a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_dbgrecurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95B46689-1DF6-4292-93C6-783B238750CD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgftn_t.ilproj index 261b6a130fa..caf6aafae79 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn.ilproj index 7709a740da4..4a43e6e1771 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn_t.ilproj index 57ba4970c23..8df1cc6b7d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbginstftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_calli.ilproj index 172c91a84b1..13a9ed06398 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_calli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmp.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmp.ilproj index 2eeb3f5d2ed..82815820ab4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmp.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmp.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmpi.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmpi.ilproj index e9b06b50b66..be078ac422f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmpi.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_jmpi.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_call.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_call.ilproj index f59438c3f29..b4775f12ec0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_call.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_call.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_calli.ilproj index b0e64bf23bf..56a3f466e87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgrecurse_tail_calli.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn.ilproj index a52b98a9637..5b05f46da8e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn_t.ilproj index 963eb600687..9f5f64401a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvalftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn.ilproj index 90240b80dc5..ab7b7033e8d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn_t.ilproj index f41b6115781..937f7f18cd8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_dbgvirtftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relftn_t.ilproj index 4b1f010c658..bf099dab929 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn.ilproj index 03d64a7f90a..d9ab4a06d3a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn_t.ilproj index ee95630f317..752e28b73ea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relinstftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_calli.ilproj index e14223fa38a..11170f6c1dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_calli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmp.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmp.ilproj index 7961d7fc275..5e41da102a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmp.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmp.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmpi.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmpi.ilproj index e718ad865f9..6e8e2e53110 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmpi.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_jmpi.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_call.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_call.ilproj index 4e1e343e7d1..047901cc70e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_call.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_call.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_calli.ilproj index 7369aeb0c7a..2b183359c26 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relrecurse_tail_calli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn.ilproj index ca4c9e0133e..1016dbfd719 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn_t.ilproj index fc6d33326b1..2f8b3819015 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvalftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn.ilproj index 5f3294c40d3..fd22dd3561a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn_t.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn_t.ilproj index 54e5a01053b..d81ae802371 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn_t.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_il_relvirtftn_t.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj index a24b56d88c1..bef79e7b293 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_relrecurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D4376443-7B4E-4592-BA55-2C95E2313BB5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_dbgrecurse.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_dbgrecurse.csproj index 9de27de826a..193f5e84cd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_dbgrecurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_dbgrecurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3D1C981E-82C6-4479-BA4A-9E498F8968F2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_relrecurse.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_relrecurse.csproj index b844b1f1f3a..83a85f3a9b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_relrecurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/fptr/_speed_relrecurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {52239498-7DBD-47B6-8C86-33D3928D305E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_d.csproj index 44935d701a8..eb9895473ee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_d.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {066648D8-5CC3-4237-B749-6EEF50933525} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Full False @@ -26,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_do.csproj index c2324315612..0c1811b796d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_do.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {55B6A522-0226-4155-8C65-07876D6A9860} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Full True @@ -26,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_r.csproj index 86fd7b608ea..94cc711940c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_r.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2D5ECCEC-4287-4CDA-BC4C-7232A0F61449} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None False @@ -26,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_ro.csproj index 34875498496..35271733831 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/hfa_params/hfa_params_cs_ro.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0AAAF581-8DA8-43B4-AEF0-66F55292813E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj index d2b275cc56f..5cce1ed491e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_dbgobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D579DF0E-44A5-4B01-B354-2F6C269EFEC5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr4.ilproj index afd36fac066..778ae01e390 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr8.ilproj index 9bc55c4e324..419c1091a3b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgfr8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i1.ilproj index 2c53f995163..6d606204851 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i2.ilproj index 9b7b89c60e9..c90e2a6d04e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4i2.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u1.ilproj index fb5fe788e26..00382a49f62 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u2.ilproj index d479c26eb60..df5b9ceb1be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u4.ilproj index e5f30588728..529f067021b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi4u4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi8u8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi8u8.ilproj index cfb93cce28f..f07b30e4c4b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi8u8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgi8u8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii1.ilproj index 48a1092a14e..ea891bc8b64 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii2.ilproj index b48e0b8711f..8f503c370b6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii4.ilproj index c4eb6dad775..39a2bd7662f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgii4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu1.ilproj index 198577d5746..7e631ca2074 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu2.ilproj index 00bbd891ad2..60efd97337b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu4.ilproj index 9e97b6fe0cf..7b11a654a30 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgiu4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgobjref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgobjref.ilproj index c09d9549ff8..a0bfe68bbdc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgobjref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_dbgobjref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr4.ilproj index da6393ea9ae..3bc158a3916 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr8.ilproj index 58f36321d0d..ea833e713bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relfr8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i1.ilproj index 59d41c1dc70..2f09d6bfeab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i2.ilproj index 1ed0de5a00e..2d6f39b7e47 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4i2.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u1.ilproj index b63c1431f26..1b5ed944e07 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u2.ilproj index 3d7c7021710..c9b39fc7914 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u4.ilproj index c0c6096ec03..fc80bed8b3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli4u4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli8u8.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli8u8.ilproj index 3f383e6693a..7fa242ab30c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli8u8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reli8u8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii1.ilproj index 70478e42593..d884f6e786d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii2.ilproj index 32fc9173635..2655646b1e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii4.ilproj index 3561e271ec9..d6aafc20a32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relii4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu1.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu1.ilproj index 88a032c0859..a04ef450bce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu2.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu2.ilproj index 480205df7ae..819505f2b4a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu4.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu4.ilproj index 9654c50a45b..2d55445dae5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_reliu4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relobjref.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relobjref.ilproj index ff66bb7a402..71c184748e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relobjref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_il_relobjref.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj index 4d1dce483af..2bbd31437c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_relobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {281E6D84-DD28-44CF-9007-218767F38CEA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_dbgobj.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_dbgobj.csproj index 1d3fe9343ae..4432620d078 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_dbgobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_dbgobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CF2FB203-4A66-40D3-B3DE-4563FA349CF6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_relobj.csproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_relobj.csproj index da81e1669ad..aa5477f58c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_relobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/implicit/_speed_relobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {67E8AF36-6FD6-461E-96BD-A539C62B21CA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj index 0e59c8ddb8d..ec225c8775c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_dbgthisnull.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj index 8b3c8434272..b1dad17f64b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_relthisnull.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_dbgthisnull.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_dbgthisnull.ilproj index 0e59c8ddb8d..ec225c8775c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_dbgthisnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_dbgthisnull.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_relthisnull.ilproj b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_relthisnull.ilproj index 8b3c8434272..b1dad17f64b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_relthisnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/Invoke/thiscall/_speed_relthisnull.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_d.csproj index 39948c34550..8317cf1a673 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3FF8F7D5-8EA6-4BE7-AD41-02F2D123CA86} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_do.csproj index bf50637198c..3c749bb02f2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CF43C188-347D-48F9-A579-DA44539A0FF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj index e7f4c14a8b5..7aac09df78a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C5003221-20FB-4B11-ADFF-9B74AB85E644} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_ro.csproj index 793e71497d7..8c25fd681ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/bool_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {48D2ADCC-1F30-4048-9D7D-DB2EAE996DC0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_d.csproj index 219fb02960d..da1303f152d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {27EF2574-85F6-4344-A8FB-53FF676B2B35} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_do.csproj index 5b7e516d57a..58f960e4da2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1CDEFA2A-BEAF-446E-9A37-9831CA8B98EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_r.csproj index eb8b40dd62c..ee09df147c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A1A4F68-E0EF-4C86-A2DD-B4B51D2AE5B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_ro.csproj index 4557c758884..7ab49592b2b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/byte_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B1777F72-B4F9-4163-934D-01C5FE94C3A0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_d.csproj index 3ee7093eb6d..34b1c8a6f90 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {85C3782E-2BC8-47F1-A8FC-A281D38E2E2E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_do.csproj index 270702bd762..fe607e68352 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5E080301-62C6-473A-A81E-B6CA4660D910} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_r.csproj index 61442dca8ad..dc5c70cc2ac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4C6B201D-B3CB-4532-90CC-BD168C55245B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_ro.csproj index 77f7395ef4a..017677bee73 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/char_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E3B35BC3-48A5-49CF-A7AF-6482668C7925} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_d.csproj index 20bfcee6230..5bdfc16db16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {616C74B4-061C-4397-B353-55EFA946A066} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_do.csproj index 91c750b2252..da107c70324 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43052CE7-B86C-4348-A8DF-F36649824AF2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_r.csproj index e1c69ceb0cc..b80799e8568 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {208C8119-B194-4496-B8CE-10792F48127B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_ro.csproj index f6547dc20c3..a71b3f2b689 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/decimal_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {83836C23-C48E-43D3-B4FE-D6B87038B4F3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_d.csproj index 575b24fbfd9..2c072cfe62e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E5A4BD61-B9C8-4C55-9255-6C4034266B8A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_do.csproj index 9b62d98dce1..284801087f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DA85578A-95B0-46E2-9B6A-9CC632F47468} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_r.csproj index 2b54c23e102..ffbb4df67de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EB1A58D0-1CDF-4E38-A034-E8E5E8BBE6CC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_ro.csproj index 122123ff325..cea410f5f41 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/double_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1AAF5C25-41EC-4C6C-B284-D5DAA8717974} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_d.csproj index 6cc69ff5e38..6055a81a4ac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EC6BB7AB-E35B-49FB-833B-25C2E06EE333} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_do.csproj index 2627d35f864..465c48bd87b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5E0080D5-E089-4F8D-A052-AFA19F3FEB95} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_r.csproj index 5c0546ec3d0..2e36ace56c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2FDB1ADC-FBFF-43D4-927C-DA5349A245A2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_ro.csproj index 5fa8784d5b5..8213f6d1320 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/float_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {59FAFAB9-B2D5-4357-92F2-07529D10D29E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_d.csproj index 122780160b4..ae0a6be5e29 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B32B89B4-2FA0-4AB6-B8F6-088B6158262E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_do.csproj index 7af9e1d6fda..5363e4daba4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0CB356F0-5EEB-46EA-BA75-E44007B6A527} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj index 0c2e37fff8e..2285b81fe92 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {10344C2D-626F-4D00-81AE-600152A08826} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_ro.csproj index d367e4dadd6..1a411e280fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/int_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C6695D0A-0449-45C2-9410-0FA0467594FE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_d.csproj index a1a02909702..5b6b405f8fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0B8DD1B0-EB2A-413A-A338-E77E7A9F0DFB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_do.csproj index 4506509d8de..c1f7e371535 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4DDE0784-48C0-43D0-9104-A3819391E088} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_r.csproj index 12e7ee883a0..d58269b5cd3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {00A82ED2-1BB9-4D92-BB6A-59D4C0516345} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_ro.csproj index e1664fd4f89..a292176dbb7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/long_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4551976E-9FCA-4CEA-BEC7-A6932A2AB122} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_d.csproj index 934d1778281..581f1a45e7d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {56492795-B082-4C4D-9754-DA229027FA72} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_do.csproj index e5a7d7b23d5..b7c7793d50b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E850C367-E4F9-45CF-AD86-003E3147B8B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_r.csproj index 612a25b3a69..30da4edb086 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {525ADEB5-7FAF-48B4-B400-65FD55F513A8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_ro.csproj index 95074b04942..85ce9c90b0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/sbyte_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7600B247-46FE-42D8-B836-802F3D554EA6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_d.csproj index 368c78e75bf..3d709524379 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {29866FDB-13E5-4263-8C83-C1281A60CFC8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_do.csproj index f4e4a9066fa..bf6c6f4d5aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A2046A98-4DCF-41E9-8C9A-3255762568BB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_r.csproj index a192fb3623d..102186e5967 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9C47B01D-2DFC-4AA7-A048-F9F330D758E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_ro.csproj index 9a17aeeda63..1278f9211e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/short_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0B668A23-0B4D-40CD-A1DC-4790A3C9F66D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_d.csproj index e5283f1d44a..019d68b1006 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6761286C-C56B-4249-BB07-12F71A3560E6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_do.csproj index 24c0606660e..f4d0064bcc7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A14EB7B1-D53D-413B-A605-308B16365797} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_r.csproj index 8ceae67d889..3e895f5b6a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {483F68B7-0346-4C1D-BFD8-2438CDA4E216} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_ro.csproj index 627cb3de27c..2e2b1abde38 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/uint_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AC13ED14-FCED-40A6-A689-87B847A71A44} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_d.csproj index d2643e370a9..a55a314a987 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8144FE5F-7A00-43F6-8F40-C33951625630} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_do.csproj index 4fe621456b2..cf5017794dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DC15F043-3742-4CFB-9DC7-4FF57E75A8F8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_r.csproj index 354cd3cc060..a00d076994a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {273951C4-81A9-4326-BF46-31D56CA3B416} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_ro.csproj index 3ce522eb879..114cef3ad58 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ulong_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0D30946A-1C07-4347-9C85-E62D017B6F58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_d.csproj index 59de0ba191d..e238e5d817e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1F808F80-1B46-476A-8129-60B93DAE2301} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_do.csproj index 30ea0ffc3fb..8dec9083465 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4473117B-E775-4328-8F5D-B6AB38774AB2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_r.csproj index aa387817aca..64c4c5b7e02 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FF309582-6138-4A73-B058-C5DD57C5E796} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_ro.csproj index 82d011da44a..79d3b6fa5b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/DataTypes/ushort_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AB9A667E-75FC-41E7-B521-CE80A3340C39} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_d.csproj index 1f9badf4bef..b403decb86a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8E846AE6-E1DF-4F5B-8A53-7B706BB27A2B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_do.csproj index 639abda5771..5d6d368ba2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {299750E6-91B0-4E77-BEEB-1AB96761D860} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_r.csproj index 51ba83feb6d..482125683d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76CBC4E9-4702-4709-B739-FC928AEE879B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_ro.csproj index d21c2df132a..184b06a1f99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/classarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3AB92143-46C6-4678-83CA-08998544B96A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_d.csproj index 9602bccc1a4..ea0bcd42700 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6F9533F8-AD41-4AB2-91FB-3C8EEC2BB301} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_do.csproj index 20b94bf9881..19c96ce5290 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BFB05742-010A-43FC-999C-6BBE0E195108} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_r.csproj index f7781879fe9..38752472d16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C5E60D76-6428-472C-A893-234B58ABC3A7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_ro.csproj index 138cda7e9af..de02ea92468 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/jaggedarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2FEDB07F-3F15-458C-BDE8-A0AC979F0F12} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_d.csproj index 6650bdbe7d4..a4e0ca738de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DB357669-6C23-4F7E-933F-677B2B83023D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_do.csproj index 45d0850dcde..2e421c5c553 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B346CE86-77B4-46BB-9D1E-0206B64F2210} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_r.csproj index 8b013b08292..97324b64394 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4A4C968D-35A0-4577-A68F-BD0122B53C68} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_ro.csproj index f51316e85b0..7252aec596f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/plainarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F625B760-9258-4469-BB48-D9458E67612D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_d.csproj index df2ebef9b2d..45e7a7bb76a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {878B4003-5746-4FD8-AB71-576EB6747746} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_do.csproj index ece65464c81..c0b4738d0b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {798CDBA4-CC8E-494D-AC4A-B892A10FFD70} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_r.csproj index 6f8e4801d99..031f57f712e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D1795849-657A-4479-B5A3-F20431C63A72} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_ro.csproj index 1792072b830..19241161e32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/GaussJordan/structarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D657916B-CBC0-4D16-B28D-C01E9A5AA79E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_d.csproj index 1fc03088c4e..b403decb86a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7E2D7EC3-19A1-4214-8B3C-F018D3F98183} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_do.csproj index bdecddf5f7a..7b2aa4aa7eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6BA02F9B-6421-4C6A-BB95-66BFD09CE3DB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_r.csproj index cd661d23fdf..482125683d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7BC300A1-FD27-4485-9E8E-E065E82F6393} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_ro.csproj index b3a6fe483e0..3fe7c1f47be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/classarr_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {83885718-D3DC-4E70-AC83-6D0A83891D35} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_d.csproj index eca55057a75..053b60fc138 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {07A629B8-C886-4581-BBDD-E02F27834E7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_do.csproj index 077e9732293..84c65542ba6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0B6A35C1-A609-4C38-BF28-8B91393FFD96} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_r.csproj index 18eeb04babb..783bc9f9c79 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {290E6251-A87B-4D85-A45D-8036E1B2499F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_ro.csproj index 0f39e747aa0..daa0c4a316c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/doublearr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DBA3CBE0-5201-4FA5-B75E-641110A8667C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_d.csproj index 8cfc8fd93e1..684e60d3ea2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5AA71946-DB07-4B6A-9BAE-596BED827F8D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_do.csproj index fed365c1ce3..f3edb1a407d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B423676C-EB2B-491A-B464-BD7DA461079A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_r.csproj index 9cf2f9c66da..8812db07737 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B091221-8500-461F-8AB8-0C446D4BB605} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_ro.csproj index 74ca8cf2069..ff1f3322aae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/intarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6FF0C69-0661-48FA-A17F-C874A0F1EA05} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_d.csproj index a2324f82fe5..ea0bcd42700 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {391BE933-E506-48E6-AD43-866852E16602} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_do.csproj index 1b033062624..19c96ce5290 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {708E31E2-7DDD-42D7-8DC9-8E32514A006B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_r.csproj index 15b87538bc5..38752472d16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {28F14B2C-CEC1-42D8-8D57-55F97AEDB1FF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_ro.csproj index b152d7ef45c..de02ea92468 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/jaggedarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {32B9796D-5D11-4642-8DE0-45C149041059} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_d.csproj index 5c0c625716a..132fe99028e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5539D57F-8648-4E7A-91A2-2A2A06C538AA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_do.csproj index e53f5b1e605..8bb9d0d6b05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5845BCDB-8A8F-43C2-B67F-2B272709F6DB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_r.csproj index a7f9faeb388..74c3495f203 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {507762C5-DC51-47AB-AADB-5B44ABE0B01B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_ro.csproj index c4a82a27995..0980a19f93d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/stringarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BD7E4344-FEE5-43C9-A9BD-43F75583C030} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_d.csproj index c3d1e522487..45e7a7bb76a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8D6BD55F-B624-4C3B-8A46-5C4E8509B7F2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_do.csproj index 847d92ef41d..b338426bfff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4D7B3353-6E2F-4B1F-9C71-C67109413257} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_r.csproj index 3aba971d0e3..031f57f712e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB32D37C-444E-4D1A-8F78-D3A8A05BE042} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_ro.csproj index 24033205de4..7b045eddfe9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/InnerProd/structarr_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E847FF15-94E0-46F8-AC9B-9337D5433F82} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_d.csproj index 0511890483c..5d290fe9742 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {151EC427-404B-4583-950C-10DCB25FFB8B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_do.csproj index 6df0b172e4d..5d6d368ba2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {666A1E0A-7B7E-4FEA-A709-89B8106126B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_r.csproj index 2f59a99bea6..d481bcc2643 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {949C72E3-78EF-4A5F-A435-B6A9178FC764} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_ro.csproj index 91b2f54b442..184b06a1f99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/classarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C6ED996E-FDC0-4019-A4F5-6B6E464CBF29} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_d.csproj index b8e21abc692..f6a5885cc37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {11D2FD2E-5CAD-4EAF-9D73-BD6A52705FF0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_do.csproj index 0734385ea1e..84c65542ba6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {65F673F3-86E3-4876-A411-A51B45D54F85} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_r.csproj index 2f188747aee..6a5638a9d8e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {23702DA7-B13D-41CD-B371-C85937BF8120} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_ro.csproj index ac5d114bb1e..daa0c4a316c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/doublearr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FD0D2C89-B029-4737-B625-93523ADBA96E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_d.csproj index 8ede464b32f..adf53b709ac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A356404D-40C5-4839-843B-B3D23B38F4F6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_do.csproj index e035c8d49eb..19c96ce5290 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {91860B28-9EE4-48DA-94F5-E4A82FF8FDD3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_r.csproj index b10eefc08c7..01762ab4761 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7513BC5A-BB00-4FF2-8F92-2AD6B9FDDE71} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_ro.csproj index 073e3df1433..de02ea92468 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/jaggedarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1A799F59-EED6-41DA-9952-B2999E4548C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_d.csproj index 77e54433f94..0bddc6f92bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F68BF4F7-67E8-402E-9818-C2B7F4CE9DA8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_do.csproj index cf2926f943e..8bb9d0d6b05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E712666D-E63C-4FB8-99A6-B690ECEC64E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_r.csproj index eb1e4da4a63..5f3dce2570a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C69F3959-C027-439B-B851-253BBCF71E0C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_ro.csproj index 97576271ba2..0980a19f93d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/stringarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {20DD6027-635F-409C-8313-6A6E89AE71C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_d.csproj index e08b62a3c80..855bcd57805 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D54ADABB-D3D3-4A05-BCF0-20ADC9417D75} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_do.csproj index 7afc5e4d88f..c0b4738d0b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {211C7C2F-8474-4BA6-B46E-DA820B1992B5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_r.csproj index e4a7bfa3323..41c3d777e7d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2798FCA2-258E-4E32-BB71-95518A239579} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_ro.csproj index e5d833c68f0..19241161e32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/MDArray/basics/structarr_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {37B10A10-D699-4CB0-A5C0-B5A949AC2304} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_d.csproj index 69325ae11cb..717e6743d8b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8AAC1E98-E824-4F45-9976-B6C45573EA79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_do.csproj index 2ad2ff2eacc..1acebe99d3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8D757677-B479-4E9E-9FCC-9FE05FBC6093} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj index 37600870e95..1d4bb8124b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C00BD68E-BF60-4A02-9386-C0D811E1098A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_ro.csproj index e46f4e1444b..0e464aed720 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A0A700E5-A48E-4F89-B247-C2150472B1FD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj index f33fad22f5c..0393187262b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {842BD77D-3500-409C-B61C-B48C4203CD79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj index 8ac2787db02..3f3b6b6c807 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9790CB17-0DF1-4405-BBC0-3FCB6F3EACEA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj index 979cd3549b3..ae6d54b865e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6FB5F31D-7D7E-4708-8454-4BDA558499B6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj index de0e6bc3bf1..78b3910bd48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {51B02585-4E58-47F9-A0AC-1A71E48B8D40} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_d.csproj index 5e3df7bf6c0..3c8a6b09632 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {746ED3A3-E1C1-4815-961F-217A95876E08} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_do.csproj index 71aac70f7c5..645b85538bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1BBBFC8D-B37F-4E7B-A93F-AA2834EFBA69} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_r.csproj index c66c3d4d116..f70b1191702 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {055505F2-8161-4968-82CF-BB5DAC090C81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_ro.csproj index 60474f4d8db..a453a807abb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {03FC92DA-B0B0-4211-AFF9-77CEF912942E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj index ebc9d57a03d..4b02d9dca31 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9FF725EF-6847-445D-AB69-343E35543CAB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj index bf3f0cc6ff6..50c51e15518 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4C61F1D5-4F0A-44F5-80F5-322E39CAB963} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj index cae9ca08208..4ee65bf654f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_r.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BF401ADD-7FF7-4218-B172-2AA4CB11B05B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - - + + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj index 5ae7dd1e0c0..a4f4b382fde 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_ro.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {500FBE98-A9F7-4958-948D-D161E96796B4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_d.ilproj index 91386b0b55c..5418370c13e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj index c8c708ef7e2..815a3428128 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp32_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_d.ilproj index d52b483c3fe..7de1bbb849e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj index 7d839f62d6b..09c21c1e8c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/comp64_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_d.ilproj index 86f9deffed5..e9a1c1d7521 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj index fffbf4f3af3..2b3829c417b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond32_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_d.ilproj index af458ec42ef..8fe86db401b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj index d7ecadb1d85..4a2bd790720 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/cond64_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj index 311b63664f5..147a689d58b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BDBE2A19-B492-4181-8CAA-A4CEA53AD4EC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj index e8421aa4baf..2cebb41d853 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {60BD58AE-B377-4AA5-82F3-49484A8A995A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj index 29e6a9099e4..19751b46d63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {068F2B0A-443C-491D-87E0-89A4D9F12923} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj index efa0e3a8999..14330dbf337 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4574F673-D343-4EA2-A466-6B9424620B3E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -30,9 +13,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_d.ilproj index 56c5a17f6b3..e15f49a9cef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj index 293550193ad..2b85a882725 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_nonf_il_r.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_d.csproj index d0ca9fabb02..bc40bdc6d86 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A22C5171-CE93-4AD1-A614-53ECB5AB6F99} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_do.csproj index 7c31e86a2b6..a516757b061 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8F6D34BF-B0BC-4A54-884E-46BAD7906979} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_r.csproj index ac20546e9df..9c1904042fc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {37B4859A-768F-49D4-992B-74F745A1B76F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_ro.csproj index 12d0edaeb2c..7ad0b954637 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNadd_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FF25E2F8-8DA6-4FEC-8DFB-A907C8C09894} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj index 61a2a58fc88..0b5dd0454cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {93353512-05DF-470D-9E61-EC736AED7CBB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_do.csproj index ff6e9ff56b7..28b8956d6da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D43FA9C7-1EAA-4A51-9527-0497780EE28C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj index 8a40fb01e15..510db7d821a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {14556421-C88D-4570-BE8F-9BF7AA9C3EAA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_ro.csproj index 71f703e252b..4bda786ec9d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNdiv_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6FAAAEF7-86D7-4A66-9BBE-172C84D4C06F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_d.csproj index 0ba0de4bcac..63baeba6d1b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C16861BF-4E41-4938-B299-23ACACC9BD4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_do.csproj index 1ceda2d12f5..324139c7409 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5B8C8DB2-163F-4BD0-85BD-D6828FFAB94B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_r.csproj index 2c4c70ff143..af39889ce05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B4C7EC4E-86E7-4971-936A-E026CD1030FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_ro.csproj index d3e6ccbafbf..8389a1417a4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNmul_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ABD48F8F-3E3B-4338-B0A8-D99474BA2115} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_d.csproj index af4805e29c1..97175896a12 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D01798FD-2762-4684-B994-5A9E62401B09} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_do.csproj index e9b77d4183c..aaae0e6388c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1614BCF8-1A48-4FD5-AB31-66025E4C87C0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_r.csproj index 17ef93c39f4..766b6e17316 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {47409D5E-6F2A-4B6D-8E81-DBAB8D43EF1F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_ro.csproj index 2756cf14938..956913615d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNrem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E236884-A6EF-4B33-9FFC-D42E4B012405} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_d.csproj index ee18f95c94d..fb36daa7d4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {494A94F6-1F88-4F43-BCB9-98C1EDD78E4A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_do.csproj index b4d2613d7e6..3a13f0f60c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FDBE563E-D93F-4AB0-9437-DCB690A9DAAF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_r.csproj index a99e3e66555..c0a3b1faba3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AC25B4EE-B099-488B-9A81-CCC51080D5C7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_ro.csproj index fdcaf076469..4912c8a01ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4NaNsub_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E33CA01E-20FC-48A3-817C-1B199F30D03B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_d.ilproj index a82ddb76fbf..57925670d0b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj index e11cbd2f3db..c7a2535023b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r4nanconv_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_d.csproj index fb5c8c5b701..0f0df01452f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {00E7B256-7EE2-439D-B96E-0C294CC1B3FD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_do.csproj index 22dba339f2b..7379ab3b25e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFAAAF11-8C97-4ED2-A398-08444A50486A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_r.csproj index 375d1e8afc1..a51e5c61954 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1DB4EE50-5094-47D6-9D94-061E10DF69D5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_ro.csproj index 79b9c7e0db6..06a60d0c516 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNadd_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E9CCED78-232F-4EB5-90A1-023A41274B58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj index 5225588fe8a..db239194615 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1E5221ED-2048-4FC9-BA16-00F38544CC72} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_do.csproj index aeeec902edb..040baa53560 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50A016ED-8DE8-4C0D-B25D-2100B4914DEE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj index e39eb3dc1cb..52083de73d8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FB579738-9498-4881-A32C-694CF37A697C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_ro.csproj index ffe6bf37a30..a69637457b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNdiv_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4FF01844-7091-4256-8188-DDD701C6F87E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_d.csproj index 2b27c6faf07..b47f65047d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3756C837-8E90-43EA-B4F3-E075AF783EB0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_do.csproj index 1c23e853c48..25a6d6fbb2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {954ADAD4-8861-47A3-A106-510F631315DB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_r.csproj index cfba8b9c929..a34c4187dc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F8FB7B02-E03F-4AD9-8EEC-25203B57A827} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_ro.csproj index 9d11836b069..74db1510f13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNmul_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {20171FF8-DDE1-4FF1-90A8-F8EC281EC68D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_d.csproj index 22e2b0a3037..61b047c7c30 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {06D2A7DD-028F-458A-8D54-C3D3B3F638C0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_do.csproj index ccdf6deee94..0e799e0f9ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1B4E9C42-7E89-4763-B701-AC4BBE830565} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_r.csproj index 16af37c8ce7..be280dab15c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3002F383-353A-4535-A7F6-A175A4CEF8DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_ro.csproj index 97d43306be1..4d8ba7ba63d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNrem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C7EABAB6-FB6B-4F66-A55D-98CB9E47BEC8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_d.csproj index 9bbb06e8394..f896fbd0201 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C08249C3-EB5D-4BB2-B5AF-58C16A215FC9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_do.csproj index c4a21a9cec5..b54fdfb5deb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {29929866-FBAF-4C45-8B0F-AF635A9AC1EA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_r.csproj index 28212d0fd2a..c5b726512cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {03A68991-465F-4E1A-8DBF-3D61A31122BD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_ro.csproj index 4d68bb9df19..39af8f7f7e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8NaNsub_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {20435EF0-4C67-4BE5-9B88-DF1E227D67E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_d.ilproj index c75e5b0bb8e..11cc69019a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj index d3b7b1fa9b8..e34bc182201 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/r8nanconv_il_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj index df8b4eae439..192a850f1da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C846EFEF-EE6C-4946-9DBA-6756578415B4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj index 24ac454347f..19e66ad381a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {75D77419-B86B-47F0-A331-9A760698C35E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj index 3354cfe4699..0c4444c66cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {390610BA-E35C-4473-9D6C-990DDCBDE4F7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj index 7d636ffc62a..5ff3c81b0e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatInfinitiesToInt_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CDA2AA0A-A390-4A54-BD6B-1981FB8A87D8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj index 66c34275fb3..c62cbe0010f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {422EF5C6-E6D3-4025-BF58-BAD9F965D51F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj index 401946e7a6f..b3dddc7d6c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {581F9C7A-C9E9-479B-A17F-51C578150103} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj index ca4e769d96d..6b22921c91c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED117AC3-B0A9-4BEA-9D54-10E0E61CE4B4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj index d69ed2fc125..9bd495c8338 100644 --- a/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/Overflow/FloatOvfToInt2_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C6BAFF05-7D71-4AD0-967A-6B4FAC410969} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj index 3a3183406a2..5fe9be3786a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB8AAFEE-9654-4F6B-A96E-734766D317D2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj index d2c5139bb68..8e137083dd0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumper.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A26D4F08-414D-4444-BD5B-A786D1E1BB65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj index 3a404b100f8..e8f1af93d45 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgjumps.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1F9F89B9-793D-45F8-B231-560CE321E8C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj index 89eae24ffea..dfeecaef0b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_dbgvtret.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {54FAA905-87B2-434F-890B-E78091C1DE6C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgaa.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgaa.ilproj index bec239457bd..07d9f4dc0d1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgaa.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgaa.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgcalli.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgcalli.ilproj index 3910f48c1e5..a84d7f8c67d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgcalli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgcalli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgdd.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgdd.ilproj index 66a4fbb24df..1b184240c2c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgdd.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgdd.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgee.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgee.ilproj index 0bb8c46439d..2623bd2556e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgee.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgee.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper1.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper1.ilproj index 9f70e2c9cf1..e60a7cd8d3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper2.ilproj index 740d8737d8b..2bcf9cebfc6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper3.ilproj index 7999921fc66..58c23c88375 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper3.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper4.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper4.ilproj index 7b576811ee2..795dfa7346b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper5.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper5.ilproj index 21038045ec2..04ec971c4c3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumper5.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps1.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps1.ilproj index ede20a0f2d6..7375712c272 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps2.ilproj index 14377758df9..510495576ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps2.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps3.ilproj index 9d8dcf61e1a..0b5f857bfc6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps3.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps4.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps4.ilproj index aec73136e4d..7d328ef70e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps4.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps5.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps5.ilproj index f73aa96ec1c..4588323b3c1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgjumps5.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret.ilproj index 4ff856ab507..aac2c63344b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret2.ilproj index e0b8f0fe141..4fb8ae78511 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_dbgvtret2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relaa.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relaa.ilproj index ce882897cc3..7133d2a1434 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relaa.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relaa.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relcalli.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relcalli.ilproj index 66add9b3cad..bbc54e52549 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relcalli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relcalli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reldd.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reldd.ilproj index 53e7ae31c0c..0b0e3cc6720 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reldd.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reldd.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relee.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relee.ilproj index 6eb359258d0..9fe5406cdaa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relee.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relee.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper1.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper1.ilproj index c708eff45b8..95ec99d9290 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper2.ilproj index 833b5b3badf..9b5678d07f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper3.ilproj index 63417cc7c91..80c3f2512fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper3.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper4.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper4.ilproj index c564c1fd7a2..fe018484e36 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper5.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper5.ilproj index bde57b0b8f2..6d014e24fab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumper5.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps1.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps1.ilproj index f356f951a15..2c13db5778a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps2.ilproj index bb0b2587f33..b38a0e50394 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps2.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps3.ilproj index 8f23dae4f86..0b5cdf5c9f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps3.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps4.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps4.ilproj index d366a27d603..939376a79c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps4.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps5.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps5.ilproj index fdc84d22bbd..e73b85f64c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_reljumps5.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret.ilproj index 9b84082adf6..496cceede89 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret2.ilproj index 74bd5ab64bd..5ed32f88fa1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_il_relvtret2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj index 6ac35a8dac4..b4640bed20c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0210D570-2CBA-4A6A-A0BB-60391314F05F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj index b0f4341d30d..9d6b03242cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumper.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FC774CEF-FA61-4FEF-969D-7FB656BAD931} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj index 28ce2032866..52ee719ef86 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_reljumps.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A04473DD-EF02-4686-831E-054DF9F91F86} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj index 5d489b3d66f..911ef5ec21f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_relvtret.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3DB52B16-4BC3-4024-BD75-4A1AD2D35A24} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgcall.csproj index 8c1cbd404ef..82073910b7f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6802642-229E-47CC-B42F-CB135E4A38DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumper.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumper.csproj index 339ed8844e2..c164d74adb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumper.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumper.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2D5CB3E4-495B-423D-9367-58E2D85CB165} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumps.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumps.csproj index f2f06fd894a..08c567a6245 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumps.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgjumps.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E19A0C27-4003-4051-8641-053AFA2AE532} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgvtret.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgvtret.csproj index 3d73416a34a..e59695c28eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgvtret.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_dbgvtret.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {39B71F50-20FB-4615-990A-E9B5E7F7DCEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relcall.csproj index 388e24221a5..0bb786a1dc0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F399B587-ED92-4DD3-8588-F5FDD3931FFD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumper.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumper.csproj index ab6a72ea46d..2aed42c0f3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumper.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumper.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2E9D0279-8DA5-4A78-897E-5BF16E421F17} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumps.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumps.csproj index df75e56926c..7cd750d21b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumps.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_reljumps.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2B10E9B2-A2B8-4662-AED1-C4353AE14C05} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relvtret.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relvtret.csproj index 6db184ca53b..9be68f2e4bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relvtret.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/callconv/_speed_relvtret.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DCF0DE1B-E454-4D9F-99B2-DEC173E0D33A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgctor_recurse.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgctor_recurse.csproj index 442e32e4722..c4a9dc19dfa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgctor_recurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgctor_recurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {22F86E3D-039E-47B9-A0CB-401AE8E5DBC8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj index 079a426779e..8ef90b9d52e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbggc_nested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0CF8DB4B-6F3B-48FA-8CAB-443E456CE5C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj index ce8ee86c906..a30da30010b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C1CC2BDD-95C8-4068-A276-B2DB9C8D5546} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj index 51d310b191b..e0d29ce4a7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD132095-6E35-4B16-8F9B-5FB76FCBE6B6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ctor.csproj index 9453684eb8e..402558504cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {05A739C9-5067-4BF8-926E-C257FBAA633D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ref.csproj index 7a3bfe817b5..de79b279fc6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghan3_ref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FD5ADA5A-418C-4FD2-AEFE-E3D39370656D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj index 54bd6f72a74..2ebb051e148 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbghanoi.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E07BAD61-4DCB-47AB-BD0D-34D7D6611349} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj index d587f19c6bb..083291ab8b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgknight.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {45D704E0-EC36-4EF7-B5D9-39CE0C8F1B4A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj index a2402e34a1f..f4b005d52a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_dbgnested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D5A83968-CF00-4ED6-A999-2602996AA234} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3.ilproj index 10f071f250a..25778201544 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ctor.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ctor.ilproj index 3fd8c622407..91a6f0e45b8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ctor.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ctor.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ref.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ref.ilproj index 3862fbc79be..fa9a1289955 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghan3_ref.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi.ilproj index a694371762e..c5250b297b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi2.ilproj index 26d1b760c9f..c190bd0f616 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbghanoi2.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgknight.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgknight.ilproj index 640867634f1..6c1d3609dac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgknight.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgknight.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgnested.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgnested.ilproj index d1a46f3ba42..bcece79a16a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgnested.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_dbgnested.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3.ilproj index fb840139d17..789e42bece9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ctor.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ctor.ilproj index b281ce0da31..093a8723fac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ctor.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ctor.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ref.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ref.ilproj index 081ffcb67ca..c7e0ccd5a4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhan3_ref.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi.ilproj index 190d9df5535..7606fbcd087 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi2.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi2.ilproj index fb685fa5395..568748908e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relhanoi2.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relknight.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relknight.ilproj index fa2dff48ef2..3d6dc1a92eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relknight.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relknight.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relnested.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relnested.ilproj index ce448cdd8ba..3f004be14de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relnested.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_il_relnested.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relctor_recurse.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relctor_recurse.csproj index 364df84ca82..a8a7eb8a8c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relctor_recurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relctor_recurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B77D7828-B6CF-4A16-8551-066928F5E80D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj index 0f555457854..10cdd0966e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relgc_nested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8336D84D-D521-4061-A011-0D4D9982CAC4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj index 394b89a0ef7..a4dc8deb880 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {41ACB02B-620E-43B1-99A5-FC49DE6EFCCF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj index d2448adee40..4b8235c94cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C458785F-D6EB-4E20-960E-96E0F1495CB2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ctor.csproj index 2fcf36303d2..6468008e5d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {13744560-2695-4724-B54C-82FA972B0BC6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ref.csproj index f73809a4750..4da08220959 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhan3_ref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A93771DA-825C-4897-A8B5-D643BCFACE90} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj index 64cc750510e..4ddd0f254ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relhanoi.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D9E1DF21-AD46-4D01-9623-34894A90943F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj index 2495d0b1ce9..bd8a63f0d76 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relknight.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FD02985C-E4C5-430A-8714-E4B1A6EC9789} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj index 753b41f70de..d9de37e01f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_relnested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {923A6EA0-9F8F-456A-871A-E46039B1B678} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgctor_recurse.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgctor_recurse.csproj index 302422f99ac..45bfe16a3fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgctor_recurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgctor_recurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76655B3D-67E1-41D3-A2B0-E03E77D36656} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbggc_nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbggc_nested.csproj index e51ba60ec0b..83889c9894e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbggc_nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbggc_nested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFB1BFEE-DDB0-432F-9023-C887120AEF26} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan2.csproj index cec9f04ec5f..350b90358f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CEF603D3-5C1A-47CC-B808-A31C0687209B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3.csproj index a95a6264d05..b0317e2a7e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {028A8292-C8D2-4B63-8304-A8E36F244279} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ctor.csproj index d289b96bed4..8d3daf8375e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {94028362-0517-43DA-B3E8-ED474B0A9A59} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ref.csproj index 3c6b36c2fd2..438acdfb49b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghan3_ref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DA55CD67-0F1C-4D32-8C12-183B8371D7CC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghanoi.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghanoi.csproj index 8479f8c4862..1bc25befa1d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghanoi.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbghanoi.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D362D233-C560-4023-B68A-93162C984D17} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgknight.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgknight.csproj index 3f23408f84a..f79c0307cee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgknight.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgknight.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FD64267A-0AF0-4A6C-926D-65FAAA94834E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgnested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgnested.csproj index 189b86df3f0..ab1a08f664a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgnested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_dbgnested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C47FB2CB-75F2-492A-A994-72F4AAD2445B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relctor_recurse.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relctor_recurse.csproj index 4b95c4b26ec..1b6bb4825b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relctor_recurse.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relctor_recurse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {84F2A622-1F52-4BE8-9607-C52BF18222E8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relgc_nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relgc_nested.csproj index 009354d0eb3..e2b220b6387 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relgc_nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relgc_nested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {48CA2642-7AD4-42FE-BB59-535B0FE8CF02} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan2.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan2.csproj index 683dad33212..18100f6b182 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E37BB2-870B-45D1-81D5-B1248EC522F3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3.csproj index a3355095c9b..bfb3b6090af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C1D19880-4EA9-4D47-ADB2-F3020BB36614} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ctor.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ctor.csproj index e71e53abce0..ff2ccb47874 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ctor.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ctor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B6648448-C527-4F11-8B86-F419064B576F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ref.csproj index 989ff5d8180..3e28dbd584a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhan3_ref.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DB1F1802-281D-434E-ADF2-F7DA2708BB23} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhanoi.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhanoi.csproj index 22a54998dd7..302e88b43b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhanoi.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relhanoi.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1703781B-A132-48C1-8D83-9418150E5EC3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relknight.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relknight.csproj index d092b218ad7..611ba127a98 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relknight.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relknight.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {21433341-8435-4758-8874-8B69D3197855} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relnested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relnested.csproj index 7a87a5dad71..a8fadf95a1c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relnested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/_speed_relnested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1165E77-B017-43EF-BAD6-B694420E2DF9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.csproj index 7feb6102789..8ef90b9d52e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/gc_nested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4818E0D2-FDE7-4760-B73A-D6771454AFFE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj index 7f1e30ad74b..f4b005d52a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/etc/nested.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5AD68D22-B586-4782-8C8D-18733CEBE41F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj index c2f0f49fa5b..36316256f99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgaccum.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C7A9C579-E424-44E2-9A2F-29B4D4DEE717} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj index 8be14e27fb4..05a15fe3942 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_dbgvcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F956F618-3908-4B72-90A2-E5C95A568BE5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgaccum.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgaccum.ilproj index a0794baf9d3..ba0d500916b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgaccum.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgaccum.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbglivecall.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbglivecall.ilproj index 845846fa090..52216a57192 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbglivecall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbglivecall.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgvolatile.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgvolatile.ilproj index 6e691d82e51..b3a17905404 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgvolatile.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_dbgvolatile.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relaccum.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relaccum.ilproj index 45626003e5c..3bbdfeb7ba3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relaccum.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relaccum.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_rellivecall.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_rellivecall.ilproj index e29c794122c..88067e51922 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_rellivecall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_rellivecall.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relvolatile.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relvolatile.ilproj index b13b60b905e..3eb99e556b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relvolatile.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_il_relvolatile.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj index 2c940071aa4..e8d0307dbea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relaccum.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0EDD9DAA-5C28-416B-93D6-649F5F53F3BA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj index 809c319ba8b..6494cbb1cea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_relvcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2804A906-6AE0-475A-BCD0-B4431927593F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgaccum.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgaccum.csproj index aa2d9264c97..730d192d9c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgaccum.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgaccum.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7A5F6CF8-A8B2-450C-BC84-1DC24CEE9112} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgvcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgvcall.csproj index 6eb379bad38..b67ca946f18 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgvcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_dbgvcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8B475B38-3649-4F42-851C-0CD105D39443} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relaccum.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relaccum.csproj index 4a6de056e49..ff0176ae271 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relaccum.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relaccum.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {271F3C97-79B6-4540-B7A5-206695AF763E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relvcall.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relvcall.csproj index 3a19040039f..023a9c4f3cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relvcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/identity/_speed_relvcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9AC8C788-6AA5-46E2-B55B-0F933D9DE13F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj index baf7cd7c917..5bbd9d21654 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4832AD20-C18B-4DA6-BA24-1BBC091A9EDF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj index 3d3bdaec42a..ffe120f0e96 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_dbglcs_gcref.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {88478773-3195-4E44-827C-70217D768587} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_dbghuge_gcref.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_dbghuge_gcref.ilproj index 6032cf9af8e..cff2b276126 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_dbghuge_gcref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_dbghuge_gcref.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_relhuge_gcref.ilproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_relhuge_gcref.ilproj index a3c6bc0d2aa..1d5d48bacd3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_relhuge_gcref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_il_relhuge_gcref.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj index ba0e6389146..08822aaa374 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {48C681B9-8B9F-4192-85B7-5D355AB3BA22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj index 3d3a35934e3..7f3b9ca6f82 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_rellcs_gcref.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D6144DFE-A510-468B-AF81-5DFCDB51A82F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs.csproj index 94023a2a7bc..97bd56490dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A655F286-8C9E-4C53-943C-A1917175368C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj index 2647d499208..1ade25a0e04 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_dbglcs_gcref.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {722FBB70-33CC-4C7F-ABD0-7BEABA4998C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs.csproj index a1b45af6bd8..f134085b1d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {365C9C3D-367B-4905-82DD-4424A041F001} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj index ea5912300b4..8d8c3e22c1c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/VT/port/_speed_rellcs_gcref.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {71429F1A-06E7-4830-AD79-B13611080D3F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj b/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj index db5ec5fd8f4..ccd9a9fb01c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj index 7e56bccf437..01a4a399538 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgcast_throw.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {45913162-0814-48BD-BB47-A3FC01EB66A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj index d3223e5869b..50e5c6df15b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_dbgthrow.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {53999106-094B-4E18-BA77-D8498D398376} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch.ilproj index f190bfeba68..bc018f349c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch_neg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch_neg.ilproj index aecec76b222..435f70ab33b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch_neg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgcastclass_catch_neg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgfilter.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgfilter.ilproj index 0e846bb100c..96edcac7557 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgfilter.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch.ilproj index fa7618c6f72..61b167d0630 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch_neg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch_neg.ilproj index b02b5a97fd4..6c39185317c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch_neg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_dbgisinst_catch_neg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch.ilproj index f865bf59a60..36e750044d5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch_neg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch_neg.ilproj index 5e85a0d1d95..6f282a3946c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch_neg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relcastclass_catch_neg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relfilter.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relfilter.ilproj index 8d8b1b99b2c..32f078e0e89 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relfilter.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relfilter.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch.ilproj index 87642f24d4e..2a8a8056f12 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch_neg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch_neg.ilproj index bf13f3adcce..61e67c7590f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch_neg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_il_relisinst_catch_neg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relcast_throw.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relcast_throw.csproj index f31d669ed5b..8a620a9099c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relcast_throw.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relcast_throw.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AAEADD3D-8607-40C0-B852-FE268A309DC8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj index d07dabecb7d..0f620830389 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_relthrow.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {87F222B0-EE89-41DB-A9ED-0123DDF67749} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgcast_throw.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgcast_throw.csproj index 6e38a85c9a6..ab024172f18 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgcast_throw.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgcast_throw.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {57F6C5A7-D8BF-4FBC-BB97-1677B71445B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgthrow.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgthrow.csproj index ec115dbb765..338d33089aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgthrow.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_dbgthrow.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C189A69F-0DDC-4415-8733-7BCC228293F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relcast_throw.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relcast_throw.csproj index 1443b7853d8..0990ee29399 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relcast_throw.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relcast_throw.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {21FC3929-FA6C-4DF7-90A7-637A45E3ADC9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relthrow.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relthrow.csproj index 694513207a7..1f8ec132a4c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relthrow.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/SEH/_speed_relthrow.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4179CA63-8CD0-445C-83E1-64E534A0E471} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgarrays.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgarrays.ilproj index 42784c605c6..5a67239609d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgarrays.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgarrays.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgcastclass_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgcastclass_ldlen.ilproj index 7eea60c69f6..112c17afd45 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgcastclass_ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgcastclass_ldlen.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgisinst_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgisinst_ldlen.ilproj index a42730d7b43..57aa10f12b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgisinst_ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_dbgisinst_ldlen.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relarrays.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relarrays.ilproj index 8cc78b6dd2b..6f8e760bde5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relarrays.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relarrays.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relcastclass_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relcastclass_ldlen.ilproj index 2f308e06bbc..9b71464cc22 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relcastclass_ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relcastclass_ldlen.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relisinst_ldlen.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relisinst_ldlen.ilproj index 12e2f8ccbb6..20d2ff99d4d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relisinst_ldlen.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/array/_il_relisinst_ldlen.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_call.csproj index 18299291ba9..3082d7488e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_call.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EC462D6D-429B-4032-9C16-8124B636F52E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldarg.csproj index 99a69d81e5e..9809c0be945 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldarg.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {47DB4011-8390-4971-A4B0-614D877753E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldloc.csproj index 3ace65a9b6a..db950ac6225 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_ldloc.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFD0A615-8DFB-4BE7-9447-8B40B669F358} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_newobj.csproj index ebea6006a3f..fe68e767e36 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgcastclass_newobj.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2EB2B920-3D17-4DEA-9C7F-5619728AC09F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_call.csproj index 5b24e4a9ad0..6febad96190 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_call.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A72CD380-2512-44A5-8B6D-A3B3E293C6CD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldarg.csproj index 6ad3a8b139b..6f76e91dd0a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldarg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96B72BE7-8B3F-44F5-B80C-F57BE0B395DB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldloc.csproj index 17fe038af81..edad6b3bf48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_ldloc.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {57B8E571-4E72-4C73-B538-8AADCAB3C0DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_newobj.csproj index d0e312d9220..a5b260d0936 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_dbgisinst_newobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {87F99B82-CC31-4C2B-B516-E4FF5B14850B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_call.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_call.ilproj index 36e5e2291bf..259ea304225 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_call.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_call.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_calli.ilproj index 2061aeaf185..5a899c2e638 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_calli.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldarg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldarg.ilproj index 6ea269da3bc..98c2cd037a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldarg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldarg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldloc.ilproj index 6e5867ce188..95e9743f626 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgcastclass_ldloc.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_call.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_call.ilproj index 07d1e524c1d..1647d78b9b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_call.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_call.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_calli.ilproj index 68d178539db..02af62fa45b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_calli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldarg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldarg.ilproj index 917fc537290..0988c04c384 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldarg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldarg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldloc.ilproj index 0b93202e1f9..fc8b6d9cce5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgisinst_ldloc.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgldnull.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgldnull.ilproj index 19610ec23fa..622bb12b2c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgldnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_dbgldnull.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_call.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_call.ilproj index 91137d625ca..13de10401b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_call.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_call.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_calli.ilproj index e0903e0246f..d0bb24289b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_calli.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldarg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldarg.ilproj index 8e4ec8ab532..0bfd7655631 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldarg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldarg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldloc.ilproj index 8e9f1397216..8a8da828491 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relcastclass_ldloc.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_call.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_call.ilproj index 7cda83dc454..c88d7210fba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_call.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_call.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_calli.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_calli.ilproj index 642b734741d..bbb9aa52cd0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_calli.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_calli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldarg.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldarg.ilproj index a0c818c215c..ad9689c0aa4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldarg.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldarg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldloc.ilproj index 3b0ac6abf41..14fab7a328c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relisinst_ldloc.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relldnull.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relldnull.ilproj index 253578c6e71..2e9e72d0f7c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relldnull.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_il_relldnull.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_call.csproj index f0c71bceabc..19420e00af7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_call.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EBF644A9-39CC-438A-BA2C-C5442D126964} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldarg.csproj index 54ccde76da7..4641ce0229f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldarg.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2C09812A-1591-447F-94C5-F33FB0346B4B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldloc.csproj index 17b5f20dc1b..33d0933cbe0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_ldloc.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A8FDFCD-343D-481D-8488-0143733DD0C7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_newobj.csproj index bab0b1f8eca..9acbe91fecb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relcastclass_newobj.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D5CFB37E-ECFE-444A-B190-F51ABA65B445} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_call.csproj index 5fbec21e125..e31ce8c661c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_call.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B0FF97B0-F7C0-426E-9824-9DC7E3DD80D9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldarg.csproj index 5a8c89166d1..0ffb8d1369f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldarg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2384630F-557C-4F9E-8E89-0BFB6C3C2FAD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldloc.csproj index 433022b76b1..3fd5be8c208 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_ldloc.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7A51F8A9-E6EE-4DDE-BAF6-B7C1B3D9540D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_newobj.csproj index 8e45146ed6d..b735b149e94 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_relisinst_newobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AC027E46-2C6D-4A35-970C-89AEC7BDAB30} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_call.csproj index e2c767f014e..f84ecad2dfb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_call.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D7CD98E8-0C64-461C-8F01-65AA36A6C96C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldarg.csproj index 0c9efb190b0..27bcd4f0a2e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldarg.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {610C682C-0742-4385-AB31-C5ECD325FE18} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldloc.csproj index fcb32225a16..6d6bd6c26fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_ldloc.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4F03B20F-FF85-47CC-98D0-9FA1019DD791} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_newobj.csproj index 07ab3883b41..565278fc732 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgcastclass_newobj.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8BD76585-0793-42D2-8C56-44BD7FAEA618} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_call.csproj index e9c18db6ce8..22857583183 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_call.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4AFCCDF9-E134-47CE-BC3D-5D6F87887FE5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldarg.csproj index 5af6747a8af..6b4a11c5e95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldarg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E013FA53-3402-4527-A67C-BCAF01906006} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldloc.csproj index 65d37f3759f..a70f9df8571 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_ldloc.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96242A32-C8B7-443A-8CA7-2834487DDD4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_newobj.csproj index c06152bb464..b20aa07b75b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_dbgisinst_newobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BC757971-447D-476E-A471-FB7AD31F05D5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_call.csproj index bb9451bf0e6..befe947004c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_call.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A6D1692-4BB7-4AE0-8201-69789E8DCF71} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldarg.csproj index ac4a068f348..b1db7943e44 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldarg.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1E5382F-1EFE-425F-AE94-EE6E3ECF170F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldloc.csproj index 747ef07c826..c45cd7f54bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_ldloc.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2549CAA4-4472-4788-A01E-ADF8AC8E50DD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_newobj.csproj index 6ef08fad0bc..285cc84018b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relcastclass_newobj.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8D3F8332-7C3A-4539-8D78-D908D9715214} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_call.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_call.csproj index 3067621b905..350d2de23af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_call.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_call.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9A448D03-472D-4B82-BBFF-A9067F38DDC0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldarg.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldarg.csproj index b4695747cf1..10a15e53c16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldarg.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldarg.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {17062F31-5AA0-44BE-A095-F70ACDA913EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldloc.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldloc.csproj index 627ed744283..24d15a4fb42 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldloc.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_ldloc.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD5A8A91-8FDE-4446-9EE5-59AD78F28E1E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_newobj.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_newobj.csproj index 08821d394d9..8eb6f5955a6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_newobj.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/coverage/_speed_relisinst_newobj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6275C7C-33EE-4265-B0A0-79A03D5C9160} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj index 20e931d56ae..42bcc767a81 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_dbgiface1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CF86105B-1DC7-44E0-87EE-76F509A7423D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_dbgiface2.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_dbgiface2.ilproj index 0e06ff8670a..db972c7eebe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_dbgiface2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_dbgiface2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_reliface2.ilproj b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_reliface2.ilproj index 1df035705c4..11d39b6e527 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_reliface2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_il_reliface2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj index e2943f2cc7f..4c3db61c53e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_reliface1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {73978DEA-5BFF-4F42-A98B-53C49110A405} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_dbgiface1.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_dbgiface1.csproj index 9587acbd801..ad7035d966f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_dbgiface1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_dbgiface1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9A8E4763-D08B-4C38-B529-3051062FF267} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_reliface1.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_reliface1.csproj index 9d3959f6b80..2969aff28f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_reliface1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/iface/_speed_reliface1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C2DB220F-1880-43CB-92D2-F6D5EAD79F4E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/_il_relCommonBase.csproj b/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/_il_relCommonBase.csproj index 7e322b2aa11..67efa267695 100644 --- a/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/_il_relCommonBase.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/casts/ilseq/_il_relCommonBase.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {73592109-1E40-4998-ABD4-B067DC8743C5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_d.csproj index 13be096354d..50e5c6df15b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_do.csproj index 6b7efe85043..338d33089aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_r.csproj index 2f43f9b2ec4..0f620830389 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_ro.csproj index 7b1d759a3fc..1f8ec132a4c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/Desktop/throw_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj index e901fb7a94c..b74e7864d3a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj index 5f879959904..6b83334ad6b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj index 2b04a9b39f8..e4fbb7d718f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj index e5bfa9b0bab..097896aa8fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_d.ilproj index 2ff6f640694..56e2a31aa12 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj index 1e694e19f1f..b736e37b667 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/deadlock_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_d.ilproj index 96ab267f6a9..b6ab73876cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_d.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj index 0a54f7d8b52..71875ec9e8b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/global_il_r.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj index ec0f6f99124..61ab7dba173 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/testlib.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj index f053c358ff4..379cceb7965 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj index 3f3910329e6..82dabac007f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj index 4446f06db74..5b4ee7adf10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj index ea12b370f1c..5dcc166181c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj index 7fdf208ac94..d32b2bbcafe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj index 8f1abe0026b..f127ff6cecb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj index 801258f2a97..a17c9f4b883 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj index b9e31a564a4..ce54d136eb1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj index c5ed9a11f81..790f28482c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj index 46a69155797..97bca755de9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj index 52b499ddc5c..23c2a8f0307 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - - + + True True True @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj index f9f464ecc5d..362fee43b2b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj @@ -1,29 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True True True @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj index 5b80921b372..f1d65cfe0c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/Desktop/prefldinit3_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_d.csproj index c4fbf7eae1b..0c71efb9a9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8C128213-9AA8-4025-8EE7-6FDF47DD544A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_do.csproj index 4592e808016..cc98058bd93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4DFBCA5D-68C7-4512-A880-079C2C6074E1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_r.csproj index aa684c04ad6..fbc29b273bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C696F969-2AA1-4289-8576-CAAB8748F4C3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_ro.csproj index 4bcfd3403ee..60a4d4d0f43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CDEE2A91-3E85-4BD8-8E66-63C827EBED8D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_d.csproj index 6aa99d5555b..7c984f6ebd7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {47AF9833-5788-4D1A-BF71-1902E8B9BE59} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_do.csproj index 162b8c4e2f8..941d4609152 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0FF10F1C-0C7D-4CD8-8A14-21C6E488B8E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_r.csproj index bfabd35c031..f6440775054 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {89AE94AA-DF13-41D6-9673-1FBCA7727162} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_ro.csproj index 1ba645e4cfc..c7845c282bc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise1b_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {41992141-0B64-4EB2-B3D2-35CCB92CEB8A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_d.csproj index c9184f262c2..6fc01a65a92 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {54A922D9-D2B1-4969-A811-1EBE820FB5BF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_do.csproj index b424a8c83ac..951d70dfa9d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F9740EEE-763B-4CDE-AE92-5876DF3E9468} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_r.csproj index 464b971a659..9cba7b8ba0e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1847231C-A265-425B-B58B-9B8FDA2B0783} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_ro.csproj index 17398abac0e..50a58b69517 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E123581-790A-4E86-A7AC-0A09F790B058} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_d.csproj index 59967f11f9a..4ed528ec163 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {821703F9-4217-4040-B5BB-F1002E4949B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_do.csproj index ebe8e0103b1..b665bcfdf54 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E4D96FB0-C02E-4475-A719-FA7B65195C81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_r.csproj index b80371f62fc..80d7ca054df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {09F506EA-4CBB-40BF-8A7E-68F9870996BA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_ro.csproj index 782afab5164..1b6a0fd8f05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/precise4_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96D54F48-B900-4CA4-AA41-D6195774E529} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_d.ilproj index 301f1fb7173..f0ef5dcd123 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj index b3e32efc991..d1ed15a8f39 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit1_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_d.ilproj index 24fcfb9f6d5..eae9498e40c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj index 8d04d194167..a0b5b09fabe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit2_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_d.ilproj index 0b8ed6dc0f3..878562702d7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj index 4c4a1d7d38e..cd1bac01624 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/simple/prefldinit4_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj index 69f0224bc1e..319b6ef3aea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/testlib.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly false - - - - - - - - False - - Full False @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_d.csproj index 8eeae59491e..755c374c987 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj index 2b5dca21eef..e53cffcfda2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj index e759c2d6b87..dc9d871e27b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj index 09ccf1f7649..7b33b418cef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_d.csproj index 4d0280c3cba..206f15e7bd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_do.csproj index f7933fab1c6..592590107b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj index 1d699cecd6d..1bef3ea46db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj index bb64eab4717..8cabe21ec9c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise1b_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_d.csproj index 14b6bb3e376..ea8a3970ea9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_do.csproj index a49a40de143..630d8b40414 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj index e05214b2ac3..aee731640df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj index 8e5d36c39bf..11dcf51eae5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise2_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_d.csproj index 457aaa08416..ea1d7550331 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_do.csproj index 1559c8d6b4a..f9178bd51c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj index b5abba305fb..901a7cb4bc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj index 3bd69317fea..af557a84944 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/xassem/xprecise4_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_d.ilproj index 69908300785..6b72209d656 100644 --- a/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj index c3b6a0e92fa..7c289b22c13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/delegate/_simpleoddpower_il_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_d.csproj index 4b320de0068..d2bffb8636e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8074FD34-7426-4CCC-B82F-98FFC649E91B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_do.csproj index 262dff215f8..d3e037cd0b8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C2414151-E272-4E72-B8F8-E735C686BEFA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_r.csproj index fe38da9c90d..5eefb8e719a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4533D06F-382E-49F3-9486-B41E12EA2378} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_ro.csproj index fabcdd7b9ab..9e9bc2c22dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/decimaldiv_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8687A72B-5DF2-498C-8A8C-CD5A7856D42D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_d.csproj index 44e10ce8847..d8624fc5d33 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {05D8DDDA-6741-4FFC-BB91-629E45A29E46} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_do.csproj index bf4a3ec1a3a..963e7582bae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0EA524F7-EB60-4BA2-8FA3-D3E474EC8D07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_r.csproj index e39673e68e1..cd985eee1e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DD2256C6-B7D6-4239-98A9-A63E694E93E2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_ro.csproj index 5e3777d9361..80e76d151f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i4div_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0F5F1532-DDC8-4803-A39F-102F65ACD806} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_d.csproj index 791646c9d82..6c7d9e8b836 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2731E7B8-7BF4-4BA1-9B33-0CCEAB9D6F57} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_do.csproj index e75f0f2626b..9a8fa94f849 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8CE48E50-0F9E-4DA2-87C3-2645659C8379} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_r.csproj index dffed00b2c4..47067021832 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D212F6AA-8309-4C7D-BAFC-E52A3CF1C9AD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_ro.csproj index 808634edfb2..66edf07ddcf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/i8div_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B25A0F5B-8C27-42BE-AA4A-F124D958A6D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj index d7a42c68a90..6e29d23e1d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/negSignedMod.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1B2250BC-AB60-4AD2-97D3-BD9BD5782F80} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_d.csproj index c971f5f0119..e7dc24382fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76A2BDAD-760E-45AE-A7A9-9778753092B9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_do.csproj index 2b546ced22f..6f9111b1568 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FA9512A5-92B8-4508-8579-2B0568155602} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_r.csproj index 4c42b30e9fd..7413582121b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AD35C91C-EC29-4560-AC15-60CAFFC639D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_ro.csproj index 969ec4217a8..c24d3682bab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/overlddiv_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1C0ECCFA-6538-4E2A-8111-BA9F110B5B7C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_d.csproj index 7a96efa2cf2..b051ebac8d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {22C1826A-A04D-4669-983E-6679BDEBC5E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_do.csproj index a6d323ef11f..076cbc86d19 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {363331BD-4648-4BC9-99C2-D63044C13C83} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_r.csproj index 72c2a312626..052b761a8b6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4A81DA45-79DE-4101-96F1-8FF12227DFDC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_ro.csproj index 2d3970e1e4d..aa70a1f6369 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r4div_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C28A4049-C64B-48EC-A7C8-0823F4167308} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_d.csproj index 563ccc62c50..81f4284d73b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5354026F-2CCB-4547-A33E-D80FA0615FF2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_do.csproj index 28ce7c3014b..a405040a1e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50C047DC-A854-4B09-9D8C-61121ADF7B81} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_r.csproj index 1c63e1054ba..077a4e438ca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9E197F07-4741-4FE5-B984-AD5D866B5B39} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_ro.csproj index d40b4920ac7..329a8c957d5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/r8div_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BE12D59E-CEEE-4697-98E1-119F292F7894} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_d.csproj index dc9be945e66..75ca4c5db66 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BA9F8921-34FF-4A6C-85BD-8E448730BF9E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_do.csproj index d93a3e2359b..fde3cb889e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2EC60DDE-4C5D-47BD-BE04-07092EC947F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_r.csproj index f139ed1656c..1bec75c172d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D44E25B4-A4BD-438A-B8F4-3DAC4EB0E636} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_ro.csproj index 62716e7fc0c..e7139049533 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u4div_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B756347C-04AE-45B1-A646-9E0BB01F23E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_d.csproj index 43c4285532b..7b2570612dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED48DE69-3A2B-4BF4-85DE-B02E168D331F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_do.csproj index 7ced749ebf7..42590154fad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD6EA305-5025-431B-910D-93512B81AA30} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_r.csproj index 37ed23fca00..abbfd7110be 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D48A27DA-5609-4218-A5D9-87C9E7B621FE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_ro.csproj index 0a5b9a430e3..1c80fd47e5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/div/u8div_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9E44E821-9E0A-4024-8700-474B370765D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_d.csproj index fe0e9ee1fe2..9dfce7b3c07 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {47398E20-1072-4B0C-8FA1-C81F53620699} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_do.csproj index abb04e516bb..d1ba7f62494 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2FE13806-29EA-496E-AB35-6880A97D04C5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_r.csproj index 92ba01c7767..42f07ee59b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4CBA35C7-C345-43A4-BF80-F8C7B5147330} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_ro.csproj index d605ffea0fc..1ae453f401a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/decimalrem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {638BCF07-6BC4-488A-AC49-B7DD3BDF3691} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_d.csproj index 512bcd8443a..093833dcee6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E838E359-9791-4399-B90D-08BCF7B6759A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_do.csproj index 831998f2be6..697007fa9ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {29A6979F-FF0F-4E64-B484-39512815C58A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_r.csproj index a71e50b0e68..18453687355 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3480389B-CAEC-4077-843B-A915E8DE6CCF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_ro.csproj index e184efc8952..129849a2ea6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i4rem_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6CD3C00E-D38B-4884-B16E-99C0DB0D0832} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_d.csproj index 8753b44d588..f132348d69d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {071C86E8-527E-4DEF-9547-C71212A776DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_do.csproj index 72d5be91448..5ecd9a105bb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95E53FE5-6FEC-46D2-A05F-3740B5096693} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_r.csproj index 8b41624e368..c64e041cc73 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AB8065FD-01A2-4791-9044-E26FF8C97DD3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_ro.csproj index cba9de7907e..c9fc874173e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/i8rem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {019C42A8-9635-40FC-BC6A-EE2C41996E83} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_d.csproj index 57275c64642..3a4678b7f51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {56FF3771-7CDF-4828-AEB0-9EEDACA09346} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_do.csproj index 19113d830c6..e7cc06bfa9d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {78774AFC-E717-4828-BB45-B910295200A4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_r.csproj index e94c7a4f38c..73def29de97 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9FA1B6E9-A5E1-4E52-9390-954820DCDC72} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_ro.csproj index c86b7e42567..18727a629e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/overldrem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1B4BDABC-C8D4-4FAE-814F-1B67E39B5156} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_d.csproj index 4328f6651df..60edb56ec55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {85CEC9BA-18F4-42C0-B3A8-BCDF2E68858B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_do.csproj index 69633a64fb9..42447ca4cc0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {599FE2AC-4FD2-464A-8CBF-D26B0746D73F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_r.csproj index d69c3ee9ee5..a3fb878543a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3312A13F-DED5-47B2-8166-160B156E0E39} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_ro.csproj index be729baacdb..2219b4ea31d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r4rem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6B94184B-A46A-4121-BD93-C653CEC64E88} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_d.csproj index bc50d693fe5..f3d620f58a4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7D41599D-2F6B-4127-B75B-CAB27E34BB9F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_do.csproj index 9fa8122acb7..d8de413da8e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EF75F79F-9FC5-4366-A962-D4CC5797E9FC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_r.csproj index 05e073da789..b1ffcf3232b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8D598B51-ED43-4661-BC93-E5FE26557F53} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_ro.csproj index 7d783e17ed3..57fe7a2ad75 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/r8rem_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB17B9FB-D73C-415F-86F6-E07093C6EAFA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_d.csproj index 3858146485c..e1778854022 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {191A3D78-6BF7-4244-8000-F9444CBD9323} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_do.csproj index c0b98092b58..41253af0ac3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E3A3179F-0DC9-4D61-B1E0-5EA062EDCFF7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_r.csproj index 982180bb6dd..d0decf1bd17 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B798D96F-A8DA-42F8-A91F-5CF606557041} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_ro.csproj index ef57fe7d653..9784805bb88 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u4rem_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D9ECFCBB-D8B0-4D14-8059-9D105BE2AF6B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj index 47f695e3e74..9cd4920d02a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50EF1878-1A99-4A7D-AB2A-48253984442C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_do.csproj index 0e44715b4c1..34246a25b4b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {935AC2CD-FBCF-4261-BA6F-4E61FA59F610} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_r.csproj index 4f576993b89..0d9a65c01d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {919C114C-F977-45F0-9877-BFA66D3EA063} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_ro.csproj index 370027f9762..e57a6ee3c3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/divrem/rem/u8rem_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AC48EED6-19D5-475D-BEB9-2E884F027A7A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj index ca9d5da9005..b6edebbbe12 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_do.csproj index f8fe1e5c7ae..612819361c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj index a28cc97a8ec..ccf13400948 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj index 59b6f0ef097..2cd50edb2df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj index e80451608ff..1fbe4db35aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_do.csproj index 322a16a2a08..873dfccc7ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj index f75fce8e437..9e7f6122a9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj index 5dc7966ab24..6f8b6739153 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_d.csproj index 10c8b4e109e..eeb6dfc37d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_do.csproj index 41c46fa24b5..13631f4e868 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_r.csproj index a4635fec7ec..30a0cc66a98 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj index da61b3cab4d..82360363951 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj index bd9a9430755..260b9d84160 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -38,9 +21,4 @@ $(BashCLRTestPreCommands) export COMPlus_DoubleArrayToLargeObjectHeap=0x64 ]]> - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_do.csproj index 7c633f22fca..20755c26386 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -38,9 +21,4 @@ $(BashCLRTestPreCommands) export COMPlus_DoubleArrayToLargeObjectHeap=0x64 ]]> - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj index 6fa3fbc359c..a2f33c465fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -38,9 +21,4 @@ $(BashCLRTestPreCommands) export COMPlus_DoubleArrayToLargeObjectHeap=0x64 ]]> - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj index ba89f0f4d6e..5de192b13e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -38,9 +21,4 @@ $(BashCLRTestPreCommands) export COMPlus_DoubleArrayToLargeObjectHeap=0x64 ]]> - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.csproj b/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.csproj index cb9d158a525..26c09b49145 100644 --- a/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/dynamic_methods/bug_445388.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_d.ilproj index 7560cdd94c7..14b5c4f7954 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj index 4df352459e3..0e6c752f6f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/emptyfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_d.csproj index a273dea104b..45605789c42 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_d.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_do.csproj index e311d991527..2dd47a56ea5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_do.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj index 8b5d40d4b99..2bb952cf10d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_r.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj index 5c78ab2d739..5d23a0b5eea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/multihandler_ro.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_d.csproj index 3ed08ccac7a..3c9f2a4c509 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_do.csproj index b066c9867d0..97223b5980c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj index abcb3397d15..3e016e2864e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj index af03e4397ed..26e10071c98 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwincatch_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_d.csproj index 472d03bdabe..2e534c35ef1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_d.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_do.csproj index 9d6378edeb1..fe7c40ee6e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_do.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj index 07be6eda950..6eb5610c270 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_r.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj index 81878325daf..fd3afd042df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinclassconstructor_ro.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_d.ilproj index 5b317143dd2..37e4709a1e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj index 6019771b1b6..6f96f942c4b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinexcept_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_d.ilproj index ac637701273..e2515afa6a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj index fb00274a20c..18f195c567a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfault_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_d.ilproj index 3c75e2ee2e3..20914e47c79 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj index c253e23371a..5cca32de105 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfilter_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_d.csproj index 2590816179d..a4cf02fde82 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_d.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_do.csproj index 602095648a2..920ad8f83d8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_do.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj index dcf9113bcc9..8b0c9531085 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_r.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_ro.csproj index 4f9e56825c8..780db521bc5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinally_ro.csproj @@ -1,41 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_d.csproj index 4efe0df0e18..e38076313fc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_do.csproj index 81ee75f7f6d..b786953fdd7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj index 025d36f8a56..9e53dafcad1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj index 00c540db759..ce125717735 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpath_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_d.csproj index 005072ff422..443c1629e3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_do.csproj index ad077e86def..09c599f2f5a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj index 4547e3bd91d..6f6a0dadc37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj index 43f2328fa91..2c47ad6ef85 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyerrpathfn_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_d.ilproj index ffbff77ac65..ebc29f3d34e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj index 7fd8b02dc7d..746bbf9e376 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter1_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_d.ilproj index 2924cd9e659..140d1a9cabd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj index cc2f610ee42..e94439217b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter2_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_d.ilproj index 13b3f17644f..48c2c68745a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj index 47f05f451dc..dc27136cb11 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwinfinallyintryfilter3_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_d.ilproj index 0324a9f4d84..1e090b043e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj index c39ec9ce272..6e40f7631ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwisfirstinstruction_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_d.csproj index aea189bff7b..860eef80df3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_do.csproj index 7750dd8291d..7ae5b9ef659 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_do.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj index 03788b466e9..46d7c6677a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj index e5280633787..f51a3016e71 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/throwoutside_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_d.csproj index df510b6ef63..cbb4f9fa814 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_do.csproj index dc2f21c90aa..e9a3f9171db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj index dabb0ba48ae..14bf6b13404 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_r.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj index 5edda0c8dd6..9e5d50fb7bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatch_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_d.csproj index 58ddbcfa5bb..af8cf018f31 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_do.csproj index 78758c5ad0e..1752281343a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj index 5413fffec5c..c96bd5e7c41 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj index 3ab10f353b2..6823f79d398 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trycatchtrycatch_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_d.ilproj index 3d4b1446ce9..015af404597 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj index 0394175e5b8..fdd2d219640 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryexcept_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_d.ilproj index a5814784841..43ccb93a02c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj index c1c2db4a345..d710e5b31f2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfault_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_d.ilproj index d480e4c298c..c90bf7273ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj index 3d3c38427d4..7eaa069de21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_d.ilproj index d398127f7da..ffda5941c60 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj index 5af7c7f05c4..1619854826c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfaulttrycatchfn_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_d.csproj index 0767f213f21..c3d80bae7c3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_do.csproj index f8975227ed7..deb3015843b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj index 00c35f92e3f..997729f99ee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj index 95fbff78987..f12cb3cfb50 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinally_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_d.csproj index 6d4a7ccd2ed..7d144464faa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_do.csproj index 21a91401b9a..c8efd800d67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj index a543fc98e8a..4e3df1ba789 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_r.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj index d934d27862c..ea34eb23ef3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytrycatch_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_d.csproj index 0fe9f38267f..bb5c66ade01 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_do.csproj index d8f23dd4425..ae629a35fef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj index 757f945b800..3330fef8422 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj index 3985d2996c7..1c5b4deb88e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallytryfinally_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_d.ilproj index f1102ad5d21..7b53a5f5415 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj index 2f00bf6b05d..2d159610953 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2endfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_d.ilproj index 3fa6c0a9ced..0e173898c91 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj index b01efbcb5b7..5b76db6e8e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/tryfinallywith2reachableendfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_d.csproj index 0b5366c5966..e71dc682125 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_do.csproj index 2aef6345e12..f0ae4a8d8a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj index 8cd0982db97..e60f5ebef87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj index e6edecf0271..b9bc9b3489c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatch_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_d.csproj index b227eacfdda..ef3d7525fc4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_do.csproj index 47d33bdf559..84b8b5c143e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj index 28db723c0d3..5931ab4a7a5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj index a33ddd4217a..6d42d11fa98 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowcatchfinally_ro.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_d.ilproj index fd875d5b654..8ed4c3fad67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj index 6f07ae597dd..7756242f0ad 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/basics/trythrowexcept_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj index 8864f5d5fe1..0346931092f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/common/common.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly false BuildOnly - false - - - - - + false - - - False - - - + - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_d.csproj index df987f9385e..6eea0f0299a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_do.csproj index 7139be243d2..c798265cf32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_do.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj index 259ffef1bbe..e269ef7745d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_r.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj index c850e74d505..78cfbb8fdaa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/cs/unsafe_ro.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None True @@ -29,13 +10,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_d.ilproj index b0949d9b7b4..e4f843a2094 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj index e047174cd9e..150f7a94668 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftercatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_d.ilproj index 648427f1d24..e73e61b256e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj index aa6a10e1c86..f81f1768f93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfault_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_d.ilproj index db2599c7467..c0ab6b81e1c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj index d62363e693d..1fa706f9c42 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfilter_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_d.ilproj index fa45ece1237..c6a1f6dc893 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_d.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj index 26357394e3e..adc8757c261 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeafterfinally_r.ilproj @@ -1,41 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_d.ilproj index 800fe625a7a..ffa231c4868 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj index 8e47438f3a4..2e8cb26e9c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeaftertry_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_d.ilproj index b08340c7667..25e64f451b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj index 00a8e93b550..7ace56ef9e7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/badcodeinsidefinally_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_d.ilproj index 655dba8761f..cd4430ea8aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj index 9f737027f9b..b340b1d8ef3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/branchoverendfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_d.ilproj index fb36c4c3242..94b204e48a5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_d.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj index 589c261e98a..e4849a1c81d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadEHregionacrossBB_r.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_d.ilproj index 62948b4df92..7855b4bbf48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_d.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj index 2cbb285ff0c..b0bb0e925e6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadcodeincatch_r.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_d.ilproj index f9910ba589e..ef6fe9ed2d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj index 4bc5f2b45fe..7a4b9d548e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadnonlocalexit_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_d.ilproj index 118560e307a..e63a943fbfa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_d.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj index 64dd38229a6..3737eea6778 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerror_r.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_d.ilproj index cf7e74b940a..f49b00668dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj index de4f6692730..901ffa45b96 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_d.ilproj index 14ef6f13987..a175faa92e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj index 73222f4d91c..1f5adb4ce0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadrgninfunclet_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_d.ilproj index 9b9ee67ad48..a891a470d32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj index 3090df9f422..55c802d86d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtrycatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_d.ilproj index bd151ab8041..56cd016abe2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj index ba072022617..be582a7f536 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_d.ilproj index 387ccf992e6..9926838555c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj index 86e21e321a9..78d6ad1ab37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/deadtryfinallythrow_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_d.ilproj index 5767fa8d093..c6b2e052c14 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj index 96f0bb038da..36adc73653c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/endfinallyinloop_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj index c83517fb209..90539abddaf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj index 43204ddefc5..954dd6db9c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj index 1c3fdae8de6..c1ea136a239 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj index e8e538bbf5d..6b8098b9615 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_d.ilproj index 3d388f659fa..d897f7819eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj index 783997f2a81..66c6091a9e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severaldeadehregions_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_d.ilproj index dc5965650a9..ff8da9061cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj index 1f5a6d03e50..0e06ae33dc0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/severalnesteddeadehregions_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_d.ilproj index 1e9580dc651..8294ae04aaa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj index d7b158b7942..e273a80f2e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/deadcode/simpledeadehregion_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_d.ilproj index 05ab7f98331..243fcdc7c80 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj index a699fc4d407..82f0ee8b89f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/backwardleave_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_d.ilproj index c87498c2c02..7d7f71b2ffa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj index 09979ca69b2..154fab7ffaf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchbeforetrybody_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_d.ilproj index ef9b1f04231..dae6e1b78e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj index ea5b20b0e2e..e6b11029268 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/catchtryintryfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_d.ilproj index d64ec0d975d..961260d211f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj index 8b17ab28a6c..407610f19e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/faultbeforetrybody_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_d.ilproj index c368ef847e5..66e7b6bccdb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj index 3def305ba03..01e1e3f1f61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallybeforetrybody_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_d.ilproj index a1da57f3e7b..05a7e6c5541 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj index 5b781412b0a..6519202742f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/finallytryintryfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_d.ilproj index 72abec470f6..55132ea9884 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj index 00c481f3242..dc321b51ca1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedhandlers_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_d.ilproj index 6c6459e49f0..52f4c848586 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj index 69409d0a633..5a96c6a3dbe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/reversedtryblock_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_d.ilproj index e890b2ec274..a18013e738b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj index f7d226dfc19..9767d6203ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/sehhandlerbeforetry_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_d.ilproj index 6aaaea0d3fc..ff042b64597 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj index aa657eb586a..0e7bebc59ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/testeit_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_d.ilproj index 13df11023f6..75ada998a27 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj index 0eb6afbc490..45f60c35b63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_d.ilproj index 9023eaf2c83..9d555c2c77e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_r.ilproj index 25c9f8a56a9..dab413d8b3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/disconnected/tryfinallyincatchtry_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - pdbonly - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj index 8806b57868a..98f953ca71b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj index 8652ede432b..307079a31b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj index 6d3e6ae588f..1106f4769dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj index 8142867a018..336089af811 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj index 1649f86a247..03f6e9755b6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj index 46b1c8a5a5a..6d97496642c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/catchrettoinnertry_r.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_d.csproj index fed1db9618c..f8320e70af1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_do.csproj index e0db928b35d..b644a308897 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj index 08738decffb..e6ef85d9e51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj index eec8cd0d4bd..7c01aac3643 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/localgotoinahandler_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_d.csproj index 1ff35e08ae9..45924247fcb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_do.csproj index f3b38748cc1..e33e943099f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj index 4d07071d3c7..69583bfec25 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj index 910cee5d58a..cfb862abb2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/loopinfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_d.ilproj index 04b90e89f63..05c1b055f99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj index 4d1f73528af..146f563ab04 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nestedfinallycall_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_d.csproj index 187706a4ef8..427f1fcfdd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_do.csproj index 51745ffa0b7..5e826b295c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj index eb4a03b8afa..bccef84a04d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj index a89ec866dbe..c5c3c2523cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittobeginningoftry_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_d.ilproj index 1e5760aa56b..05e49a94ac9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj index 448d2800a74..d07d1f0f4e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalexittonestedsibling_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_d.csproj index 8ac78e9be5f..70482bcd915 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_do.csproj index 16cee18dafa..6b47d3fb54a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj index 47d6a7de25a..4dea5e9ceeb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj index c081b651c74..96fb6616625 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/nonlocalgotoinatryblockinahandler_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_d.csproj index cac71a71492..10d07f4371e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_do.csproj index f654e05811d..1cbb3645d48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj index 605bf9a4589..49bbdbf2f30 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj index 40cd9c72f08..9ef959f4901 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexit_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_d.csproj index d93fe7f78b7..97d6dac6e80 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_do.csproj index 559bd5c7b0e..840c3106961 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj index 2a6c3eff226..47d4c467f7f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj index 9dcafcd92ca..2c493990979 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/simplenonlocalexitnestedintrycatch_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_d.csproj index 7a2382601ab..34b93011910 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_do.csproj index 90ba470217f..765c150f785 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj index 197b42d4bfa..5acfbcdae58 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj index 5131488b075..fd862a8fd3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/switchincatch_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_d.csproj index aad3370772d..a28d1afb6b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_do.csproj index df6e77633fe..937573ef90e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj index 14e92cbe344..542befeb264 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj index 525cd40e881..d43f3e6f9f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit1_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_d.csproj index 626100cc5a1..079726db720 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_do.csproj index e59213be0b8..f21b7dc72a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj index d3b867820cd..832c828c7fb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj index 66d0130ea67..d192f3f42aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit2_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_d.csproj index ba06bef95ee..05a645d4140 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_do.csproj index 3a609d2d44c..52f463b15c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj index 2f4ec612cae..5254c13e6e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj index 6cf81526bd3..cf79779182e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit3_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_d.csproj index 2c73f5130d5..939aec395c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_do.csproj index c9365a2aa91..c32b1144fc0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj index 1619a81abfa..a38fbcf882b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj index bd67b133837..8ff7434d77c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryCatchFinallyThrow_nonlocalexit4_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_d.csproj index 0864a03a0ca..53472aa94ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_do.csproj index 514220fe729..ab2a8dc484b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj index 3a2943207e8..800696aa5ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj index ffcbe00b047..4c205955930 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/finallyexec/tryfinallythrow_nonlocalexit_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_d.csproj index c3e73e0cffe..c11c6235757 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_do.csproj index 3b9b5195e6e..56695d85328 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj index 0ddf787226a..536be78a3c8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj index 4c62fcc92b4..b1df0b64343 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/throwincatch_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_d.csproj index a366e89614c..9d68eddf63e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_do.csproj index 387a34bd0ae..6697effb5f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj index 42c733a59b2..e67ba575c43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj index 4d61a283026..b002c672345 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchnestedtype_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_d.csproj index 262167a7f69..07a93a14091 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_do.csproj index 434dfe2da8f..0a748d0fbc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj index 57deae3b28b..6ba78fdadb1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj index 84c9832ae68..4320be94acf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/generics/trycatchsimpletype_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj index 352a587cab2..53d9afa697b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/ehso.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0FC11856-26BE-4361-B267-28CAA7BE5CAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_d.csproj index b3933046498..b87052a25fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B22ABFEA-9859-4C97-A166-52C420C39FEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_do.csproj index bb611f3cb96..6c84f4fe219 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {19C43397-A7B7-4E2D-B2F2-D302C13A0715} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj index 814948691de..3a3508b2218 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CC5EAFC7-EA27-485B-AD9E-D7ED67F808F0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj index 2b80b0018bc..b2ce882e1cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/gcincatch_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9426D669-315D-4940-BB26-EE3709A7802A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_d.csproj index 8f5852c9176..e86f1a6954f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0F547F76-8657-44EF-9AC0-FE81153E4B22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_do.csproj index 054a0fb6550..6d3016e4587 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43996CEE-7608-49CD-A31F-68F3DD5B0C61} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj index d67c435a5d7..b68a8a30391 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {740B75E4-4B74-4735-98E3-679E181869BB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj index 727a0f5651c..f5b92f1ec6e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/rangecheckinfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {315270DE-3D17-4865-8217-2F4C3A3553E2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj index 3cf5d88255f..c1f23f5cc11 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A1FA3C71-3005-413C-8874-2D944567215B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - + True $(DefineConstants);DESKTOP @@ -33,10 +13,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj index 5aa24998eab..1fac6cc5743 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D84625F2-F0FF-42B9-BE7F-6C3322B92970} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -32,10 +13,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj index 3323d43410d..6fefbb6b378 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9103B277-05CF-4063-8C10-9106474A2FD5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None - - + True $(DefineConstants);DESKTOP @@ -33,10 +13,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj index 138f1b36be8..e3b996fc28f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F8B0F993-E1A5-42AE-AF3E-F15ABEE8EC33} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -32,10 +13,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_d.csproj index 26adb498a5b..3f9d578fc33 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {46F9E6BB-7EC8-402A-9D81-AD9CF6CFFA27} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_do.csproj index 1d89875253a..eed67513f93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6E0304C7-64F1-4099-8C16-CE91AEC08A5C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj index 4f0509e33e2..c76f8e51ea3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5EB85BED-9B18-486F-980C-1E16A15D4F35} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj index 570a66c15fa..78df18f2dce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/switchinfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {29B438CE-3CF8-4BCC-817C-7BC806BA235C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_d.ilproj index 22362d46a8f..42a8e795482 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj index 0f92fd15d46..81418e1ec8a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw1dimarray_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_d.ilproj index c237312cb4e..8e57e3ed44b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj index d6443bb9dab..4303af4ae54 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/throw2dimarray_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj index 158c1b2a7b3..5dd5c31018b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/interactions/volatilefromfinally.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {40C4B8EF-FF73-43D2-A6B6-C1591A8C83A9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_d.ilproj index d2949393c96..786511538fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj index 76e9f2ddcce..04840887e18 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/2branchesoutoftry_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_d.ilproj index b7daf8e9868..eeb1711f515 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj index 32ce1d9dfa7..15874afa5cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/backwardleaveincatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_d.ilproj index c4c815480d4..0e51862357a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj index c61b66a9e03..0a3ad6611a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithcatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_d.ilproj index b424f1a07af..ca830442627 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj index fa8609a5c64..82644af3dd4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchbackwardswithfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_d.ilproj index 95895e41f3e..bb3b2c7bb21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj index 55f58f66e88..db43d3847de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutofnestedtryfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_d.ilproj index 7265ec314e9..fc04292b38f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj index b05b7d18d73..745614046d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/branchoutoftryfinally_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_d.csproj index fbc30bec5ab..e1970c6a0c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_do.csproj index 9a16454fab9..36b14db1986 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj index bf0b8454d39..cd430966ebb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj index c74789af69c..1a5625bbc07 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/catchretnonlocalexitinfunclet_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_d.ilproj index e2874705792..01f2552e267 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj index 880e8117db8..250a47466b8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/forwardleaveincatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_d.ilproj index 28436f2135b..7979259358b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj index b385132597b..e8b1e6f72c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeforefinally_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_d.ilproj index 841379707b8..1e490b5af93 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj index 8d560bb8b51..7663fa1dfab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/labelbeginningfinally_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_d.ilproj index ce4b2282f65..d8cf0cbdc15 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj index b8187e55501..b56f5997fb2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveinsameregion_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_d.ilproj index 1cc8407f25f..b3f2f43548e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj index dacd8f9d5f3..1bb35167b2a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/leaveintotrybody_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_d.csproj index e077b8aa99a..4b01c12c8c3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_do.csproj index 33ca86515df..95edc96dadf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj index 5c1ab9c66f2..bc2dc41ecfa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj index b2e708ce9aa..1699a3fbec9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/nonlocalexitfromnestedcatch_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_d.csproj index f65e675903a..77067e85492 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_do.csproj index f7fe6efcd14..d52523a30d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj index b5233f5222c..3cd54e45b61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj index 524fec3396f..7b3973e9489 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/oponerror_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_d.ilproj index b4850e386c5..001f5d7a705 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj index 181b5093084..4ff434fcb63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyintrycatchwithleaveintotry_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_d.csproj index 48abd2501e4..2e4550f67a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_do.csproj index 5a1918b8da3..fb066153189 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj index 98251621329..3e4b7f299ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj index dc9027d4814..ecaaecd81f6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/leaves/tryfinallyloop_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_d.ilproj index 5e6a77967ad..6b94beee26a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj index d2819506a0a..79c7ca44418 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/catchfiltercatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_d.ilproj index 7fffb44b82d..03c8f77b967 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj index cafc42dbb9c..491bcadaaf7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/mixedhandler/filterfiltercatchcatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_d.ilproj index 92164ce055d..31f4346e1c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj index 6d2c70c1090..a6f422191c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_d.ilproj index bb98b2d6e11..a0a3682528d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj index ea496d6896e..fa3a08d3a03 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_d.ilproj index 30b1d4e93d4..723602640f6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj index 655c930b87e..41ba32ba3e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_d.ilproj index 25dd883ad9a..65b0bcc8d81 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj index 93c36efa1bf..468fd5ff467 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_d.ilproj index 1d9cb26cb20..1d4c421006b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj index a9322b641e7..10c35acce8f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_d.ilproj index 1a7ff123999..44876f592d2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_d.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full 2000000 @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj index 9e0e861e3fe..693093f4cc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_d.csproj index 055851f54e0..d669b175962 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_do.csproj index 4cf324c39ad..a9e46825c9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj index 9653e1100ca..0f23f5c2f82 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj index b316a18aa83..2382a2433e2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/cascadedcatch_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_d.ilproj index 87ed4ff8710..0c4a37de47a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj index 3adf406a205..162a34865cc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/localvarincatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_d.csproj index 303630b6332..b2fbec8cef4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_do.csproj index 7a0329d080e..32022702b34 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj index f369cbf3e4f..857425af76c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj index 50c9f2d3261..f481be46eae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/methodthrowsinfinally_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_d.csproj index ea6446e6a77..3fe430cc537 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_do.csproj index f7486cff2ce..424d85bacd0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_r.csproj index 2daf0786044..06f7e605056 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_ro.csproj index 49f3a7c0ec4..cadeec4008e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/rethrowincatchnestedinfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_d.csproj index e66e53d58f1..e52d7b2f5a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_do.csproj index 347880c0240..ace93493384 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj index cf0b15d9d5e..655e65c6938 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj index 2f945fe5cc2..622bf62d6bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_d.csproj index 8f4026fbb4d..719030f049b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_do.csproj index aac9367ea15..aa50aed3a8e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj index dba0485a2d7..e38fef8e535 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj index 6d5ec883ee4..b6fafb86976 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinfinallynestedintry_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_d.ilproj index 86d5116376a..ee3bb9eaaab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj index 591942f3942..8a80f2d57a8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedcatch_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_d.csproj index 75cbd19c0c5..7aecd1ad553 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_do.csproj index 5f19c397b18..de7ce260940 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj index e5d6769cd2f..871c49e67f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj index e0657c0453d..d2ab85401c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/throwinnestedfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_d.csproj index 521c8f905b5..08c579c6950 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_do.csproj index 36ba2da691f..f8d6b6ca912 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj index ec5b25dc101..9d7c1c55d90 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj index dc91b07e08a..9125896c7c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/general/trycatchintryfinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_d.ilproj index c4253c70c7a..24e6982280b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj index 331c8cef89a..c5a94fc0019 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_d.ilproj index 05a8e3c2207..2c047046fee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj index ea0e09e01df..06206e85515 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_d.ilproj index 7cb756d7d06..a6eaa709ff0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj index c45fdbdbf27..6cd27efc8d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfault_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_d.ilproj index 84ec7742e4f..15b42810ab8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj index 2d1502cfcf2..56a30ce88b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_d.ilproj index 692f41fdf79..180d1624efd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj index 2595fb65b01..9d6ddf201f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_d.ilproj index 17d863c5157..8485506ae91 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj index 8236c4cbf55..006baa9ec3d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_d.ilproj index 1f844d8979c..7cdc7b6e912 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj index 587db0cce5e..933b0b89fde 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_d.ilproj index ab27ee25a01..7485d679015 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_d.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj index f7d75cafbbe..da548247add 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally_r.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_d.csproj index f06e649d2f1..fc451d3c6de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_do.csproj index eef1e13848e..9f05aaf9e41 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj index b44a59b8435..7ee7d28f993 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj index 0c4e41639ee..6f9a0848119 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinally_50_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_d.csproj index f2f5e5df47a..551223db0b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_do.csproj index 8e0a5b6e813..2f26d955356 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj index b674e37911d..f9f1a885486 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj index 6be68b4093a..d0b03c903af 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallynestedintry_30_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_d.csproj index 99954fbe97b..6ac54aeccab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_do.csproj index f9c2b09d48c..b375b389981 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj index 54f12d7348d..c83100604e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj index 1730d6cac9e..bb753bf0460 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/nested/nonlocalexit/throwinfinallyrecursive_20_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj index 2b6372ce6ef..d2c49963ae4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/122239/outermostFinally.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_d.csproj index 382b88b8c34..6d8d39a677f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_do.csproj index 00b496c2d02..d786aab5d3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj index b593658c2cf..608a154f70f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj index 5c70e4259ff..82f8e3b3f91 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/140713/innerFinally_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_d.csproj index 8b1a16431e1..3fc6753634f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_do.csproj index bf8f3fbb1c5..d8c5476b8e9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj index 0752c09438f..ffc7332fa6f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj index 0f850a35e77..8f12201fc36 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/asurt/141358/uncaughtException_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj index 4fbf9b31408..2e7bef65762 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj index 72f5c9ec9f2..56dcae7faf9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/regress/vswhidbey/148190/baduwinfo1.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_d.csproj index c1451e8cea3..7aa346d9c3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_do.csproj index d42b7195cbb..298bb09ba6d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj index 18507b9d4fd..d6ddaddf1d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj index 13b9ca5bdf4..990f481cf87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyaftercatch_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_d.ilproj index 010cd5b9af9..cbfe470109a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_d.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj index dd46f7a5141..292c48d2e1e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowinfinallyinsidecatch_r.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_d.csproj index 3efb4a0d474..a8fcf51a406 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_do.csproj index e7be9280836..972eb6f3dca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj index 954b2d67f61..1b2c3f70914 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj index 33908c94126..67c105208c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/rethrowwithhandlerscatchingbase_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj index 17c8a5c713f..91d178c1713 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_do.csproj index 5c98bea014f..950cff29109 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj index 6b61d377b17..6f1ffd19521 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj index 4842ff5b9f4..750ee5ef041 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samerethrowtwice_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_d.csproj index bf9e6279642..03655c15868 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_do.csproj index e7ce0a8446d..4d2577489fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj index bcbd69c567c..3fba7dc3d9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj index e2b95d81083..f9a1c3f1225 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/samethrowtwice_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_d.csproj index 7e07cccf2da..7c6a078578c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_do.csproj index 44d0c271913..b932a1548f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj index 45dd05c426e..5f0c32bc23f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj index af1f859ccfd..031fda448ca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/simplerethrow_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_d.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_d.csproj index 4f3117e7c1c..9fa44535e72 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_do.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_do.csproj index 1cdd086429d..1455ba086d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,13 +9,7 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj index 113b92f289c..8285b08c3e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj index a08c6cf056b..c69b006ee7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/eh/rethrow/throwwithhandlerscatchingbase_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_c.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_c.csproj index d7b58995a97..fbbf04f9224 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_c.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_c.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {08B1F637-A1C8-49FA-88D8-FB37C4A9D9BC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f4.csproj index 10ce9a40cdb..13bf50894a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AD96E098-C723-4D1F-A3CD-54A7EA2A8DB7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f8.csproj index 3e9713783d6..18efd8b4603 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_f8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A5D8EA2C-CF59-472D-BB3B-4DD8A7DEF87E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i1.csproj index 2145c01d54a..136e1bb1e2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i1.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {48CBCF4D-D50D-4D56-9851-F01B935F9FA7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i2.csproj index 48032e75bff..33719107e00 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B7BF440F-34EC-4FE0-A3AC-440995B4E0E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i4.csproj index 4e7cb841381..901a2f44ca8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_i4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0EF9D522-85FC-47E7-B073-6CF7EF35D887} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_o.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_o.csproj index 22a005589ae..6abe34e7348 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_o.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_o.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8603865F-ED03-4B83-88F4-13960697AC22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_s.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_s.csproj index 80edc7334cb..f0c0f5b60c3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_s.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_dbgrefarg_s.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {16CB4750-BA9A-4883-8C2D-A8B8D135FA2A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_c.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_c.ilproj index 73c659a6d55..30b26902f24 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_c.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_c.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f4.ilproj index 766fd61f3d9..38ac468ff59 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f8.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f8.ilproj index eb297e5424d..869f65f5443 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_f8.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i1.ilproj index d364dc3c42b..9934e128149 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i2.ilproj index ff4fc0d593d..704d68cea7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i4.ilproj index 4bc479064cf..8303b0a013a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_i4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_o.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_o.ilproj index 38e2896d7d8..360fa514fa2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_o.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_o.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_s.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_s.ilproj index ae6af64472b..4042d9aa7b3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_s.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefarg_s.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_c.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_c.ilproj index 04ebf13beab..4520750274c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_c.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_c.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i1.ilproj index 72c4e8cfc54..fbc924d8d20 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i2.ilproj index 6b0cfc8c4eb..8f61e835f3b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i4.ilproj index 3017b4cf562..03a06cdab70 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_i4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o.ilproj index f013fed58c5..0d5a921a40e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o2.ilproj index 3b4e8599a1d..70371df809a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_o2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r4.ilproj index 5266c015084..b7b43171800 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r8.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r8.ilproj index f60eae4a1a0..bdcdec39c21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_r8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_u2.ilproj index 6e0a7c19acd..d51f0d1afee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_dbgrefloc_u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_c.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_c.ilproj index 8872a5e1b88..fab53e9d4a2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_c.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_c.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f4.ilproj index 39890b2757f..b208cf1be00 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f8.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f8.ilproj index 92055c0e799..8c3614d8cc1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_f8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i1.ilproj index ed30ba9c274..9fd4641c46e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i1.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i2.ilproj index 8b1e65d939c..bbddc8b81c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i4.ilproj index eef058d0dfe..cd395b143ce 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_i4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_o.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_o.ilproj index 4af13a5dd46..4cf375cb727 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_o.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_o.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_s.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_s.ilproj index 78e17c236c0..924b66593ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_s.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefarg_s.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_c.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_c.ilproj index 64f43c638c2..e57c3e27364 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_c.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_c.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i1.ilproj index cb28dd8b9ad..1d5ab258d94 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i2.ilproj index fdd5bc51fd3..95c5d3a94b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i4.ilproj index 208c4d56f62..3514b9241bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_i4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o.ilproj index a889ce40587..209971ae64a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o2.ilproj index 7a610e4a1f7..d24e2ad3e46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_o2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r4.ilproj index d58968c4444..78732d1a131 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r8.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r8.ilproj index 0889d949910..5951c23ec76 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_r8.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_u2.ilproj index d4592b864ef..bcaec7fb91c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_il_relrefloc_u2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_c.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_c.csproj index 789923a9e20..c2d8425d19c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_c.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_c.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {979D89AA-7B08-4A81-A210-A78152FCFEC9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f4.csproj index 91dc7279227..fb5b9582475 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DABA4519-FAA5-4920-ADA9-14C97643F9E9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f8.csproj index 247e91ec4ca..e4c1bc43662 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_f8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E754D107-EFF0-484B-92CA-4A1813E74CF7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i1.csproj index eb8cd4f2709..101a0a66e1d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B442D811-8360-4821-A993-F3370E1A4706} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i2.csproj index ede0ef8534a..a3f3c5b7b10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {62F221E1-FAE2-47CE-BC47-D5E70DF062C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i4.csproj index b4b1f716992..04529b355a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_i4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B67EDCB0-EFB7-4D75-ABEE-B52D4E3D26F0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_o.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_o.csproj index 97fd47f6504..321c07c6cd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_o.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1FC52C10-A9A7-47D7-8AB2-B381FD8EF3BC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_s.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_s.csproj index 6694cdfd099..9a880dacb5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_s.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_dbgrefarg_s.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C1097342-3E8F-41E5-BF2F-27632CFEB916} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_c.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_c.csproj index ba9a220685b..a0cdd1b75aa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_c.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_c.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A1182F90-D24D-41E5-A8B1-401CEB96EDE7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f4.csproj index 7260540f02f..76e294ffcc6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AF1DA2B8-1207-41EC-B450-CBDC4159B38A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f8.csproj index 8da7d14f738..040ad173478 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_f8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B56074F-2439-4551-A6FD-1FE930CAAEB2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i1.csproj index 047f344e31a..a3e2e4070e8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8A43CA3A-D78B-42F0-801B-2C9BA15BCD87} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i2.csproj index 3eb6f95592c..baaee418e0b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BC70BE71-FCC1-43E7-B0D4-6FA08ADA48F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i4.csproj index 03705dcab3d..53e89884cd5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_i4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {60E2DAC3-00D4-468D-A9E8-756F7F07E792} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_o.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_o.csproj index 8405a20fc6b..cff26559c8f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_o.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_o.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A0191131-99CA-4D0A-BBED-0C348E5AAC98} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_s.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_s.csproj index b3e267be07b..1a1c9a71e03 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_s.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_opt_relrefarg_s.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {970BD1E0-DB96-45B0-8482-B04D83198210} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_c.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_c.csproj index 1f0c199878b..8a6abe7e958 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_c.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_c.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {68B564EC-9CB2-4937-B1B3-DF59EB44AEA7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f4.csproj index 35b13f8c76f..88f608c2644 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B31A4B6A-8EEF-41E5-AAAD-157BE431B6A4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f8.csproj index 69524e0b6a2..6fe982c3435 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_f8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD736B39-3BCC-4328-A022-1958860C747C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i1.csproj index fb0f127f5ff..ddf64e624ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i1.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4ABB8EED-D61E-41CC-8A74-1A8E35B0DB44} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i2.csproj index 492a16fa5d1..457bae92b0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {360AD8A0-E8A0-4627-86F5-2405ACE6B6F0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i4.csproj index 201e71c6cf5..023a2c88b5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_i4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB807CC1-C13E-496F-9427-760F9D24E4A5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_o.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_o.csproj index f204fc09c14..e098406ad79 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_o.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D152BC64-BF23-43D2-8599-A1B150EF901F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_s.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_s.csproj index e5da473ea31..26addb618cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_s.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/basic/_relrefarg_s.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {606BF6D4-1A30-40FF-96DE-3ED738C9F17C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_d.csproj index 46b9ab4e7a2..00a9758fc35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_d.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True Full @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_r.csproj index 02f2ea65d50..a4c77690480 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_byte_1_r.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True None @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_d.csproj index 77ed359ca39..3e99875cccb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj index 069b60b752d..a0e1ea32630 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_double_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_d.csproj index 39f90314dad..4c072cd34f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_r.csproj index 07f5c5edc3b..a02915306db 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_float_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_d.csproj index 894825dca19..b85e722dff5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_d.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True Full @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_r.csproj index ad37a58f929..40dad66e00b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_byte_1_r.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True None @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_d.csproj index e0eabce6d3a..a242c72f68d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_r.csproj index 0b36f15c1b2..992e33bc070 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_double_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_d.csproj index 4231e6799b8..82442aa69fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_r.csproj index c882be5321d..57274e21cb6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_float_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_d.csproj index ccf4fc02916..da8e4b24584 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_r.csproj index a925e5de8d8..d0cfdbff320 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_int_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_d.csproj index 4622d7bb9ed..366b242f6e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_r.csproj index d127438ca9a..d49c40afb3b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_long_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_d.csproj index 578b4d67eef..62b6027406f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_r.csproj index 64aee6d1b28..2cdaed45afb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_obj_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_d.csproj index ec7340a44c1..2e9180c9dc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_r.csproj index 852192bd431..4ec2597140b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_short_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_d.csproj index 646dd9632cf..e9605395d3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_r.csproj index 3a26adf3692..3267e366ec5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_gc_val_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_d.csproj index ce8dab8d197..c3b9c3a574c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_r.csproj index e9342594878..08feaa0c4c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_int_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_d.csproj index eaa8d6943da..4b7ff7cd621 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj index e968c94abb9..dab4f7c0716 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_long_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_d.csproj index a187787b9a5..c2cdb1b222a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_r.csproj index bf60fa8b170..260e90ce53e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_obj_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_d.csproj index 4077cb7856b..972d86cd4bb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_r.csproj index 64f5ad2b8eb..7fd550281d1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_short_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_d.csproj index e235345ed45..f55328301d7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_r.csproj index 1871e288358..45f03a5a24a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/expl_val_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_d.csproj index 9870d3a724c..ec44de88e51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_d.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True Full @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_r.csproj index 4a647d2ce6b..df000494948 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_byte_1_r.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True None @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_d.csproj index 450dbe443da..2f264e5474d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_r.csproj index 0bb8b46d05f..47ff1d66f3c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_double_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_d.csproj index 806adadb9bf..c780df50874 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_r.csproj index c09562b99ac..97f9d0eca54 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_float_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_d.csproj index 15bb2f0c583..961d5c3dc4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_d.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True Full @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_r.csproj index e7ddf16b550..1b505a43ab9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_byte_1_r.csproj @@ -1,31 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - true true - - - - - - - - False - - True None @@ -34,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_d.csproj index 9b0fc200bea..4a366faac67 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_r.csproj index f3e5f993268..00e3585f50d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_double_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_d.csproj index 7d1edd786b4..1404d07d4f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_r.csproj index fbf0e2cc561..ad55edeb4c8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_float_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_d.csproj index b9f86856e18..81d4b521c63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_r.csproj index 4aee1cbc047..61f4d6dbceb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_int_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_d.csproj index a85e7f0243a..4489395a530 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_r.csproj index f523c18fc16..f8c6882992f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_long_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_d.csproj index 7cde0d9ed49..9d9fa929e84 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_r.csproj index 0b85f2fd02a..b5bb76db86d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_obj_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_d.csproj index b760ed05d23..73ff4e590c0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_r.csproj index fdb045fd1ce..f4c91f1cfa9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_short_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_d.csproj index 52569b94445..b2d0d900e16 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_r.csproj index 0452b9cee68..9cba141b0f5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_gc_val_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_d.csproj index 9001cfd91fd..6e152621e3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_r.csproj index 80917950528..dc8fee05595 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_int_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_d.csproj index 5bbe27e8b30..cfd0b1f6f48 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_r.csproj index da666277f76..a7a69d1b94c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_long_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_d.csproj index 9830ff51df1..37b33e4c6ea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_r.csproj index 4dc9a5171e1..d36f3638808 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_obj_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_d.csproj index 990a926144f..96814808445 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj index 059b624673f..de99e6e63c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_short_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_d.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_d.csproj index 14b8c69cee8..eba374260f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_d.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True Full @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_r.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_r.csproj index 4c7548557d9..3688ee9d61f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/coverage/seq_val_1_r.csproj @@ -1,30 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - true true - - - - - - False - - True None @@ -33,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_d.ilproj index 392de9e44ca..d9808c2f19e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj index 69c466da1c2..54040ae31ed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_gc_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_d.ilproj index d90a9d660da..999c1e68d79 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj index 391a5c23806..2d3fb5c70e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/expl_funcptr_val_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_d.ilproj index 961b94a1650..c76e78d26ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj index a344f339969..fc82c7d3bb0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_gc_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_d.ilproj index 47659ea25d1..c6a3565c02d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj index 3c97ad034c4..a9f5c1a5468 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/funcptr/seq_funcptr_val_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj index 34632787e56..00204839777 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F9BF6F07-4FA2-4617-8B85-C1AF8ADE7852} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj index 8639d7e5548..79a6b3ec073 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CA25FE8B-ED22-4717-BCF1-9038C1025531} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj index 11a9b8c5307..e449843bd8b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E04B4FE7-3294-4E7E-A58E-3F72A2E46012} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj index c05fedae360..54b5b290ef9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50915858-F3A0-4A59-A472-19DD972E12BD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj index 96e7ce78cd1..d359921e9a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit5.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {55A905BA-153E-470E-B43E-83B83F2A4076} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj index aa3a3e80332..dfa8cca0d8b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit6.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {25C5CB08-72E4-410B-9668-55EC29A3F014} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj index 8e5d371373d..d3ba6ded918 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit7.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {86D05636-6F57-464F-BA67-58052EB5D261} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj index 5a08193e890..aa252406ec6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_dbgexplicit8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9DCD37F3-0AC9-4B60-A149-C319029AB84C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_f8.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_f8.ilproj index 9fe50617698..6b6a43fbb43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_f8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_f8.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_val.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_val.ilproj index 2768d9d1281..1531397a3ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_val.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_dbgrefarg_box_val.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_f8.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_f8.ilproj index c428a576328..cb826f3ae25 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_f8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_f8.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_val.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_val.ilproj index 4df6645506d..72ba93ff372 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_val.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_il_relrefarg_box_val.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit1.csproj index 8cb0504d5ad..504eb53782d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8FF63B36-14E7-4C4B-B099-594D645323FC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit2.csproj index 652a7f26a89..7d0c3078568 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9D46012C-E0C5-42DB-875E-D629CDDA6FD0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit3.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit3.csproj index 5d63dda7282..82c353911bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {11C8526B-518D-4138-9B36-779D7BC58EAB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit4.csproj index 6019399a12a..cdd0f6f5f5a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8EDB1CA5-1F39-40B8-B6E0-6540D31CA266} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit5.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit5.csproj index 441c38a7059..168a3e6f785 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit5.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C0DC33BE-4E18-4920-85AD-2FDF6ABBD7A8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit6.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit6.csproj index 25c38eacb50..35b4e497b96 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit6.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E152E1B5-574E-438A-B04B-A58CB8DAB8BA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit7.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit7.csproj index 01ab2d2585f..3d6cfc0feed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit7.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A0A16D6-628F-4768-BB81-DD16FEB98B7F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit8.csproj index d8745ee0da7..fa94ef3d7bd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_dbgexplicit8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4ABC5E77-9279-413B-9BEC-D6513A782256} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit1.csproj index 84bd57e8898..4a537adfb17 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D71F6CCC-0D67-401C-916C-0529571FC431} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit2.csproj index 7b889a459c4..918dc093e4c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {88B9A0E6-0ADB-4EB5-85A1-652233306A79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit3.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit3.csproj index 96c978b7839..dbef4a31be3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {68DAD312-A648-424D-A134-922AEFA15413} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit4.csproj index eb30192774f..5a8982a7a38 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FDBD6454-A0A1-4671-8E70-FF152BD1DE77} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit5.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit5.csproj index fba20a5c1af..6050e3e925f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit5.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DBC6F9F2-7364-46FE-8694-1D135DF355A0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit6.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit6.csproj index 9a0c1a0fbd5..ebceea2e51a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit6.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {45333B47-E509-41CF-9627-4EF137D9B249} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit7.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit7.csproj index 419628704e4..786b1988434 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit7.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {22B4CD80-3644-4D24-A67D-645FE3844927} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit8.csproj index da1447e4022..754c29d2ac8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_opt_relexplicit8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0BB2EF5F-8151-46D8-BBE0-7E2A2CA1F10B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj index 84c955c2874..31d729f1aea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D699CFA0-477E-4107-8C40-FF40583040C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj index ef9444f2519..c847f9a6d0f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit2.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E8FD1A9F-3ABB-4A39-86E2-FCF0B1ACF637} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj index d1c3e3df78b..5b05ae30766 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {867151F8-7CC6-42A8-AA43-56FAA17C5765} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj index 191eb379d9e..26f1699bc7f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {227AAE83-0144-4EFA-8578-1F9AA3EF12B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj index 4627c49af90..1901949fac9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit5.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B85BA308-7EBB-4926-8ED1-9F2120FC8F71} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj index e0bb19ebdb0..0e8b323894f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit6.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D7CA7EF2-F816-47AA-8590-1AC0920E2C3E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj index d78e5bb5ea9..074b6a014a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit7.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0D793897-35AF-4F89-AE80-764E25987B68} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj index 437b31e4c21..a6e40255837 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/misc/_relexplicit8.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B2022BE8-2907-44A4-B3F1-9608DD31E1AE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_double.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_double.csproj index d2bf2648c4f..fec30c7ea3e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_double.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_double.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {533A348E-8B43-4135-9C11-ADC4D0A9A99B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_float.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_float.csproj index cd764e16a09..c0146fab337 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_float.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_float.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CA713167-3F0D-4B7B-896C-8AF75F707D7E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_objref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_objref.csproj index 023c3b11eef..fe83fbf8e37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_objref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_objref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {27B2EA55-C6A3-48B8-9FC8-BB8C418BA3FB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_valref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_valref.csproj index 1be5de1fd20..65db897a723 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_valref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_dbgrotarg_valref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2CF0B708-C4D5-46A9-A1D7-3201A8F1D489} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_double.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_double.ilproj index 19b1ba6a84c..6a2a5c3fc70 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_double.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_double.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_float.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_float.ilproj index 628f0361c52..b9aa0bad856 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_float.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_float.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_objref.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_objref.ilproj index 0b885b128a0..2a8e958e529 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_objref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_objref.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_valref.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_valref.ilproj index 8f72146c435..fd6b6bda0d8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_valref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotarg_valref.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_i4.ilproj index ef6cd57026c..e0b9a640111 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_i4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_u2.ilproj index 29b6ce9f449..2f36c7ff6c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_dbgrotate_u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_double.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_double.ilproj index 4881cea906b..003014925f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_double.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_double.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_float.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_float.ilproj index 56b84fe5173..2f6909d9960 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_float.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_float.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_objref.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_objref.ilproj index 167ce9ff1f5..e0235e2dc0e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_objref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_objref.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_valref.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_valref.ilproj index 7af2107fdf5..4d95639e97b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_valref.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotarg_valref.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_i4.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_i4.ilproj index 73ff7f9804b..6dfac4be004 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_i4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_u2.ilproj index 82fdd1d2ace..dca84acfd57 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_il_relrotate_u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_double.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_double.csproj index d5d2ba14607..d945bca0f35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_double.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_double.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9D7C6C0B-67C9-4EBA-812C-427B2747786C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_float.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_float.csproj index c881560c715..d7d15a7ff35 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_float.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_float.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {06D52326-FE15-410B-83CA-E9296A80664A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_objref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_objref.csproj index feb60b5299d..baf44703dfd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_objref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_objref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {50E1DFB4-FB0E-49E0-A77B-F97D4CF44ED5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_valref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_valref.csproj index 54fecf2393c..d265adbbdd7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_valref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_dbgrotarg_valref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E44CE525-A845-4B61-95C3-4DDDCC3D1C44} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_double.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_double.csproj index c217d30c630..0fa4c69e63d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_double.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_double.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B201911C-100F-4BBF-AC74-37A7A6E29240} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_float.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_float.csproj index 3ec461bc8ae..558fbd7bf08 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_float.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_float.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADE6100D-1E8E-4E38-AC33-DEA0614EA7A0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_objref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_objref.csproj index a44bc84cb38..063cf744fd2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_objref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_objref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9E38776B-AA0D-4B79-AD1B-8B49628748B4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_valref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_valref.csproj index ba65f38b7cf..1e6d80b6673 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_valref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_opt_relrotarg_valref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E72EAA3F-8428-4A2E-A079-26519312086A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_double.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_double.csproj index 41353bab987..37a5fcd7011 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_double.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_double.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4A8F7FB2-CD5C-4FD9-A8C4-9C8195A4C871} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_float.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_float.csproj index e71cdc1be7d..109fc851059 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_float.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_float.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D480AED3-2286-4034-A5E2-42C7A0014DC6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_objref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_objref.csproj index 649cd894787..e9e6decaa5a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_objref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_objref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {23D00E82-5CE3-4C54-AE96-7A2D53811791} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_valref.csproj b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_valref.csproj index c0a454bcaab..a0a015db4e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_valref.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/explicit/rotate/_relrotarg_valref.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E17FE022-D37B-4739-BAE4-BED63DE3837F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj index 595268d5596..30f43669245 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug614098/intToByte.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {38E931AD-E0F1-4BA9-B9DA-851D242EFC37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj index 4fb99a5aae2..abe450526a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ILStackAllocRepro.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj index aee0682a2e3..7ee4eb252fb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/ehCodeMotion.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C0AF51C0-3FCE-4328-8121-6592E9E8AC18} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj index a6e9a9110ca..2e5c6ad6d98 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/finallyclone.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0252FB51-FEFA-4CF1-9EF3-5EB35C554372} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj index ef14f4a39b2..7d1a3b89ad5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleHandleCache.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B5AD16F-BD22-4238-B2D6-4257177929A5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly False @@ -28,13 +9,7 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj index b6b9036bd3d..ae18e407174 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/moduleLibrary.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {57A93F23-5D4F-4B04-B0BD-78C0470733B6} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly false - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj index 5a7ce7e674f..6a4a24f53ff 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E5264C5D-3734-459D-B50E-AAC29135C045} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj index d900f286307..6ff753bddcc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug619534/twoEndFinallys_il.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.csproj index 1c8ae6c9105..0b596cbeea9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug621705/ptuple_lost.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E6160387-CF75-4ED6-8E20-53C1033E20B8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.csproj index 92c1cda2052..69f158712fc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/bug647189/ssa_tuIsAddr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {01FE6087-00D7-4CD1-B8D7-49D3AB55BC64} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.ilproj index 76871308ffa..4a536e26eea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug642944/GCMaskForGSCookie.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.csproj index cac16ef222a..2a69fa4aeb3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/arrayDim.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7C847559-14F1-43D2-BD8D-8F9680655C31} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.ilproj index 8922cc42515..5d05b846621 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/loopIV_init.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.csproj index 0e90b9089c6..53a30666c38 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug675304/osrAddovershot.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8A4CA30B-F404-439B-AFE9-056BCD22E27E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj index 03d6b5e1c6f..995e1b69359 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {518617C6-D2B3-4845-8EFB-D3FC7B86FCCC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.csproj index 3772e164742..e701b06cebc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/GCOverReporting.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {14A880B9-CBA0-4AB2-A366-C0A481D4D2C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.csproj index f866eb7fc72..507fe743249 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/castClassEH.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5080B3C4-69B5-41BF-9283-E081CBAF94D5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentlifetimes.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentlifetimes.ilproj index ca364c1b6bb..aeb38b936a4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentlifetimes.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/dependentlifetimes.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.ilproj index 0e577d2f735..1da085604df 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/ehDescriptorPtrUpdate.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.ilproj index 718b116eb75..51f205b2fc2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.ilproj index d457dfb374d..25db9f2c7f2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/fgloop2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.ilproj index fa7e6927170..79032759786 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/helper.ilproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.csproj index 12dc8f70a2c..7965c2a30b3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/sealedCastVariance.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DE8466D8-73FC-4F24-BACA-F501645D7F24} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.csproj index 8f4cc2cb63a..07abc321942 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/singleRefField.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {70EDE717-BFCD-4BDE-923C-DDC57BB36A78} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.csproj index b40177664dc..82e13485e7d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/zeroInitStackSlot.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {68C7D908-CA1E-4E4C-9FB2-708CDDDCE784} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.ilproj index d389994a83d..639d142a939 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/cpblkInt32.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.ilproj index e01ae4ac70b..73f945c0567 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/flowgraph.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.ilproj index f6a2332e669..711a2cfbbbd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679053/regionLive.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.ilproj index 38b64195cb0..641a997caba 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/indexMinusOne.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.ilproj index 7e7545fe0f4..c6c30c42a14 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.ilproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.ilproj index a7c3b309737..1fda0a0d173 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679955/volatileLocal2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.csproj b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.csproj index e49a0920829..464a41774f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C8C6FE1B-24C6-4339-B659-0CF7C14A20E4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_d.csproj index 482f47c1dc5..3772c81b9ab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_d.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_do.csproj index cf5562287cb..0ea05c8b1b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_r.csproj index d4591503167..21d70bd3bab 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_ro.csproj index 9f46bfb0a0d..2ae6bbde3ae 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/apps/bouncingball_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_d.csproj index b145daf3d64..3ca96487697 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_do.csproj index 73e7cf5a013..c1f8c1fa83f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_r.csproj index 32a9c2c9b5e..0c32734c024 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_ro.csproj index 38e693f6b1f..a5e83c9ff2c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/1000w1d_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_d.csproj index 1a5b9f07e81..b9248b47951 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_do.csproj index ae26134ad03..ae45d85f907 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_r.csproj index be422a0df27..94af25d3899 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_ro.csproj index 66434560790..4bfc9ea7f7c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w250d_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj index 3f3747b93b7..5f87f876ad4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - Full False @@ -33,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj index 6bb65b30311..bcdf9f91e00 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj index 777074735cb..4d335ba36f1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - None False @@ -33,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_ro.csproj index 4aa948928ef..663029758a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_d.csproj index c24eb2cdb01..c1fac2c5c69 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_do.csproj index 6ad21828712..82b50a6032e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_r.csproj index 55b442f9519..d7e38d1ecc1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_ro.csproj index 106c144d099..930a99b26f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-01_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_d.csproj index 6be7efa2c86..093e5440d2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_do.csproj index 2fcce44052d..db5ede3ff94 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_r.csproj index c76ef85f269..1ad02d47d49 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_ro.csproj index 603da8fd442..82d6e6919f0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/200w1d-02_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj index 54e205b2681..c794f6cf115 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj index 0e6f2ce8003..edf4fceef0a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj index 6fb9ee7755e..7b3734a3475 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj index a6550f92fa0..4d3365a09c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj index 7afbbd5e46a..5de12de95cd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj index d663ed35058..b0ca58a714c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj index b23025f31a3..be056dbd4fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj index 86b1814111f..06d646b9644 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj index 52f34af9ad5..5f2e579ad32 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj index c7a3a517e43..fbfbd2193fe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj index 564272d0258..564e13322a6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj index ade62011a00..9c4ca26ea6b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj index 92fbe152363..607c720d4ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj index bc3882a1728..9eb71e7d8f9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj index aeca0e2d8fb..d4c0d31f96e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj index 2b9937a4ee5..3c4b9b5bea3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj index 7b01a82879d..8f4aa02f569 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj index eb2ccd34690..d1dd60bd00f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj index 9e806a81345..e3c6418ac3f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj index 9af27e79096..3a54bcf491d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj index 3f31008a4d9..2852facd05d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj index c8af2870e8a..8b8be799799 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj index 3e60fa13641..1280e4083e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj index 83d92bad61f..8aebafeb754 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_d.csproj index 0325472d21b..a0f595e17dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_do.csproj index 39a9c0aa9bf..1a41eca1b38 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_r.csproj index a0b4e37cd97..54656111d9b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_ro.csproj index b9b02b6f300..c69d6eac458 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-05_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj index fd9292f75bb..b7b2e8c9a66 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj index 91cc66d3aee..05231865287 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj index 5fc73f73817..362f139524a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj index e93c8b0620b..114d3811bc8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj b/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj index 762775abb9f..ab02b289377 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/boolean/test.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj b/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj index f540bbd5c3a..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/bug505642/test.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E0103068-EB46-4656-87E3-CF19AE878B11} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.ilproj b/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.ilproj index 0c22264502f..8cc1123cd2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/inlining/dev10_bug719093/variancesmall.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_long.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_long.csproj index d5f72e7a9e8..d4f35d4088f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_long.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_long.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F93B7BB2-940E-431E-8839-27BA4B19A37D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_ulong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_ulong.csproj index b607e924cd6..cd95ce836f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_ulong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_dbglcs_ulong.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8690FDA6-ED8B-476B-B425-11B537AD3D1F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbghugedim.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbghugedim.ilproj index 0212e0c97a4..60ec8bcc7f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbghugedim.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbghugedim.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_long.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_long.ilproj index 410f730db35..30ce8320b6a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_long.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_long.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_ulong.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_ulong.ilproj index a1029813b3f..df08d2d9144 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_ulong.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_dbglcs_ulong.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_relhugedim.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_relhugedim.ilproj index b3aa212468e..33dd191bedc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_relhugedim.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_relhugedim.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_long.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_long.ilproj index 581cad43481..3cc56fc75d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_long.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_long.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_ulong.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_ulong.ilproj index 914626e3a10..0f5570e70fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_ulong.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_il_rellcs_ulong.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_long.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_long.csproj index e46e7004334..63d688532c5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_long.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_long.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E45A5A3-2EFB-4EA8-B4FD-48B18614D4BE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_ulong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_ulong.csproj index d5e85734bbd..c838816dd11 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_ulong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_rellcs_ulong.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B37628B7-CE24-421E-ADD9-8891841089F4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_long.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_long.csproj index 2775a2bea78..81a6520ef1d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_long.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_long.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AE280DF4-49BC-4E3F-9448-DF01AE2A79D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_ulong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_ulong.csproj index a0115ce3c8d..2544882bfe7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_ulong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_dbglcs_ulong.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E50722A-00C5-4325-9725-B3ED27E7C68B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_long.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_long.csproj index 7753e6227ed..ba82ce7b6cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_long.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_long.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {27089AED-EA60-4CCE-B935-6DE8E6B1A493} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_ulong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_ulong.csproj index e42971bcc18..fb28b609838 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_ulong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/arrays/_speed_rellcs_ulong.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {10E43853-92BC-4942-87E4-552668E7D79A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj index 11a6f7df5ab..ff13788b39b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbinop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {580FEFE3-992A-42C2-BB1C-8CEF9C685C94} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj index 0c1e0dba065..f0d5e53f197 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_dbgbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DBFE118D-00F9-482C-9805-F1A2B41F4A28} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbinop.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbinop.ilproj index 754fe3236e0..7c84a05ae77 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbinop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbinop.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbox.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbox.ilproj index 7841c937178..c55e7d86daa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbox.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_dbgbox.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbinop.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbinop.ilproj index 81e2125f3f0..7665fbf7c13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbinop.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbinop.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbox.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbox.ilproj index 1b176c6f304..4d160dd1a88 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbox.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_il_relbox.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj index a78c6983bab..8a98a5ab38f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbinop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1A5C747A-F17C-4AB3-823F-48066B124D66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj index 9750b1ab643..893760d7ffd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_relbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {02B9E9A9-A095-453D-BE57-77322656E398} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbinop.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbinop.csproj index 5e33fade091..46b08bdbeed 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbinop.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbinop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C15DE2D2-D511-4E8B-99EC-310AB048ED78} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbox.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbox.csproj index f260798184f..7f70ddb4427 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_dbgbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FDCA396E-8F47-4D7B-A217-9A58C89906D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbinop.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbinop.csproj index d30029473e8..b43a70fab9d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbinop.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbinop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F429DB17-B746-49A5-867D-E1B01743506B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbox.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbox.csproj index 2fe671e2e73..52cb2fa58d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/misc/_speed_relbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFDEEC08-B326-447C-87AA-DBDC8C162A0C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_addsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_addsub.csproj index bfabb4c1561..40389191c49 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_addsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_addsub.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A9202F62-6B02-46A0-A746-3AB1642FAA32} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_div.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_div.csproj index c6e29228463..59fa280c8e5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_div.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5D4B0BB7-BFBC-4E3B-A034-A495C0B9FF1C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mul.csproj index 190c7f13202..f3191749d60 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D4659BB2-3194-4E72-8F96-90D1D4C376E6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mulovf.csproj index ca626350f78..301e9f27179 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {99A9FC6E-8554-442E-A563-79C591CD6080} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mul.csproj index 7cba3618ae2..4184eb63ae4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F252D0B3-0048-42F4-BBEB-D383F580C8A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mulovf.csproj index 4bd26363eb8..457ea036bdd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3668BBD3-D327-454E-993C-A21C14CF0681} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mul.csproj index 101302bfea0..76afef0e1c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {60D4A110-1B71-4533-B2B0-ADBA05183FCA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mulovf.csproj index b59d7bbbe2c..e8b4853adf0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_ldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DAEE7438-D02A-4C30-BFFA-CADB1FA6EB80} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_muldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_muldiv.csproj index c8f3064b552..4d984f35a4c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_muldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_dbgs_muldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {019C9789-1053-4D7E-9E50-9B0EEE6A185C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_addsub.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_addsub.ilproj index 7abb572fe39..d5c97e1aded 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_addsub.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_addsub.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_div.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_div.ilproj index aad770f90c7..d8ff8297ba2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_div.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_div.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mul.ilproj index fc6225e640c..b39c388e12e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mulovf.ilproj index e1a831541a1..c76d1ee177a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldc_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mul.ilproj index fc7bf410107..e330108a8e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mulovf.ilproj index 66eb126ecd8..6219e931ea5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mul.ilproj index 1f0c5a3005f..c54743b81f2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mulovf.ilproj index 499beec4c75..111af8e403f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_ldsfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_muldiv.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_muldiv.ilproj index a2b1d96a2fb..8c6fe2dc3e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_muldiv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_dbgs_muldiv.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_addsub.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_addsub.ilproj index 63fe11a6dc3..aca1c033fe7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_addsub.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_addsub.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_div.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_div.ilproj index c251a0988bc..cf9317c2744 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_div.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_div.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mul.ilproj index debad795c05..ba617958780 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mulovf.ilproj index 5ceacbac858..334e5216911 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldc_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mul.ilproj index e38318abe77..3988c4f8ed4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mulovf.ilproj index 87edc7437ec..bd0ca72de95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mul.ilproj index ecd77ce99fe..2c18c29ff9e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mulovf.ilproj index e3b347a3fae..27ecb2bde7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_ldsfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_muldiv.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_muldiv.ilproj index 806873296eb..88550443b11 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_muldiv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_il_rels_muldiv.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_addsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_addsub.csproj index 657c20a3629..b78df4d230d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_addsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_addsub.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E50F842A-A1FC-4EA6-8B34-4D158A7E072C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_div.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_div.csproj index 3d26841b3e5..0c1958dead3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_div.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D5770801-F36C-4DA4-8A58-69AE5CC4E888} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mul.csproj index aa7b60cf570..0e5d89055c6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1996DA9-E707-4E7A-81FC-03DEB87378BD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mulovf.csproj index c80e658a4dd..bf5bbe1b9d7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2533F191-FA8A-4FA9-873F-79B6804AD2C8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mul.csproj index e2f12984756..cc78d0b6e5a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {465A464D-47FB-4CB9-8C90-ADF96BD3E89F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mulovf.csproj index a476185e406..dcee68f189b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {691593C3-E183-48E0-8D91-65E0201D7C0C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mul.csproj index d808f527144..bcb01006113 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D84D3EEE-222D-4927-A323-D0C224F3E573} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mulovf.csproj index 02452b7249e..574adc07c03 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_ldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CA30F7A0-9F57-4432-86D1-1A4F57B26BB5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_muldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_muldiv.csproj index 5a6c24182ec..a5e380f2689 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_muldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_rels_muldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DD08ED5A-41B2-456C-ACBA-DC402B3659C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_addsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_addsub.csproj index ee7baf89568..c801e81658a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_addsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_addsub.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {20A55E8F-A15F-498E-9C96-A21D548CFF5B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_div.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_div.csproj index e1574cdd102..c28ad524fb3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_div.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E213A0BC-966E-4FBA-BFE1-DF4D8403E903} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mul.csproj index a71077b0148..4f07121574f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3F998112-300D-4E91-A63C-629716549E08} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mulovf.csproj index 56de75e2399..2931ab0c04b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {057C217E-A1F3-47E7-90EF-1381FA776873} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mul.csproj index 933cc8f296e..b18ae00a646 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DFF5F310-3B12-4EBA-9238-62676EB60880} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mulovf.csproj index 87806c2ef1a..ee650e475ac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0785FDAB-4D31-4685-B367-761E05C9D0EC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mul.csproj index 46d469d4435..0a0ba11389d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5ECA9427-7B2D-4152-A1CB-CC9B52EACF4C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mulovf.csproj index 094f199827c..4619d7ef4c9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_ldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {739A4E16-C0EE-441D-94F4-ABCE480099D6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_muldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_muldiv.csproj index 7e3452a2330..8d18d8d74a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_muldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_dbgs_muldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B83094A3-CB33-4B53-8EC4-86D621B94969} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_addsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_addsub.csproj index 57b6d02f009..15d10e65e52 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_addsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_addsub.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7A66B167-954F-4759-9AD4-DF4646BD0FD1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_div.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_div.csproj index e290acfeb6f..4f3ba0a70de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_div.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3D92D0C7-EB79-442A-8FAE-2062967BB071} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mul.csproj index 5232214ec31..6c6d261c3bf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {51B00A68-AA1A-4D5F-A5AD-4BCF699A972B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mulovf.csproj index a2512a013c0..5f4dba5965a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6B683E72-60F5-4FDA-81E4-E28AA2BA8793} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mul.csproj index c0eaae7ff79..6dd359ffa4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A4F1EDE-F87C-4565-954F-9BB4463A3FD8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mulovf.csproj index e84c3cbc1f0..dd491dfc444 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0B633E06-28C1-4B74-9689-A8FBA27B8E16} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mul.csproj index 56cf0c81145..a80289b6a0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {79415AB2-2446-4237-B3C4-A7FFD441771A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mulovf.csproj index eb4de0f4e20..1c2df84ff78 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_ldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FEAB9B3A-BE50-4A52-A53E-058C80080DE8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_muldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_muldiv.csproj index 5406f3bbf69..77bf555519b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_muldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/signed/_speed_rels_muldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9FF4BA69-374C-45A9-A086-454D7F0A1C3D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj index a0d334d3b6e..58cf4bc388e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_dbgsuperlong.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4C56766C-B273-40B9-83A3-864587B27DCF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_dbgsuperlong.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_dbgsuperlong.ilproj index ab5a35c34ea..8190639e9f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_dbgsuperlong.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_dbgsuperlong.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_relsuperlong.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_relsuperlong.ilproj index ff3c291ea71..dd0d820fda5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_relsuperlong.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_il_relsuperlong.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj index b412a218bfb..d3439fb499d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_relsuperlong.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9B09D580-688C-453E-8117-D3DE0CAA0C1C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_dbgsuperlong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_dbgsuperlong.csproj index beb95b0f953..ff5991bd15d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_dbgsuperlong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_dbgsuperlong.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A6C400C1-33DA-4336-9D9C-1A61E96E82D3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_relsuperlong.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_relsuperlong.csproj index f255465f5a4..d1d846c5fe9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_relsuperlong.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/superlong/_speed_relsuperlong.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3BE8DEA6-834C-4C98-8E6E-8FAF407EF7FB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj index 8a32039dfbb..228b5c9eb1e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgaddsub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9EE0D0A5-3C95-494B-9D8B-9B55D571A8DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mul.csproj index 62197aa792f..bdf3e5d0b8f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {108844DD-995F-48F3-AF3F-F97FEECF9EF3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mulovf.csproj index 4762913e5e0..11e495810dd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {11D3DC9A-3154-4968-8D52-FE25D4A460E5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mul.csproj index 86c5fe50dd6..93b159d3a21 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2F5EE036-F784-49AE-B95C-5615AB7F47D3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mulovf.csproj index 35122bc31ca..28daa15f124 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F07227A9-C305-42FE-969D-D1461D6BEF6F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mul.csproj index 650388c8ca0..6eec5847ce5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {85F114AE-6238-4E30-B579-7BB0D658922E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mulovf.csproj index d118a64ed4b..36d0099ab37 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {18DCAA00-850D-41AF-9B12-DD8E99B150BA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj index 135d9490fdd..b6228bc12c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_dbgmuldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EA901A35-ECE3-4F4D-9587-F4100BCACA4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgaddsub.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgaddsub.ilproj index 3b0188b3fc9..1834510d032 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgaddsub.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgaddsub.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mul.ilproj index 06364697b6e..2360001b3dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mulovf.ilproj index f507adc2c8c..6cc5e55b5e1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldc_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mul.ilproj index 46b7d175bbd..f4889f8ee36 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mulovf.ilproj index 7454473c9dc..b0d19310711 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mul.ilproj index bd9e36b574e..4258f701a86 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mulovf.ilproj index 97c99f09a78..b0964cc3e34 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgldsfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgmuldiv.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgmuldiv.ilproj index c7b3252d355..7826aaa260d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgmuldiv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_dbgmuldiv.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_reladdsub.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_reladdsub.ilproj index cc768248284..3c3a8d5dbfe 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_reladdsub.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_reladdsub.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mul.ilproj index 3a7e6367143..c5a54b0ae01 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mulovf.ilproj index afd4236005e..9a938e8fc6a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldc_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mul.ilproj index 7fa317985ea..ba6925df261 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mulovf.ilproj index fef62697735..2e50fc19884 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mul.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mul.ilproj index fe238a403d9..d9fad54eae3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mul.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mul.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mulovf.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mulovf.ilproj index c05b8cea4e7..3adac9ac6e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mulovf.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relldsfld_mulovf.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relmuldiv.ilproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relmuldiv.ilproj index a533b938073..1b4413d6264 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relmuldiv.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_il_relmuldiv.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj index 3feeb3595fc..3d21c787bd3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_reladdsub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FDC30F95-BA55-472A-A295-D483565435C4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mul.csproj index 3a794250175..c6a36d6a50f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {36E5B901-463B-47BB-A693-AFE10FC21395} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mulovf.csproj index e2df58fc070..3230285501a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {268C28E6-0F65-45A5-978A-C7BC947E2C2A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mul.csproj index 16f21e6c764..66fe25c1fa3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AB1CB3C1-40D2-4DF2-9926-DB5A4EA9F85C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mulovf.csproj index c90d6cf108c..aeacccbbb6e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A1B6C17-EFE6-4A07-A87D-C5CC66D6D854} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mul.csproj index 0af986f12a1..2cd17c64819 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {96AD2682-4F41-4067-BCB4-F1B164154159} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mulovf.csproj index 7c3b7b606f0..dc9f55fdd7e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7D0A89E9-BDA0-4421-BA34-BDCAADEEB30B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj index d95daa0ba02..19f2a2f180f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_relmuldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FE92C687-9D99-4CAA-8991-122492761722} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgaddsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgaddsub.csproj index 0697adfd94d..af0062e5123 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgaddsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgaddsub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CE34B2B0-D684-4106-B425-8E0EAC8DF40A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mul.csproj index 15e3abb2ece..bb45992e268 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DFD73D77-5D12-4440-A1B1-FD336F74B1B4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mulovf.csproj index adb936f7f92..5ed2f84a495 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1420E1E7-EF7E-4E9A-8FB2-9C35B5E3C7DB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mul.csproj index cba2390c59c..e71b432432f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {41E8FEFF-4FF9-4575-9B36-24EC5AD6354F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mulovf.csproj index 5a5c055ccd4..a32c4749629 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ACAC8A61-3E34-4984-90C8-50FD78D19DE3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mul.csproj index fefb07c839c..8b0b1a171a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DCD83293-D516-40DF-B9F0-3C6A06E027F9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mulovf.csproj index e93aa5a94f6..802d631027b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AAFFFBCE-FAA9-42C1-8D35-8F866B5FD84C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgmuldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgmuldiv.csproj index a9d88c7c5fe..ed59f3f7eec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgmuldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_dbgmuldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1FB7C14C-8E8E-4F8F-AD95-BBB313F9D484} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_reladdsub.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_reladdsub.csproj index 5fbf38fece4..c00104d1f56 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_reladdsub.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_reladdsub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A98D022-18A7-45C3-85D6-CD563D7FB748} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mul.csproj index 32deb4f4792..ca720c4c63b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5AD565C4-D90A-4F4C-961F-852208988029} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mulovf.csproj index c6e4d278039..9449e7875b1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldc_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {14ABED61-9399-49A8-8E7E-F3C7A53AA097} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mul.csproj index ea7812b65f2..3fdb4778ac6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0068F78B-8F43-4CB4-A5DF-5FCD781FEF98} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mulovf.csproj index 0e96b5761d5..f7d4350eaa9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4281C0B9-B4D5-473D-A790-310FBBB40A65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mul.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mul.csproj index b287fb07409..b90a4e608a3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mul.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DA6F49B6-6B54-4259-A1F7-2E7915DD5421} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mulovf.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mulovf.csproj index a47c3cf027f..b9da5567fcb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mulovf.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relldsfld_mulovf.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A1E821F6-07CF-46C5-AF96-3454B80436D2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relmuldiv.csproj b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relmuldiv.csproj index 22d3a0c80f4..fa764b64d7a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relmuldiv.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/int64/unsigned/_speed_relmuldiv.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {077010A8-4A52-4E5C-9392-C21B684A8375} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj b/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj index a8ee80f65c7..a84edbb1589 100644 --- a/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.csproj index 22ec026a431..9b051ce36ef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/basic/bigframes.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.csproj index 6faa7750286..5844d29f23d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip/skippage.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.csproj index 87ff27570fc..05ba02ee913 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip2/skippage2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.csproj index 1b7f680295d..749c55c15d0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip3/skippage3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.csproj index 1482b3e1fa5..32364625a29 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip4/skippage4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.csproj index 3e4678528e1..2a68e317780 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip5/skippage5.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - False - - PdbOnly True @@ -28,9 +11,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.csproj index a9679696c6f..46ec5aa3cb6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip6/skippage6.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - False - - PdbOnly True @@ -28,9 +11,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.csproj b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.csproj index 2fe611b038d..ec41d69f2c7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/largeframes/skip7/skippage7.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - False - - PdbOnly True @@ -28,9 +11,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj index 29fdb6b702f..caa1245c763 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtoken.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj index 740dd64d915..4067fc6e255 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgldtokena.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgptr_types.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgptr_types.ilproj index 656d0724cda..4967d7fcf99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgptr_types.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgptr_types.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj index 19a75861da8..e68906f1080 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_dbgtypes.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj index b93072b1695..574bad2c447 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtoken.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj index 5613fabc515..9631c64c336 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relldtokena.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relptr_types.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relptr_types.ilproj index 2ac2d812fb4..b2d84d6224d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relptr_types.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_relptr_types.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj index 04efeec196c..1a80629d9f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/ldtoken/_il_reltypes.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01_small.csproj b/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01_small.csproj index f48e665dc79..16aed672f29 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01_small.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/call/call01_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.ilproj b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.ilproj index c1d855c4f01..12ca927d5da 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_dynamic.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.ilproj b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.ilproj index e186c4920fb..d1379c544f1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_large.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.ilproj b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.ilproj index aaa808ff075..5d2b9129241 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/verify/verify01_small.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj index aaf06ad6feb..3af1feefeeb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroInit01_large.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.ilproj b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.ilproj index 71d46d9a1dc..38c17aece0e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/localloc/zeroinit/zeroinit01_small.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj index 48a0f613ca6..d0f958c37b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B880BAD3-0997-4C56-8C6A-B68CA9557EF3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj index ce8ccdb86fe..9de45208409 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj index adf8824efae..52b781c9672 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/classic_r.ilproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj index 1daf3241df4..cf74ea0bfdc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0A5E38FD-4E07-44A7-BF26-BDCDEEDC698C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj index 4b9d58fcfad..c35b1bcaafc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj index 5c47a0c4c38..716b432fd7b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/delegate_r.ilproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj index 5e535c9de7e..1545bcda320 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED0E7884-4ED9-4F38-B410-8D9CBA8D9390} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj index 389100313af..6972f263c3a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2091A1AE-6728-4431-8DE6-DA9C48FD65D7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj index 71af1ff274b..37fa6de4a23 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj index a216e07a6a8..66994d53381 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics2_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj index 9cb051b6e08..215d5c40cdd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_d.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj index bf8d45cf7db..6cf6dda2355 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/generics_r.ilproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj index 3da6347d593..67f68e0311f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {027E2FF8-91B0-43EE-9FB5-D465143AA146} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj index 3d383f9362e..90bdafb9463 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj index c2f94f999f8..d9b4bcbb792 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/tailcall_r.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj index 0f7b993d1d4..0e36e93166f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {93CE4675-F874-40C2-AFEA-401A247E70BB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj index 079d67a6341..049b5346c81 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj index 6754e067c2c..b1f870d8f83 100644 --- a/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/nonvirtualcall/valuetype_r.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj index 0e77a28947e..a168f1982c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbggcreport.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1BAA34B6-4EAB-43D2-BAAB-4B9E719B92C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,14 +9,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj index 13a05e489da..7eed37b9f0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgnative.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A1B2CCBC-1919-40E3-9C8D-8082BFC58493} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj index 9704560fab7..0497150fc04 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress1.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C544C2F9-F5F5-41E3-AD28-E71649EE9CB0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj index 8577bb9c417..08a7542cfde 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgstress3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9711B502-A732-43B1-AA5B-CDF7DA92042C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj index 50a1e714c22..a38e7a51593 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_dbgvirtcall.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6B6C97C1-90DE-4716-BB81-38EA342BE67E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj index 1d47c470835..17954441b39 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj index 3490fe5085f..ac49899712b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray2.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj index e85675fe874..8d6ccf42409 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgarray3.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj index 76b0e62c7ea..7452fad7e71 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgformat.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj index 9d2e93e1903..3d959f42981 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgindcall.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj index 837bb8240fc..a5e3731e66a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglcs.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj index cd7b63c3dcc..1c6ce7a7332 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbglongsig.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj index 15b99f5a4ab..ead573e051b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgnative.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj index 50778eb024e..02e24360955 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgseq.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj index 104c7408569..16348c43766 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgshortsig.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj index 2d0472ac7a8..bfcdd805621 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgstress2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgu_native.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgu_native.ilproj index c0861e1d275..5de46877377 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgu_native.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_dbgu_native.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj index 0360bfbb29e..04f50288c43 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj index cd8fe9b7aa6..6302465c222 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj index fcbbde8c6cc..a64ef7df972 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relarray3.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj index 6bbf76b5b3e..38bad255449 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relformat.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj index db60e9f5571..9b8b5a6e295 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relindcall.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj index 7e36138d113..6853623fd63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellcs.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj index 60ba48d1279..11e881b0239 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_rellongsig.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj index 72abf075340..965e7e1a682 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relnative.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj index f9e6716799c..673048ff929 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relseq.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj index b6c04acec8c..26e08eda1f8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relshortsig.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj index e66c3c80275..c1fc6c40b2d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relstress2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relu_native.ilproj b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relu_native.ilproj index bd43ec02e7f..22bc32a729f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_il_relu_native.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_il_relu_native.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj index da3914fcdbe..d18b72c546f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relgcreport.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AECC90EB-057E-4F71-B856-D761FFB409C7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,14 +9,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj index 28e72aa670c..c999d0b32b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relnative.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BC3D7C80-7A6E-425F-B161-5E1851092A2E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj index 19a9a552264..5a3bab08bac 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress1.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6E345FA6-CA32-47A8-BC90-F759402D1222} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj index b2595776c39..310e6a8c355 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relstress3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A2C3BA7F-EEBD-4046-9270-9D9B0F88D312} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj index 30c3cbf26a9..25ae1a0340d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_relvirtcall.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {408A55FA-F02A-4EE4-A011-B00EFEB34B5B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None False @@ -30,14 +11,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj index 2e39368075a..79ed5223801 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbggcreport.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0C22565A-AA1E-4850-86FB-AD68B9F71DE4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,14 +9,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj index 16f9465df49..5b50e2a26c8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgnative.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E72B991C-DC2D-49E4-ADBE-0921F97924A3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj index 10a8cd5f6a8..145bcc0cd19 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BB49DE8D-7B90-473C-A40E-419C8264D61C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,14 +9,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj index 831897e17d3..6f2f3251e57 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgstress3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B1AA8C01-E8BA-4DCF-81DA-857256D23E77} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj index 45aad43accb..d118078ea2b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_dbgvirtcall.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {307CB204-B03B-41C6-A806-ACD1A0BDDC58} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full True @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj index a0bc8fff615..055ce368505 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relgcreport.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7FE42FB3-2FAE-42FF-976E-1F406D1A92E4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,14 +9,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj index fb6c93d77e4..ede65303017 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relnative.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E95CED31-BA82-4462-8A89-51C3C02F8D26} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj index 0e484466b13..d58cad78e9d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress1.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {020DB66A-2FEF-486E-ADB0-5AA68237DAB5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None True @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj index dd47154fab2..12d6721d85f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relstress3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {762770DA-FA56-4A3A-A630-5270B95311B2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj index 52d1b8f676a..58623d0d100 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/_speed_relvirtcall.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1475D529-78CC-437E-82BC-6C6C10A5936D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj index 86ec9f539f1..b0de09b396c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {73B862FC-979B-4EEC-A57A-2B04A2B46F01} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj index edb5abec247..c6ab3e5ba62 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/array2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EDB14918-1731-46A5-BAD4-1B0920F2EE7B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj index a8ddec8ec01..2cce5032192 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/format.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0B9A50E6-CF08-4A02-9342-67828BDB9F90} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj index c40ea0504b9..a168f1982c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/gcreport.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3BA00219-0647-4CAF-ABA7-54B66438AA1A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,14 +9,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj index 04b252a20e9..5bbd9d21654 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/lcs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6BC88FC8-AF31-4C84-8EEA-8B567B8DE61C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj index c25ecc5c15c..7eed37b9f0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/native.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1F61DC1B-CF47-4932-9C3A-0B32D1DA6763} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj index 1f7727308ce..a38e7a51593 100644 --- a/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/refany/virtcall.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CA7E0C28-6C9E-465E-8D00-649C39A816EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,14 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj index 3326b66197a..33efc7ea19f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj index 31d13ffd2dd..4935a6741e4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj index 5cf89cb3706..8a83d700928 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj index 160eeee65b2..410be604e06 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpletest4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj index 1a28ad18483..5cd217853a1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj index 24c93d5092f..98dfee9bbd5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj index a4d19b030cc..ba3b518f0fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj index 497ca52b6ab..f59521a9207 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest1-xmod.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj index 66a4d389cc9..1129c074b6c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest2-xmod.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj index 765f9c2038c..b0557586892 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/_XModuletest4-xmod.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/test1-xassem.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/test1-xassem.csproj index 0e4828589ec..3649fa4a6e0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test1-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test1-xassem.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/test2-xassem.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/test2-xassem.csproj index ed98be3a567..01469b76fa3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test2-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test2-xassem.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/test4-xassem.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/test4-xassem.csproj index d402c3d3dc1..0a8f1dbf9eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/test4-xassem.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/test4-xassem.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj index d64f4ca7f22..fbfd7727484 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/testgenstr.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj b/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj index 602637f222a..7435f7999f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/stringintern/teststr.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.csproj index cb869c3a882..616af1a0a95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/ExplicitLayout.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe true - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/StructStackParams.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj index a435391c959..dd76f1c058e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/systemvbringup/structinregs.csproj @@ -1,18 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {649A239B-AB4B-4E20-BDCA-3BA736E8B790} Exe true 1 - - - PdbOnly True @@ -26,5 +17,4 @@ - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj index 34eb76fa308..2b18798959a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/structs/valuetuple.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {0B8F1AF4-9355-4307-BC68-08A2947AD3B9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj index ea1c83f3e4f..21f7a207eda 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch1.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj index bb66b47a757..87798a7f957 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch10.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj index e8e824c9082..548979ce31b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch11.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj index 9a33cc3c070..aa10de2de2a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch2.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj index b6084e4a4f2..fbb169e155b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch3.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj index 0eb83368341..029bd1c6e4e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch4.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj index dceecad0052..b80ca3729cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch5.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj index 8bee6869b69..83a5e2f0daf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch6.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj index 54bb93d19d3..70579bec033 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch7.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj index db86d72f98b..5f2c9668262 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch8.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj index 2133528ea74..ee9a40164f5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/switch/switch9.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj index 0188023b031..553ea3c52b6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/Desktop/_il_relthread-race.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - true 1 - - - - - - - - False - - PdbOnly True @@ -35,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_enum.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_enum.ilproj index 60d81ded037..77abecbf2f3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_enum.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_enum.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i2_bool.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i2_bool.ilproj index 7dc11a72c05..4f39408d409 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i2_bool.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i2_bool.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_i1.ilproj index 8a99bf22174..d4a15f82bb8 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_i1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_u.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_u.ilproj index c830bb1cfcf..9270da2ebaa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_u.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i4_u.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i_u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i_u2.ilproj index 3249bf86d06..17f94f45b8b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i_u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_i_u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_obj.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_obj.ilproj index c3609d52008..3dcd736d85b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_obj.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_obj.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8.ilproj index 4bf95349846..b2bdb286aaf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8_inl.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8_inl.ilproj index c60053a15f3..efb27a6cfc3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8_inl.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r4_r8_inl.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4.ilproj index 94aff5bdeb6..81f26de3bca 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4_inl.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4_inl.ilproj index 197a36cad98..0e28cc1feea 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4_inl.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_r8_r4_inl.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_v.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_v.ilproj index 07521bc7025..b60e43785cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_v.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgcompat_v.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array.ilproj index 5ac518d41b3..9ee57cb4118 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array_nz.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array_nz.ilproj index ed404b2498a..3ee6c305a55 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array_nz.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_array_nz.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_gc.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_gc.ilproj index cebf92c24b8..8d76fd8a3b0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_gc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_gc.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_inst.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_inst.ilproj index 20d2ba7e316..29502ce5dc4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_inst.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_inst.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_value.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_value.ilproj index e62303bfb1d..a8ac2ed5be4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_value.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_value.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_virt.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_virt.ilproj index 8660a325642..2403667db5c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_virt.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgdeep_virt.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj index 87aa0668258..79c7e1eaa96 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_nested.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_nested.ilproj index 6a879d010cc..d90e11a893b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_nested.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_nested.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_sideeffect.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_sideeffect.ilproj index ab8b45cebcf..04038b8dc4d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_sideeffect.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbggcval_sideeffect.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj index 4c721cf5747..0f27b563df6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer_i.ilproj index 8795713dd93..9e93edebc4f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgpointer_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep.ilproj index 9a0920f0f76..dcf7db1795c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep_void.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep_void.ilproj index 449bbaec57b..27fb9f1a189 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep_void.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgrecurse_ep_void.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgreference_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgreference_i.ilproj index 6e495ab74b6..864eedceaa9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgreference_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgreference_i.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2a.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2a.ilproj index 6e031b6302f..b8c32a0e353 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2a.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2a.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2b.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2b.ilproj index 8d1a25aecae..880455da7ee 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2b.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2c.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2c.ilproj index de67198761f..f287fed5d51 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2c.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_2c.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_3b.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_3b.ilproj index fb6053ca1c9..99764b8ea0d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_3b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_3b.ilproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_implicit.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_implicit.ilproj index b09a9b92b91..4e143ca41f4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_implicit.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_implicit.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_mutual_rec.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_mutual_rec.ilproj index 5a47507b8bd..b3367b322b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_mutual_rec.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_mutual_rec.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_switch.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_switch.ilproj index 627f4a6335f..dda8bfcc190 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_switch.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_switch.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_virt.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_virt.ilproj index 389ad8d670f..09c397bb173 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_virt.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_virt.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_void.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_void.ilproj index 68cc4924c45..8317f0294fd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_void.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_dbgtest_void.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_enum.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_enum.ilproj index e8efe982f65..93848d1e070 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_enum.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_enum.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i2_bool.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i2_bool.ilproj index 5315a05e446..e85abdfc42b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i2_bool.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i2_bool.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_i1.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_i1.ilproj index f16a53fcb7f..8cc78a922b9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_i1.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_i1.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_u.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_u.ilproj index 9154d1fd153..d9bc2711705 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_u.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i4_u.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i_u2.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i_u2.ilproj index f545b41d49c..e64138f2aef 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i_u2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_i_u2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_obj.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_obj.ilproj index 85b7a31ad5f..d5b14f18d1a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_obj.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_obj.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8.ilproj index 491c2b71b33..2541555f431 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8_inl.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8_inl.ilproj index e1d38f88f07..ec86ba23c2a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8_inl.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r4_r8_inl.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4.ilproj index 1171e7a284d..33dd6566688 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4_inl.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4_inl.ilproj index 905c30ad2c1..eaf08cfe97b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4_inl.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_r8_r4_inl.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_v.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_v.ilproj index 0c0fe81616c..6f142d81dbd 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_v.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relcompat_v.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array.ilproj index 16aba1b1454..a637555f59c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array_nz.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array_nz.ilproj index 3c6c1744b8b..31e5a311e22 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array_nz.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_array_nz.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_gc.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_gc.ilproj index 6b8f42f601c..e8f4d66e924 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_gc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_gc.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_inst.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_inst.ilproj index 1c431232f6a..d480b0ffd68 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_inst.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_inst.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_value.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_value.ilproj index d2b9ea9ab20..d8ff01675b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_value.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_value.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_virt.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_virt.ilproj index 292ea61124a..ab75f209e87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_virt.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reldeep_virt.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj index 0f2d0a65c28..79010073f95 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_nested.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_nested.ilproj index 0da477cf23f..20913d53088 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_nested.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_nested.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_sideeffect.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_sideeffect.ilproj index 478a7e56a08..21f4d30eb8a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_sideeffect.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relgcval_sideeffect.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj index 795b964fdfe..44c8e7dc587 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer_i.ilproj index 53c40d3b61a..ff5255a1d05 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relpointer_i.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep.ilproj index 3c74dfe2331..296c1e08e10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep_void.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep_void.ilproj index 96aaaf0bd80..c509687adfb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep_void.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relrecurse_ep_void.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relreference_i.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relreference_i.ilproj index d856714379d..93c1c478634 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relreference_i.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_relreference_i.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2a.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2a.ilproj index c8b724345bb..f2230a23b61 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2a.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2a.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2b.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2b.ilproj index 59bc2735a80..22488f43074 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2b.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2c.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2c.ilproj index 7c71c0e5aa8..c29666ef150 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2c.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_2c.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_3b.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_3b.ilproj index 50d04793b21..aa6c441c154 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_3b.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_3b.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_implicit.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_implicit.ilproj index 39279082af7..f3196a318fb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_implicit.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_implicit.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_mutual_rec.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_mutual_rec.ilproj index d06e2d739d6..c862d3fe07b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_mutual_rec.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_mutual_rec.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_switch.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_switch.ilproj index 4895f3590d8..0a7b7d0525c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_switch.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_switch.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_virt.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_virt.ilproj index 32202712b2d..3b41da7f024 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_virt.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_virt.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_void.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_void.ilproj index 226defdd379..66b3dd1f0c2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_void.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall/_il_reltest_void.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj index 28c77449fa6..1f765427ef7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegateParamCallTarget.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ECA6C872-18D0-4F24-9429-3E36709DF29F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj index 8791a25ab95..95665668977 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/delegatetail.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj index b6b5338acf1..2fd748ff617 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/hijacking.ilproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - PdbOnly True @@ -35,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj index 1b68bc5dd94..4ea65d59c86 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/smallFrame.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/tailcall_AV.ilproj b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/tailcall_AV.ilproj index 894778f84b8..4c085103484 100644 --- a/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/tailcall_AV.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/tailcall_v4/tailcall_AV.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj index 409edfcf5e9..a72ad2c0e63 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-0.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj index 975e24c6697..31e66736412 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj index 9497898b320..815574b697c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj index aa9dab6c99a..ac9449ac40b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj index 35792701388..bf2feaff0a7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj index e086bf8cac6..52381dfa8d3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj index ae9ac0cca85..35f2fcf7680 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_dbgunsafe-6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj index c4045416aa7..f2df0c7b046 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-0.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj index a82f34e5323..1ffa2ed19de 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj index 8f2feef4961..798dfc3f411 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj index 5c6fa4029ee..901aad276dc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj index 533e94ca9c1..47c75389fc0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj index ee4a2273a0f..8388592a18a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj index 37c95da1912..778a2687bc9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_relunsafe-6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-0.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-0.csproj index 0d6bfbf46b9..17f64365dcc 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-0.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-0.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj index 1fea999e42b..ac6401fbe84 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -30,10 +11,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-2.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-2.csproj index cfacbf87198..5b678e94a87 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-3.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-3.csproj index e5a33497dc9..c42d6f0c4d9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -30,10 +11,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-4.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-4.csproj index 679ca3a34b6..3359ad3b4a6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-5.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-5.csproj index 7c822623965..997917bca9a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-6.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-6.csproj index 551c24556fd..dea7d03596e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_dbgunsafe-6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-0.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-0.csproj index 0e456abc66b..14506fdd38a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-0.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-0.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-1.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-1.csproj index 9b3505239d1..4f2bb36aa76 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-1.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -30,10 +11,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-2.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-2.csproj index 5db7762c14f..c25b54d84b5 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-2.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-3.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-3.csproj index 67d6910dc49..6a63088e8a9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-3.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -30,10 +11,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-4.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-4.csproj index ee2245f075c..2d50950fa10 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-4.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-5.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-5.csproj index d6069cd4bb1..7fead64192f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-5.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-6.csproj b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-6.csproj index f89c6a2a27f..9da7019502f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-6.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/unsafecsharp/_speed_relunsafe-6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_d.ilproj index 0db38cb01e7..84647a816c4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_d.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj index 022d187c57e..768cb4be203 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/cpblk3_il_r.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_d.ilproj index 1c81e9afac0..d37f9c5f838 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_r.ilproj index fb41dd60b02..844a94d533f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/dynblk_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_d.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_d.ilproj index 525e11e2cd5..c7314a7f9cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_d.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_d.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj index e1e98abb5ba..22421213b5f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxblk/initblk3_il_r.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly False - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I.ilproj index b2d20dc29bf..90e2d8b5ffa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I8.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I8.ilproj index 78efc79f476..e26aec20d94 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_I8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R4.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R4.ilproj index aa29a5b305a..b4b3470e4a0 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R8.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R8.ilproj index b1a8ae8c426..37debcffa08 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_R8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_U2.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_U2.ilproj index b274f8b88af..03515e5a8d6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_U2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_U2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_V.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_V.ilproj index 9794c70aee6..a70cf3c238c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_V.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_dbgldobj_V.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I.ilproj index a96884358d5..e9f9e8a99b4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I8.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I8.ilproj index 63c15c5d866..9bc221768cb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_I8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R4.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R4.ilproj index 4576111a792..03f199f5ee6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R4.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R4.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R8.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R8.ilproj index 8cfadd0533e..7b096640fa7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R8.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_R8.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_U2.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_U2.ilproj index bd0ebb2a336..ac32c51a5b7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_U2.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_U2.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_V.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_V.ilproj index 32f3fb7d6b6..00f4af88c13 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_V.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/ldobj/_il_relldobj_V.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj index d15609eda4d..2b7caabb234 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgrefanyval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7E21C292-9028-4A19-9BC4-31B8BAE3267C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj index 2958e291742..1be0d841deb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_dbgunbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F5550373-AC46-4BEA-B446-4C335FF6E5F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgconst.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgconst.ilproj index 5b0f48aa83b..fe3eb7848d4 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgconst.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgconst.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgldelema.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgldelema.ilproj index 41caef24956..25ad4d4f51c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgldelema.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgldelema.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbglocalloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbglocalloc.ilproj index a338809dbf2..69145976a49 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbglocalloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbglocalloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgmdarray.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgmdarray.ilproj index d75fa5303c6..cb498b0145d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgmdarray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgmdarray.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgrefanyval.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgrefanyval.ilproj index 06b2de2fbed..3b15d6982b2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgrefanyval.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgrefanyval.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgunbox.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgunbox.ilproj index 55f50153fb5..abadd449245 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgunbox.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_dbgunbox.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relconst.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relconst.ilproj index 43e0cf90a7d..68857945c06 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relconst.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relconst.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relldelema.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relldelema.ilproj index 0264ea777de..32525ac134d 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relldelema.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relldelema.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_rellocalloc.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_rellocalloc.ilproj index 0663dd85671..7db7f09d353 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_rellocalloc.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_rellocalloc.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relmdarray.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relmdarray.ilproj index 98b0ccee88d..70ca15f9e5a 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relmdarray.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relmdarray.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relrefanyval.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relrefanyval.ilproj index df4bcfa1b23..55f9b003a83 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relrefanyval.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relrefanyval.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relunbox.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relunbox.ilproj index 0603c8f6598..126c5c9e82e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relunbox.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_il_relunbox.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj index 657e198130d..eec2c4e8a23 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relrefanyval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CF1D5ED4-2614-4962-8934-2419D50E65A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj index 6215702d257..90fd9f80261 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_relunbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9BF89FA0-5D62-49B6-8F0B-3E9E3F9E6B56} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgrefanyval.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgrefanyval.csproj index 830a20f8676..a49a042d3f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgrefanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgrefanyval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1C8140E3-52CD-4983-B625-ADFDD9250249} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgunbox.csproj index 34460782e85..36dfe31c587 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgunbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_dbgunbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DA709AE7-605E-4697-AF66-B20CBBD007DE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relrefanyval.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relrefanyval.csproj index b175542d52c..d2c9f8942cf 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relrefanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relrefanyval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {78376B7F-ECE7-43AE-9BEF-081567876638} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relunbox.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relunbox.csproj index 8b8b9396fcc..cde69499573 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relunbox.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/_speed_relunbox.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {847D698E-DCFD-4838-9249-63C2D1E755CF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj index ae8da03b3c4..2b7caabb234 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/operand/refanyval.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3BC10F3E-3ABC-4E95-AD1A-D76202055F5C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj index c31cdd7ac9f..e7ca779e0ec 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj index ab145d6f225..a773d9abcd9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj index 00ad25a2bd4..6be96d0483f 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof.ilproj index b970e87fb3d..2fb666af65b 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32.ilproj index 70df755aef9..053d718eea9 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof32.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64.ilproj index 5742d2a0581..f47983fe35c 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_dbgsizeof64.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof.ilproj index 1f3db9a99b4..dd972e22b46 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof32.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof32.ilproj index 2e07166363e..7ee24904c0e 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof32.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof32.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof64.ilproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof64.ilproj index 81fa4d6bdff..50805c72739 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof64.ilproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_il_relsizeof64.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj index cb125939dd6..b865687aec2 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj index fa7cf97084f..b375f51e156 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj index 1e30970d946..ca76d8f9811 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj index eba30d66d70..102480f1e99 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj index b24bc27a7fc..acb1a7fe4e3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj index 49b72dc10c2..dba99c714d1 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj index 934826194d6..650facf4e71 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj index 2d73c6b293c..39ea821b4eb 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj index cd6ee69fee2..fa3c2bc8177 100644 --- a/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.csproj index e032f83eb6c..b7e5156840f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-2.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 true - - - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.csproj index e032f83eb6c..b7e5156840f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/binarytrees/binarytrees-5.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 true - - - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.csproj index 56d2c065b93..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-2.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {E4AA647E-10E6-40E1-BD01-3BA97AA204BC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.csproj index 147e656df58..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fannkuch-redux/fannkuch-redux-5.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {F49D82D3-9D13-47B5-83F8-52B1FE3FF452} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.csproj index 8deda2377e5..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-1.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {E85110FB-64D0-44E7-B040-1862B62A6EAC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.csproj index 94e4bedd0e1..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta-2.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {BC31B732-E7E4-4458-8D14-3DBF63A4A576} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs index bae16984ac9..757aaba0509 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/harness-helpers.cs @@ -19,21 +19,21 @@ namespace BenchmarksGame public int[][] expectedFrequencies; private readonly string resourceName; - public TestHarnessHelpers(bool bigInput) + public TestHarnessHelpers(bool bigInput, [System.Runtime.CompilerServices.CallerFilePath] string csFileName = "") { if (bigInput) { expectedCountLetter = new int[] { 302923, 301375, 198136, 197566 }; expectedCountPairs = new int[] { 91779, 91253, 91225, 90837, 60096, 60030, 59889, 59795, 59756, 59713, 59572, 59557, 39203, 39190, 39081, 39023 }; expectedCountFragments = new int[] { 11765, 3572, 380, 7, 7 }; - resourceName = "knucleotide-input-big.txt"; + resourceName = $"{Path.GetFileNameWithoutExtension(csFileName)}.knucleotide-input-big.txt"; } else { expectedCountLetter = new int[] { 1576, 1480, 974, 970 }; expectedCountPairs = new int[] { 496, 480, 470, 420, 316, 315, 310, 302, 298, 292, 273, 272, 202, 201, 185, 167 }; expectedCountFragments = new int[] { 54, 24, 4, 0, 0 }; - resourceName = "knucleotide-input.txt"; + resourceName = $"{Path.GetFileNameWithoutExtension(csFileName)}.knucleotide-input.txt"; } expectedFrequencies = new int[][] { expectedCountLetter, expectedCountPairs }; } diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.csproj index f7966689877..a45b4f4708d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-1.csproj @@ -1,34 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {72C2713D-C5A4-4BE0-82F3-3B7EEB4DB574} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - @@ -37,8 +14,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.csproj index e9942d9fe39..a45b4f4708d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/k-nucleotide/k-nucleotide-9.csproj @@ -1,34 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {06749069-420D-4F3E-8977-49B720EFE4CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - @@ -37,8 +14,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.csproj index c84799234ff..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-2.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {18ED6F79-05F2-4302-B2B5-543A33C9A517} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.csproj index 7a1b3a2293f..fca3c2bccf7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/mandelbrot/mandelbrot-7.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {42E452A1-BB95-4236-A70E-03A8F89CCD70} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 true - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.csproj index da46bac2019..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/n-body/n-body-3.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.csproj index 55a5ee7ef77..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pidigits-3.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {E37DE574-AFEC-40E8-B513-FBB09D5EFFFF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs index 5f8cd95ad19..af5ead11085 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/harness-helpers.cs @@ -16,17 +16,17 @@ namespace BenchmarksGame public readonly int ExpectedLength; private readonly string resourceName; - public TestHarnessHelpers(bool bigInput) + public TestHarnessHelpers(bool bigInput, [System.Runtime.CompilerServices.CallerFilePath] string csFileName = "") { if (bigInput) { ExpectedLength = 136381; - resourceName = "regexdna-input25000.txt"; + resourceName = $"{Path.GetFileNameWithoutExtension(csFileName)}.regexdna-input25000.txt"; } else { ExpectedLength = 152; - resourceName = "regexdna-input25.txt"; + resourceName = $"{Path.GetFileNameWithoutExtension(csFileName)}.regexdna-input25.txt"; } } diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.csproj index 326811be49a..421f8d3cc19 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-1.csproj @@ -1,34 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {EFF6D8FE-2713-41B7-BF77-8DD03BADFAB6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - @@ -37,8 +14,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.csproj index f96f2e88285..421f8d3cc19 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/regex-redux/regex-redux-5.csproj @@ -1,34 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {FCEF2E71-7E24-4306-9CCA-56BD251FB66E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - @@ -37,8 +14,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs index 0024f568437..d275982919f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/harness-helpers.cs @@ -23,13 +23,13 @@ namespace BenchmarksGame { FileLength = 254245; CheckSum = "61-A4-CC-6D-15-8D-26-77-88-93-4F-E2-29-A2-8D-FB"; - resourceName = "revcomp-input25000.txt"; + resourceName = $"{Path.GetFileNameWithoutExtension(csFileName)}.revcomp-input25000.txt"; } else { FileLength = 333; CheckSum = "62-45-8E-09-2E-89-A0-69-8C-17-F5-D8-C7-63-5B-50"; - resourceName = "revcomp-input25.txt"; + resourceName = $"{Path.GetFileNameWithoutExtension(csFileName)}.revcomp-input25.txt"; } } diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.csproj index 756177fcad9..a092e77a603 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-1.csproj @@ -1,34 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {D10015D3-6A09-400C-8CF6-9F50BEED71D2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - @@ -37,8 +14,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.csproj index f15f4730096..a092e77a603 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/reverse-complement/reverse-complement-6.csproj @@ -1,34 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {9449A6C4-69BD-496B-83AD-55046F464950} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - @@ -37,8 +14,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.csproj index 6aa7d71500d..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-1.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {2FA952B1-A5C1-435D-918F-F3750714FB92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.csproj index 3f22766ae7a..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm-3.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {0B6702EB-3EED-41EB-B034-B3769918A476} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.csproj index 5572f5306ab..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Adams/Adams.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.csproj index 6a3e86b670e..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMk2/BenchMk2.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.csproj index 51f9ed6fb11..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/BenchMrk/BenchMrk.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.csproj index 3764deb8e09..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Bisect/Bisect.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.csproj index 5ff78ab20f7..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/DMath/DMath.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.csproj index da2734aad10..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/FFT/FFT.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.csproj index e0795098926..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InProd/InProd.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.csproj index ffcbf4f392e..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/InvMt/InvMt.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.csproj index 3185a32f775..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/LLoops/LLoops.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.csproj index 7e760463e13..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Lorenz/Lorenz.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.csproj index 4bdade03166..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/MatInv4/MatInv4.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.csproj index 9f3b92564f6..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtE/NewtE.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.csproj index ac0bf817095..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/NewtR/NewtR.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.csproj index 7d5fef3b385..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Regula/Regula.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.csproj index f4857e1b52e..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Romber/Romber.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.csproj index 0e6d00ab4d6..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Secant/Secant.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.csproj index 444c1d42b84..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Simpsn/Simpsn.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.csproj index e37738887b0..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/SqMtx/SqMtx.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.csproj index ca3c5d8f337..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Trap/Trap.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.csproj index a53c99a45ec..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchF/Whetsto/Whetsto.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.csproj index 9066a8e7484..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/8Queens/8Queens.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.csproj index 1f820177f47..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Ackermann/Ackermann.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.csproj index cb4ed775ccc..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray/AddArray.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.csproj index 99832a28300..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/AddArray2/AddArray2.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.csproj index 909301d915b..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array1/Array1.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.csproj index db95575a6fe..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Array2/Array2.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.csproj index b9fe3b19f53..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BenchE/BenchE.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.csproj index 776f7e1e8e2..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort/BubbleSort.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.csproj index 9881f0ed1ff..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/BubbleSort2/BubbleSort2.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.csproj index 7fc65a6e717..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/CSieve/CSieve.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.csproj index 1314ce19a7b..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Fib/Fib.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.csproj index dc1ccfda2b5..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/HeapSort/HeapSort.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.csproj index fd82229e5c3..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/IniArray/IniArray.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.csproj index 1adf8d187da..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/LogicArray/LogicArray.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.csproj index b93f2278380..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Midpoint/Midpoint.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj index a65219a7c8c..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/MulMatrix/MulMatrix.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.csproj index c0b7a14f531..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/NDhrystone/NDhrystone.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.csproj index c3abd5b2786..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Permutate/Permutate.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.csproj index a38e9605058..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Pi/Pi.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.csproj index c7a74f6f794..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/Puzzle/Puzzle.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.csproj index cc7568559b4..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/QuickSort/QuickSort.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.csproj index c552f5a56a7..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeInsert/TreeInsert.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.csproj index 8cfba2f93b6..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/TreeSort/TreeSort.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.csproj index bb0c13d622e..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Benchstones/BenchI/XposMatrix/XposMatrix.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj index bb0aca7f14e..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj index 185e8e63a33..1c1e8d3aa5a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 true $(NoWarn);xUnit1013 true - - - pdbonly true - - - False - - - - - @@ -49,9 +28,7 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.csproj index 7f06379d37e..8597b729741 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Devirtualization/DefaultEqualityComparerPerf.csproj @@ -1,39 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {C1BFD48A-A83F-4767-8EB2-3E2C50906681} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly - true - - - pdbonly - true - - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj index c69de091fd1..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.csproj index 760715aba0a..6f3a8ae8b31 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/PacketTracer.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - 2.1 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 true - - - pdbonly true - - - - False - - - - - @@ -50,9 +28,7 @@ - - $(JitPackagesConfigFileDirectory)benchmark+intrinsic\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj index 9bde84623f7..d2e324a1ba9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/InlineGCStruct.csproj @@ -1,35 +1,8 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - pdbonly - true - - - pdbonly - true - - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj index 7305eea9f90..c56a3ec24bc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Inlining/NoThrowInline.csproj @@ -1,39 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly - true - - - pdbonly - true - - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.csproj index fc14fa58830..f6ca1af64cd 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Layout/SearchLoops.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {C1BFD48A-A83F-4767-8EB2-3E2C50906681} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - pdbonly - true - - - pdbonly - true - - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj index 6fac3b034a4..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj index 9efcd151998..fd450ee1c83 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Math/Functions/Functions.csproj @@ -1,34 +1,7 @@ - - - + - Debug - AnyCPU - 2.0 - {C949CB07-60B2-420A-B3CA-59847ED4700B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETCoreApp,Version=v3.0 - netcoreapp3.0 - - - pdbonly - true - - - pdbonly - true - - - - False - - - - - @@ -71,6 +44,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj index a5e07907c71..f9c3ccf6806 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 true $(NoWarn);xUnit1013 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark+roslyn\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj index 1589a295c69..58ba15909f1 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 $(NoWarn);xUnit1013 - - - pdbonly true - - - False - - - - - @@ -40,8 +19,6 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj index ea19938bd5f..627bcf0d00b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj @@ -1,32 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - @@ -45,9 +24,7 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj index 29b4904957e..570644f1dbc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/SeekUnroll/SeekUnroll.csproj @@ -1,35 +1,8 @@ - - - + - Debug - AnyCPU - 2.0 - {9AE6E18D-B3F9-4216-9809-125824387175} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - pdbonly - true - - - pdbonly - true - - - - False - - - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj index 669a7927a90..f72a6e3eeed 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - SciMark $(NoWarn);xUnit1013 - - - pdbonly true - - - False - - - - - @@ -41,9 +19,7 @@ - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj index e28565bb52a..66d65f63df3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark+serialize\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj index 235de764637..839bbc8d2d1 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark+serialize\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj index a7796cc412b..fdcf488d446 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/Indexer.csproj @@ -1,42 +1,17 @@ - - + - - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 $(NoWarn);xUnit1013 - - - - - pdbonly true true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj index 16649c889f1..15733c0f256 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Span/SpanBench.csproj @@ -1,40 +1,15 @@ - - + - - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - - - pdbonly true - - - False - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj index 7d73d91ca0f..447625eec06 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 $(NoWarn);xUnit1013 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj index 50c84206918..0a051a8d688 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.4 - netstandard1.4 - - - pdbonly true - - False - + - - - - - - - - $(JitPackagesConfigFileDirectory)benchmark\obj\project.assets.json - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj index 03f49844140..572cd47dffa 100644 --- a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj +++ b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - pdbonly true - - False - + - - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.csproj index a6d044465cf..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b12008/b12008.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2E7AFA2D-C20E-42E1-B4C8-9C8C30A09F47} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj index 233c67325bb..8ccced4c67d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -30,12 +11,6 @@ $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj index d24f85fd4e0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b16935/b16935.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.csproj index 1dddf72a5cc..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40089/b40089.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {54DFD24C-F147-4825-9E8E-A0ABD4FCC762} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.csproj index 45179a63f4a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b40138/b40138.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F524F545-6D93-4212-B51D-5D5F26897EFC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj index a746eea4c8a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b44018/b44018.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj index eb6ea624006..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45046/b45046.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.csproj index 53748ed4b2f..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M11-Beta1/b45679/b45679.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E83A9A3C-3336-44A7-A167-07983121C529} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj index b37a8f7484f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b26323/b26323.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj index 57f29fd9c03..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b35455/b35455.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.csproj index 2b612d1c825..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b46847/b46847.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B7E09C27-56AB-4A8B-8AA7-C66F7D09349C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj index dfd41cb9e0e..efa92819984 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M12-Beta2/b47392/b47392.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj index b1f155407de..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj index 9c5d30e3b88..89e570e4e1c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj index 0c52cb071c6..e4f786b65ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440a.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj index 827a761291f..35411497d52 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj index b759a276014..c3c337a67c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b06440/b06440c.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj index 879ad0a177b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b07341/b07341.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj index 1cfaf8de637..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b09495/b09495.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj index c72454f7525..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10665/b10665.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj index b5e2276b4a7..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10666/b10666.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj index 4eae36cc1d6..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10894/b10894.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj index b77fc7414b4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10897/b10897.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj index 468ea4c8f01..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10939/b10939.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj index 99b9fa4aa29..2878c542555 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940a.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj index 7969ec9d396..5b880fe637b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b10940/b10940b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj index 20e1a851039..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11021/b11021.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj index dc4c94f80da..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11413/b11413.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.csproj index 35ea7e9a1e8..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11490/b11490.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj index 2d7bcfd4b48..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b11949/b11949.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj index c9d92d56369..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj index d6dd289d8af..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12274/b12274.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.csproj index 29baac304ef..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12399/b12399.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj index 3a27eb33aa1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12487/b12487.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.csproj index 352cda3595b..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12624/b12624.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.csproj index 5eeab7a1b7d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12795/b12795.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj index a007c014f6a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13509/b13509.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj index 2c8f88f0689..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13522/b13522.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.csproj index b7bbc9f3b00..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13569/b13569.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj index 4388758edc7..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13586/b13586.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj index fb3f03b4a5b..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b13738/b13738.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj index b4b570162f9..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj index 95681429f08..e31461b8204 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067a.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj index 01580c591fa..ec91d347565 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14067/b14067b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj index fac9cedb299..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14068/b14068.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj index f1220888f0a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14070/b14070.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj index ec79d1a6276..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj index edd04c6ce67..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14135/b14135.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj index e9e683f0a6b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14197/b14197.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj index 672a7b7dc67..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14199/b14199.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj index 32622d92df1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14202/b14202.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj index d3ea00bb5aa..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14264/b14264.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj index 64ed60dc7bd..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14294/b14294.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj index ae4a8307038..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14325/b14325.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj index b28df883c43..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14326/b14326.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj index f72624f5743..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14329/b14329.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj index fdd54f00bdc..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14350/b14350.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj index 67283b8ed47..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14431/b14431.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj index 8a201c8a204..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14591/b14591.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.csproj index d6302676ab4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj index 85dd7b866a5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14769/b14769.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj index 77b00e8280e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14770/b14770.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj index 3b7cce035b3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14777/b14777.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj index 5041a68d841..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14927/b14927.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj index 0b84b79611e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14928/b14928.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.csproj index 07e2582e161..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15203/b15203.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj index dcb9f0a33ad..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15222/b15222.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj index e5fa6884c56..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15244/b15244.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj index 1fdf6b2eb2b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15299/b15299.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.csproj index 3ae6497298a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b15728/b15728.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj index aaac88663e1..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16039/b16039.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj index 5b694752a66..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16049/b16049.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj index e5f7229129a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16071/b16071.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.csproj index 16c5d924bd6..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16238/b16238.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj index fd859f63e51..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16295/b16295.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.csproj index 5d244f97bd6..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16328/b16328.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.csproj index 005730378ba..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16335/b16335.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj index ac78c76a256..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.csproj index 4042c5af3a4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16423/b16423.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj index 5aac2fa70e2..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16498/b16498.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj index 345c9f8fccc..be6059c003d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499a.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj index bcd9a51f7c2..ed384dfb759 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16499/b16499b.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj index 73af843a9b1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16500/b16500.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj index 4a1437ad7f4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16503/b16503.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj index 841994d7e7c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16554/b16554.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj index 897fb0b85b3..2aabf640ca8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881a.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj index ff53fde71b0..30792aec920 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16881/b16881b.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj index 1a7bdf1b60d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16886/b16886.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj index e978fb48dc8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16895/b16895.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj index a25d74b5a65..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16896/b16896.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj index a96cc3d9b98..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16922/b16922.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj index 5cae47ce488..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16928/b16928.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj index f4bd49ea688..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b18852/b18852.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj index 94ea43637f6..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20079/b20079.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj index a2181bcdcd6..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20217/b20217.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj index 406519533e5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20249/b20249.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.csproj index 5af08179f19..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b20913/b20913.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.csproj index 75084fdac99..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b22290/b22290.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.csproj index b92f85e8fa4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24727/b24727.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.csproj index fe6af0d19fd..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b24728/b24728.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj index 9a06145d4e5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25458/b25458.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj index cbed765eb94..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25459/b25459.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj index a1a49e920c2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25463/b25463.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj index ece72c89777..0dd5ce7da46 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25468/b25468.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj index 0f045d44352..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25474/b25474.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj index ecb0aada431..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25491/b25491.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj index fcdbf6a16ba..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25507/b25507.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.csproj index cd26d1cbff7..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25647/b25647.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj index 9c1e64af664..bca3b94e626 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25701/b25701.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj index 5b845fd8a90..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25739/b25739.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj index cfbd1d9b995..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25813/b25813.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj index 80101747c3e..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25815/b25815.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj index bdbdd6e9af5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25833/b25833.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj index aa987783326..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25835/b25835.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.csproj index ab4e3dd71b1..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b25882/b25882.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj index 9c3020ebbd5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26020/b26020.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj index d4853a43f15..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26153/b26153.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj index 2d96830158d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26155/b26155.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj index 8a40c155cc5..d7de265fbed 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324a.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj index d328463d58c..f1cfb5ded0f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26324/b26324b.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj index 11536852196..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26332/b26332.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj index 8c8a653e865..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26512/b26512.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.csproj index 051ef0f2f0a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26558/b26558.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.csproj index c10e8134cb4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26560/b26560.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.csproj index 6b4cb68ef3a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26732/b26732.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj index 7de4a28b215..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26748/b26748.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.csproj index 4ad33ae3e8d..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26863/b26863.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj index 897c8f30d84..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26888/b26888.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj index ccd257745e9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b26957/b26957.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj index 76ec03fef2c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27535/b27535.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj index 64dda19b4fe..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27538/b27538.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj index 6e1203cb8ce..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27564/b27564.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj index 054a140744f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27657/b27657.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj index 8095dd43e26..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27658/b27658.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.csproj index 44752684e4b..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27811/b27811.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.csproj index 78f728469f1..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27819/b27819.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.csproj index e91204d9e40..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27824/b27824.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj index 7d90ab1f989..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27880/b27880.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj index 9332a7ac6e5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27883/b27883.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj index 491abd5d81e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b27917/b27917.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.csproj index e0dfb7b1e98..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28037/b28037.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.csproj index 65bc64bca8d..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28042/b28042.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj index cc7aa014eff..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28080/b28080.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj index 56c53f0334d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28522/b28522.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj index ce139fbb35f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28594/b28594.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj index ff74de12311..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28595/b28595.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj index ac7adf1feec..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28596/b28596.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj index 0ebea59f433..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28597/b28597.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.csproj index 7078852197e..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28776/b28776.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.csproj index 8d2c27f1487..8bd45b76ef6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28787/b28787.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - Full False - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.csproj index bd3ebccb7a8..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28790/b28790.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj index d9adb466e35..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28805/b28805.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj index 3804656b608..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28806/b28806.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj index 93e9326b1b2..2f4111f8eea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28901/b28901.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj index 17abd31dac4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b28927/b28927.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.csproj index 0da72acc1b4..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29068/b29068.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj index ae6e4614213..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj index a7e7fe4e9f8..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29583/b29583.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj index 5400b12df67..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30125/b30125.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.csproj index 272873c0670..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30126/b30126.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.csproj index 8fd27d2b1d1..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30128/b30128.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.csproj index eae6a9bbdb2..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30630/b30630.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj index 9b219697fdc..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30792/b30792.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj index d4caedbbf17..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30799/b30799.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj index b0b589059d3..2f4111f8eea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30838/b30838.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj index 1a28d97265e..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30862/b30862.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj index 64cbef64361..2f4111f8eea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30864/b30864.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj index 0e658fc68f7..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30869/b30869.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj index 03e8859dbeb..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30892/b30892.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj index fa0f4b80f17..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b30905/b30905.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj index 36fdbf74f2e..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31102/b31102.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj index defc8ae6b4a..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj index 11d06697bd8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31273/b31273.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj index c4df80e7fe0..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31321/b31321.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj index b235114ad40..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31343/b31343.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj index 75b0183bdcc..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31448/b31448.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.csproj index 6f2be8465e4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31732/b31732.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.csproj index ed2a6e7f389..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31748/b31748.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.csproj index e4b4b3a1543..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31749/b31749.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.csproj index 312beacd76b..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31763/b31763.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.csproj index a9468a947a8..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31912/b31912.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj index ce3ca6e3d28..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32093/b32093.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.csproj index dcd491b38d4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32303/b32303.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.csproj index 48bbf710289..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32345/b32345.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj index 78b2ad2fbf8..37b88fd5063 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32374/b32374.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj index 69588896e32..5e32e5e215b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551a.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj index a8ecd7d39b9..ec15a66e49e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32551/b32551b.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.csproj index a0b5beba407..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32560/b32560.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.csproj index 30d74f6a83c..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32801/b32801.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj index 8a3a2937efc..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b32879/b32879.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj index e91409b40c0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b34423/b34423.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.csproj index a380d9cb116..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13170/b13170.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj index 9c10df42419..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj index b2e42e45d20..74247f1dbca 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly @@ -31,12 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.csproj index 85f9f29db41..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13647/b13647.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj index 838052f15a3..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.csproj index c227206c875..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14057/b14057.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.csproj index 4cc92d77df2..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14059/b14059.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj index 815335e962f..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.csproj index 962d3518770..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14277/b14277.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.csproj index c1fb3940f4a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14314/b14314.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj index 7b2fe408c20..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.csproj index 5c18f136066..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14367/b14367.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.csproj index 9fc27d74245..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14396/b14396.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.csproj index 11efc74bcf2..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14422/b14422.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.csproj index 42739103868..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14428/b14428.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.csproj index a5c383051af..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14443/b14443.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj index 1fbf1932d1f..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.csproj index 9fdb9173490..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14616/b14616.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.csproj index 47bd10eea49..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14624/b14624.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.csproj index 80489b8829d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14640/b14640.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.csproj index bdce56191c1..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14673/b14673.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj index 4f293b883db..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.csproj index 5732cfc2f6a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15155/b15155.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj index 39872b4293e..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.csproj index 26ea74e308a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15468/b15468.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.csproj index 502c7735de2..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15526/b15526.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.csproj index a10b7c114e9..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.csproj index 95fc7cf6ca4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15786/b15786.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.csproj index 8dbf7d5ad96..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15797/b15797.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.csproj index aecb672f13a..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15864/b15864.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj index 02ec24aa809..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16054/b16054.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj index 304c8fc719e..ef5e22bf014 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ 0 - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.csproj index 68791994cc6..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16294/b16294.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj index f4c5c487e29..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02043/b02043.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.csproj index 2aaf7e95f9d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02051/b02051.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj index 4b4f6948e0f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02062/b02062.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.csproj index eb02230356d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02076/b02076.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.csproj index c6216e606f4..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b02352/b02352.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj index 2669a705ed3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b03995/b03995.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj index 296e9064cb9..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04083/b04083.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj index c46c1188448..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04250/b04250.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj index 51d761cf5b9..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04257/b04257.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj index 7bfad5cdd17..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04306/b04306.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj index e21db2dd72d..18dcc650195 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04345/B04345.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj index 42b2dae02b6..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04384/b04384.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj index 71ef16e9f7f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04538/b04538.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj index dad8a481370..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04574/b04574.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj index ab1edc4f4b1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04583/b04583.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj index 1807516d572..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04612/b04612.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj index 3e97e556f8e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04639/b04639.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj index 881b7f04aed..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04726/b04726.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj index d76fcec421a..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj index c0a93d011ac..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05214/b05214.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.csproj index aabe3abaaf8..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05477/b05477.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj index 168bee62298..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05617/b05617.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj index ef834652b21..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05619/b05619.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj index 8cf5754d863..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05621/b05621.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj index 7ba1c832961..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05622/b05622.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj index 803cf5c292f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05637/b05637.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj index 911e2fdaae9..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05639/b05639.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj index 8d8b7617eeb..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05737/b05737.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj index f8d664b09f2..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05740/b05740.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj index a793e96530f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05773/b05773.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj index f564c089bd0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05780/b05780.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj index 9f23bfa88b5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05784/b05784.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj index 6dfc901f705..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b05933/b05933.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj index 420b6a7a7e1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06436/b06436.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.csproj index 4880d71b013..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06464/b06464.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj index 55688ad4a1f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06595/b06595.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.csproj index 685fd5d1255..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06680/b06680.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj index fcc5b18f8f0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06730/b06730.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj index 867dc9002a4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06754/b06754.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.csproj index 6f9fbbcb513..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/b06811.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.csproj index fa9905119b2..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06812/b06812.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.csproj index 3c8b5dd4fb7..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06859/b06859.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.csproj index e83c6701b82..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06924/b06924.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj index e8740580fb3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07082/b07082.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj index 8470dc6da07..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07411/b07411.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj index 0619b868540..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07458/b07458.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.sc b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.cs similarity index 100% rename from src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.sc rename to src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj index 9dea170d886..b46365b1bb0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,11 +10,6 @@ $(DefineConstants);DESKTOP - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj index 6f11164f94f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07704/b07704.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj index 7fdd4dece8b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08109/b08109.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.sc b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.cs similarity index 100% rename from src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.sc rename to src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj index 16e236a98ab..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj index 0ba785a8a70..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08672/b08672.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj index 67e95b4c13c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08797/b08797.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.csproj index 3ee8d8a22cc..6758ad159d2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944a.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.csproj index 7d1df367c40..c21c892af69 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08944/b08944b.csproj @@ -1,40 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.sc b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.cs similarity index 100% rename from src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.sc rename to src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.cs diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj index 100d6ea4690..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj index 07f43529138..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09254/b09254.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.csproj index 0993e0a4779..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09287/b09287.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.csproj index f8e278b0403..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09452/b09452.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.csproj index dc403b5527d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13330/b13330.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.csproj index 7e081864df4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b13466/b13466.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj index 38b8c94f09a..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b27873/b27873.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj index 5c5da0f1d2a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b29351/b29351.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.csproj index b6916c528b1..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b30586/b30586.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.csproj index ffebd29bd7f..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b31878/b31878.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj index 73dd0e50367..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33759/b33759.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj index 7e7a248d9cd..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33792/b33792.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj index e4848133606..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33888/b33888.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj index 6c255f35413..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33922/b33922.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj index d8012e20805..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b33928/b33928.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.csproj index ccddefba6e1..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b34945/b34945.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj index f801161000b..2f4111f8eea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b35784/b35784.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj index e9b3d5ec713..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36030/b36030.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.csproj index ea1be30337e..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36274/b36274.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.csproj index 924a1fe9903..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36332/b36332.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.csproj index 08be0dcfd3f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36470/b36470.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.csproj index 20daa781461..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36471/b36471.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.csproj index 2119b713967..9e116a969df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b36472/b36472.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.csproj index dff71905bfd..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37131/b37131.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.csproj index 370f644d159..9e116a969df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37598/b37598.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.csproj index e03a337b777..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37608/b37608.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.csproj index a29ff56d63b..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.csproj index f80945cc564..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38403/b38403.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.csproj index c08a28bd18e..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b38556/b38556.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.csproj index 29743f9657e..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39217/b39217.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.csproj index 3f4bb1b3b5c..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39224/b39224.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj index d955d2b8a51..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39381/b39381.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj index 9f587e59bee..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39397/b39397.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj index 7dd5fd1c0f0..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39417/b39417.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj index 4cc4ee6f1eb..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39455/b39455.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj index 4944e63d38d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39946/b39946.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.csproj index 70423093d91..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b39951/b39951.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.csproj index 5002789d0e8..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40141/b40141.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj index d5914b9debd..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40174/b40174.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj index 1c242463fa2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40199/b40199.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.csproj index f32297627f2..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40216/b40216.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.csproj index f1959c00321..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40221/b40221.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj index f67a6a86221..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40269/b40269.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj index ad9dd3e2100..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40347/b40347.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj index fb523b78844..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40380/b40380.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj index 10e135e0df7..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40411/b40411.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.csproj index 63450696058..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40496/b40496.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.csproj index cba64d2380a..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40521/b40521.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj index dce557cb8e4..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40721/b40721.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj index 09dc0d0ddde..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b40725/b40725.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj index bd63407db95..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41002/b41002.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.csproj index b9cc184e1ca..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41063/b41063.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj index 6e1dc4e25aa..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41126/b41126.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj index 6acde761b37..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41129/b41129.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj index 53a73426922..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41149/b41149.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj index 837c01edac9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41164/b41164.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.csproj index 474ff2e6e52..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41234/b41234.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj index 8ffaa1e1e76..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41262/b41262.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj index 865aef4015c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41278/b41278.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.csproj index 1d535370dcd..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41391/b41391.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.csproj index 4d2214769c5..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41470/b41470.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.csproj index aaeebfd513b..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41488/b41488.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.csproj index 851eeb3a855..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41495/b41495.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.csproj index fd01c7efa1b..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41621/b41621.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj index 570662e50bd..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41627/b41627.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.csproj index 0ac5aaa3b73..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41918/b41918.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj index 1a057219a6f..8ccced4c67d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -30,12 +11,6 @@ $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.csproj index 69c01f83d5c..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42009/b42009.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.csproj index a748c1e50b2..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42013/b42013.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj index ec4606cb201..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42387/b42387.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj index e54e1547ed8..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42732/b42732.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.csproj index ecdb68438af..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42918/b42918.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.csproj index 880afb8dff0..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b42929/b42929.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.csproj index 535b7078b39..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43010/b43010.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj index 95abd7ff324..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43033/b43033.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj index fa69dc103e0..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43040/b43040.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj index b53fa27ef0b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43069/b43069.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj index faa6494b8d8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43115/b43115.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj index 94baa65d515..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43121/b43121.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj index 5f81bd4bb13..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43160/b43160.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj index 80482ccc701..8602e4bd977 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj index 110bb427987..778998db215 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/b43313.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj index df7055d239a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43378/b43378.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj index 2fe7a181b4b..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43714/b43714.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.csproj index b3438996046..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43719/b43719.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.csproj index 0ddf0384a65..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43958/b43958.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj index a474663497e..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43963/b43963.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj index bd3c8adcc11..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43994/b43994.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj index 8076593f725..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44020/b44020.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.csproj index 65d50a7e1d2..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44193/b44193.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj index 83870a43cf4..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44204/b44204.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj index 4c89c83c2d2..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44224/b44224.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.csproj index 9771c3b73db..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44297/b44297.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.csproj index 15255f5f5bf..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44410/b44410.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj index 464c3fa0424..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44657/b44657.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj index 382d3509958..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44723/b44723.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj index d9ee1a8650f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44724/b44724.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj index 0a724d3e356..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44861/b44861.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj index ea531001714..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44879/b44879.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj index 254b59c8c79..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44946/b44946.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj index ef58c720956..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44983/b44983.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj index 1bf30a3c581..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44984/b44984.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj index 850ed9addcb..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b44985/b44985.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.csproj index b38a93e937d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45015/b45015.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.csproj index fb92cc51d3d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45259/b45259.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.csproj index cea28943814..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45270/b45270.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj index 946d8c75ee2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45439/b45439.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.csproj index 253bcb904aa..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45458/b45458.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.csproj index 1aceeec6705..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45535/b45535.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj index c5237a4d969..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45541/b45541.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj index 474141fa2da..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45956/b45956.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj index a1fc2df2593..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45984/b45984.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj index 9ea94e4922a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b45985/b45985.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.csproj index 4dbf8556d16..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46170/b46170.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj index 45cc8b7009d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46292/b46292.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj index 92e2a785540..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46569/b46569.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj index 085bf012a9b..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46576/b46576.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj index 30af30227af..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46583/b46583.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.csproj index 5395076d8a9..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46629/b46629.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.csproj index 5bedc1fe9e2..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46641/b46641.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.csproj index 51a73222b4a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46649/b46649.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.csproj index 9fe04285758..9e116a969df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46867/b46867.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj index bb6e85749a2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b46897/b46897.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj index 078dbd51297..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47022/b47022.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.csproj index ddd542982b3..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47047/b47047.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj index 6f7ec24ba09..dfe9f08cbee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47080/b47080.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj index 5d2581a9fc5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47093/b47093.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj index 66dad70a528..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47610/b47610.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj index c2681be9f25..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47885/b47885.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj index ff9e2b827ae..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b47906/b47906.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.csproj index d4adf380f0e..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48248/b48248.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj index 181a6be4de3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48350/b48350.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj index 9d41c1fa1de..ed954f6f12f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554a.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj index 130fe5c8bc5..8a4087489d9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48554/b48554b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj index b399d7f34bc..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48614/b48614.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.csproj index 6ee816a4d32..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48797/b48797.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.csproj index 7ee0c71cb15..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48805/b48805.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.csproj index d7e8dd34671..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48864/b48864.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.csproj index 35135b03f76..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.csproj index 13ffc9140be..957ab9a14c0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990a.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.csproj index 23c985ef4d2..6454ac45515 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48990/b48990b.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj index 8707d33396b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49101/b49101.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.csproj index 29ebb284aa1..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49318/b49318.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.csproj index 2bf39f9a35f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49322/b49322.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj index bb3b87e4d7d..576d1d56aea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49644/b49644.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.csproj index 74b1c1ab848..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49717/b49717.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj index 2384da1fa9f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b49984/b49984.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj index ba58177b7d3..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj index 1ef352341b4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b16122/b16122.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj index 8000a351aff..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b18857/b18857.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj index 6369242ced0..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b28598/b28598.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj index a6029b154fe..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b30868/b30868.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.csproj index 6a1a8e6e190..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31182/b31182.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj index 599b009554d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31283/b31283.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj index adc8e42e221..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31289/b31289.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj index b947de35a52..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31292/b31292.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj index 74b89d70861..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31423/b31423.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj index d11f9ba9e96..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31452/b31452.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj index 58760416abf..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31493/b31493.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj index 2d35efc1d75..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31547/b31547.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.csproj index 53826d6c50c..9e116a969df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31745/b31745.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.csproj index 6d3f9fc3f88..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31746/b31746.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.csproj index 0243a622cec..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31762/b31762.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj index 18aed2aaa26..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31780/b31780.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj index 1f76cfaf701..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31784/b31784.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.csproj index a01b82b05b5..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31903/b31903.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.csproj index 3efd2ae1470..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b31917/b31917.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj index a74e219fbd8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32613/b32613.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj index 852681a8cfc..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b32614/b32614.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj index 44e75bfae95..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33125/b33125.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj index 52dea403e66..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33131/b33131.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj index 7f66ed3a9b7..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33135/b33135.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj index 8b0a1dd2848..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33335/b33335.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj index b0d5d5f394c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33361/b33361.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj index 8aed0d21e01..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33362/b33362.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj index f0fb8860a84..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33388/b33388.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj index 0f07158a391..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33585/b33585.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj index 0b1045471c0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b33586/b33586.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj index 3220e77218a..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34951/b34951.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj index 068bbad1581..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34952/b34952.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj index a05722af45b..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b34953/b34953.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj index 90e1b764fe1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35315/b35315.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj index 381351fdffb..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35344/b35344.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj index 7c9b05b188b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35348/b35348.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj index 0fd99d5c66c..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35351/b35351.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj index 5087fc7ad45..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35354/b35354.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj index 81ebe511b63..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35366/b35366.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj index 2976a34a2d4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35486/b35486.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj index 825d891956d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35635/b35635.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj index c9a1b951e94..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b35779/b35779.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj index 88b5c8b1acc..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36301/b36301.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj index 1fdc7905037..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36302/b36302.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj index 25f37aa1612..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36304/b36304.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj index 226160fa471..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b36975/b36975.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj index 13a440f25e9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37214/b37214.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj index 57290eee879..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37215/b37215.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj index dc4e7f9925c..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37238/b37238.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj index 78c7eb340e8..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37256/b37256.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj index 5f32530b923..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37578/b37578.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.csproj index 6955a5a198e..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37646/b37646.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj index 3ac30300d36..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b37830/b37830.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.csproj index 7c3ac19011f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b38269/b38269.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj index 012fa2667f6..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40006/b40006.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj index ad9dd3e2100..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b40347/b40347.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.csproj index 65afabb6f23..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b41852/b41852.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj index e466aa6930f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43693/b43693.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj index f6201cc833a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b43694/b43694.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj index 04e3cfee1e2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b46566/b46566.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj index d433c188615..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47471/b47471.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj index ad03e1ec7c6..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47886/b47886.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.csproj index 4287c08632e..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b47975/b47975.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.csproj index 2b0da542813..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b48929/b48929.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj index 88078b61379..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49104/b49104.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj index 18bf90538e2..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49142/b49142.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj index ee26ea88497..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49335/b49335.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj index 6ec77eb0933..42e664860ea 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49435/b49435.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.csproj index 90210dd9690..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b49809/b49809.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj index 2a7a134f986..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50026/b50026.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj index 1a9722d2deb..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50027/b50027.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj index 34e8f3690a8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50033/b50033.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.csproj index 64a0dcd230e..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50042/b50042.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.csproj index 1ead8d4b7c8..fca9d1182ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.csproj index e02e700e9e1..9b33f8dfedd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145a.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.csproj index a8eb33f207e..979a4ba8d87 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145b.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.csproj index fb875be3aef..f7ee47d6448 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50145/b50145c.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.csproj index 1ef76251ccd..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b50535/b50535.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj index 0e07ee58b55..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51420/b51420.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.csproj index 987568493f5..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51463/b51463.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.csproj index a3e365df747..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51469/b51469.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj index 2cd1ec29351..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51515/b51515.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.csproj index b23d96a330f..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51565/b51565.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj index e6dc4f2c8e5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51575/b51575.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.csproj index 4309486957d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51817/b51817.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.csproj index 2d46b434ebf..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51870/b51870.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.csproj index 37584ab902c..0510f23f9e1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/b51875.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj index 09ef19d99c0..807aaaf3b1f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj @@ -1,39 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True True True $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.csproj index 03024e1c807..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52572/b52572.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.csproj index e99a4831379..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52578/b52578.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.csproj index 92e4aa18622..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52593/b52593.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.csproj index a448b36433f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52733/b52733.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.csproj index 42b0d5e89f1..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.csproj index e8923fa89ab..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52760/b52760.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.csproj index dc52a1f0f96..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52838/b52838.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.csproj index eedbeda8333..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52839/b52839.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj index 509a6628ea0..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj @@ -1,40 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.csproj index 07070615cc5..b2cfc396dce 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226a.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.csproj index 3bd0fa0fa73..4966652b068 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53226/b53226b.csproj @@ -1,40 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj index 26c2c1ceb08..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj index 7d05726bb3d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53650/b53650.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj index c49f14da704..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53662/b53662.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj index 7aa4955a7b3..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53878/b53878.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj index fc777c22158..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53884/b53884.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj index dee3a3ea9d3..57ccb37319d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942a.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj index c868643985f..b13acb7f0ff 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53942/b53942b.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj index 972b38a43e2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53958/b53958.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj index 6f406d5be3f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53977/b53977.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj index 33dfecf7ea5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53980/b53980.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj index 98c425be5f9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53994/b53994.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj index 51ca7086f41..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53995/b53995.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj index cc807ab4be2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54006/b54006.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj index d59aedc5650..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54565/b54565.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj index 8de4c80c8ee..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54566/b54566.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj index 40c77930c91..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54611/b54611.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.csproj index daa8c44117f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54667/b54667.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj index 741546aacc1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b54971/b54971.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj index f3e49422344..cdb5d09fe6a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,9 +12,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj index bb6a1971d31..7c74d9db9c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/b55197.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj index 3798a931044..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55216/b55216.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj index 2b88444a320..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55875/b55875.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj index 63d1b30461c..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55923/b55923.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj index 24faa95ad77..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56066/b56066.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj index 6bccf691873..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56068/b56068.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.csproj index 7506cca1975..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56149/b56149.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.csproj index af568de668e..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56154/b56154.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.csproj index 1dbeb1beed9..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56159/b56159.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj index a9eacc309ee..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56174/b56174.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj index 1816902cad7..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56349/b56349.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj index 0c2a759430b..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj index 40d28f3c5c8..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56780/b56780.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj index 4fa0c21c53f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57492/b57492.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj index c17122939d9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57493/b57493.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj index aba32e0407b..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57516/b57516.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj index 53bc118c1ea..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57518/b57518.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj index 60581186cd7..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b57952/b57952.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj index 3ecbf630630..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58358/b58358.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj index 7f05508f3e1..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58360/b58360.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj index ae7999a6f7c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58689/b58689.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj index 4b5aa86f3fe..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58690/b58690.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj index 3602e948317..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b58866/b58866.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.csproj index a934aebaa3d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59297/b59297.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj index 5e64ff84417..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59319/b59319.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj index 85ade31b9c1..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59320/b59320.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj index 76a99cb1e5d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59337/b59337.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj index cce7bb13c02..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59477/b59477.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj index da9a0a8d5b6..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59478/b59478.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj index a3cbf47aec3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59508/b59508.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj index d7f7ed3ff33..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59546/b59546.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj index fd3c5c718a4..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59554/b59554.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj index bce994adea0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59647/b59647.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj index 137dd3f38cb..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59678/b59678.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj index 6c0a84c4806..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59782/b59782.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj index a8caef00c49..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59822/b59822.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj index a10c9e04969..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59857/b59857.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj index a7e9e180811..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59858/b59858.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.csproj index e1d8267ab1e..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59899/b59899.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj index f44fc3ca813..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59947/b59947.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj index 8bfaf893c82..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59948/b59948.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj index a9895389711..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59949/b59949.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj index 871919bf8ed..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59952/b59952.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj index 2d83e5c48f5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b59953/b59953.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj index fcc408760af..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60127/b60127.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj index f7db2adb250..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60142/b60142.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj index 65f02a61ce1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60194/b60194.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj index b879b2ee875..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.csproj index aa2c39c2b59..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60723/b60723.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj index 5c870033acc..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61025/b61025.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.csproj index 804f7389182..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61028/b61028.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj index c6495027bbd..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61185/b61185.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj index e982a8c8128..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61215/b61215.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.csproj index 75d9e9e7c31..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61515/b61515.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.csproj index ba145ec5b9f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b61640/b61640.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj index 412d124beff..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62145/b62145.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.csproj index c3dd660872d..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62498/b62498.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.csproj index 956608da875..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62555/b62555.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.csproj index 5e9dcecc9a5..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b62892/b62892.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.csproj index dd058729492..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63183/b63183.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj index a061c63789b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63552/b63552.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj index 42fd358ca88..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63725/b63725.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj index 2f9826c1d8f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63726/b63726.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj index f07122a5a67..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63730/b63730.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj index c8b8932c553..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63732/b63732.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj index 4495e07f1d9..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63743/b63743.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj index 9ec563b7f27..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b63823/b63823.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj index 54ba75fb97c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64026/b64026.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj index 6f12eccb140..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64560/b64560.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj index 3e765c3b625..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj index 7708b088be4..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65087/b65087.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj index fb5c906c44f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65176/b65176.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj index 78f3e57748c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65407/b65407.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj index 5133f197d86..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b65423/b65423.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj index e46161090cb..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66226/b66226.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj index c1665e3d56e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66425/b66425.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.csproj index 8dfa15e0bc4..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66533/b66533.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj index 79a76eb9070..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66583/b66583.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj index d337984dee1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66620/b66620.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj index 1038961c2d8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b66679/b66679.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj index 539b6f3fb2e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67351/b67351.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.csproj index 1c0b4b606c6..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67414/b67414.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj index 4c5e0ca376a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67744/b67744.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj index dc591fdebae..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67819/b67819.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj index c8bcdbb8c24..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b67987/b67987.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj index f9f58d92d79..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68028/b68028.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj index 2163db3ddd5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68045/b68045.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.csproj index 2bf11114e7b..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68361/b68361.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.csproj index 7377697cf4a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68634/b68634.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj index e894e3e37c2..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68757/b68757.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj index 7b5992949e2..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b68872/b68872.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj index dbbe4346212..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69225/b69225.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj index 27f45895c18..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69227/b69227.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj index 930f474195d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69512/b69512.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj index ac8e2a5fa94..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69528/b69528.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj index 1a7e41a3235..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b69848/b69848.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj index 88d18edcab7..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70267/b70267.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj index 8cb3294a855..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70289/b70289.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj index e71c0578566..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70335/b70335.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj index ce553f9f40d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70354/b70354.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj index 18b809dee38..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70808/b70808.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj index c7361817752..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70909/b70909.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj index d6edbac3576..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70964/b70964.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj index 7e5762cba95..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70967/b70967.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj index 77ef4e2c3ad..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70992/b70992.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj index 569dd8a815c..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b70994/b70994.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj index dfb6660ae3a..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71003/b71003.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj index 29b34cddaa2..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj index e11fe23a64b..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.csproj index 86d4d3f34b1..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71099/b71099.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.csproj index a6b880c4f5c..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71120/b71120.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.csproj index bf3b22be353..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71135/b71135.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.csproj index 78960f62b3f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71155/b71155.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj index 2df9f1e2ea8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71179/b71179.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.csproj index 449b117d765..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71231/b71231.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj index 7ffc414fcc5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71318/b71318.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj index 9261b5e3221..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71722/b71722.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj index 6746966fbfa..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71831/b71831.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj index cb361d9d6f9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71869/b71869.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj index 53d7932488f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71999/b71999.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.csproj index 34b8096210c..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72136/b72136.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj index 9cb43089b38..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72160/b72160.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj index ca28bbbbb7a..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72161/b72161.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj index ac397446ef9..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj index 482a68d0143..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj index 8e9befbcee0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72518/b72518.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj index e1232915c35..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72522/b72522.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj index 27125e223d7..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj index 72207eed6e5..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72699/b72699.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj index 9393a4e437d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72828/b72828.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj index 88bf17d6073..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj index dd4732e24b2..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.csproj index f6762f0c229..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72996/b72996.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj index 142184f04b6..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73079/b73079.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj index c8c3ec25727..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73207/b73207.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj index 8d532524f80..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73283/b73283.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj index 155339e684c..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73786/b73786.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.csproj index df606484f69..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b73921/b73921.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.csproj index 45e65e3d4a6..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74182/b74182.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj index 6774de29149..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74608/b74608.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj index 23b084e8be3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74937/b74937.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj index fbf04dd6675..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74939/b74939.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj index c5f5ba7b6c4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b74976/b74976.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.csproj index f8ecee4c111..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75250/b75250.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.csproj index c4d683b1790..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75509/b75509.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj index c905b43a5ea..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75888/b75888.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj index 981a72b507e..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75890/b75890.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj index 43402e90b05..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75944/b75944.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj index 6a2ab9943c8..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75945/b75945.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj index 88b341a99ed..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b75988/b75988.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj index 67ef0f6c4d6..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj index a12d9443d90..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.csproj index 1c09c22a80c..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76590/b76590.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj index 075baab6d2c..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj index 15376bf54ea..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77304/b77304.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.csproj index 83ef2c9269d..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77707/b77707.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.csproj index cb951b00299..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77713/b77713.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj index a5015cd7841..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77806/b77806.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj index 89b91b30725..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b77950/b77950.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.csproj index dc9d08dea86..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78392/b78392.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj index e8b99a617f8..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj index 4b4027e8e45..b0ba481d8ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79250/b79250.ilproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.csproj index 0c10dcb34a9..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79418/b79418.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj index 7b1f1982ec9..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj index 76a11b3460d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80043/b80043.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.csproj index 275502be18c..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80045/b80045.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj index 3f370473cb8..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj index 96fe9ef2231..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80824/b80824.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj index 69647afce3f..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj index 790cfa13cd6..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81938/b81938.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj index 4a40c88d2b9..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj index 39a63aac620..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82160/b82160.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj index de2e9623f65..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82247/b82247.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj index bcfe4e2ecdd..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82249/b82249.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj index 3622c1418a3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82715/b82715.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.csproj index f6f66fb145b..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82866/b82866.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.csproj index d23b28353c5..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83690/b83690.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj index cd849b9f93c..8ccced4c67d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -30,12 +11,6 @@ $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.csproj index c2805084d24..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84836/b84836.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj index 08824a6d21f..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84909/b84909.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj index b4920966519..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84916/b84916.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj index 36d5f88b8d6..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b84971/b84971.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj index 21a6a96710e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b85316/b85316.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.csproj index 75370bd9fc6..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b91377/b91377.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj index 1b60474729f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b101147/b101147.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj index ce8dbf7e1e9..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj index 0e236f55871..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b85477/b85477.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj index 31a3b6530bf..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b86139/b86139.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.csproj index 8ef3567d057..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87284/b87284.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj index adda8da4903..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.csproj index cd6b059b8c1..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88712/b88712.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.csproj index 6bbee1e2266..9e116a969df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88793/b88793.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.csproj index 67ade494d8d..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b88797/b88797.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.csproj index b1fffdb1bfa..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89277/b89277.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.csproj index 360f7ee3e5c..7534a6cf7c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89279/b89279.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj index 39b925e0818..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89409/b89409.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.csproj index fe7a5aba71e..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89506/b89506.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj index 5f7f824144b..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89546/b89546.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.csproj index dc2c472733f..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89600/b89600.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj index e380b33582f..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.csproj index 8e2c221937c..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89946/b89946.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj index 7f3a77b70ce..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b90129/b90129.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj index 7cbf7fefc29..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91021/b91021.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.csproj index d4e67911e3c..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91189/b91189.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj index fa389463307..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91203/b91203.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj index 3a177db7a47..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91223/b91223.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.csproj index f1b15005c1a..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91230/b91230.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.csproj index 084ab416243..9e116a969df 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91248/b91248.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj index d063ae6efa8..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91359/b91359.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.csproj index 71b20070c11..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91855/b91855.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.csproj index 721a1a19ada..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91859/b91859.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.csproj index 6fb77c2a279..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91867/b91867.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.csproj index e2e5130ad87..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b91917/b91917.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj index 15fcd907a7e..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92066/b92066.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj index 20d66a08007..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92073/b92073.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj index 352040ed282..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92289/b92289.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.csproj index 8f4f5feef05..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92568/b92568.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.csproj index 8864a7dd741..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92614/b92614.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.csproj index 50fe5551568..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92693/b92693.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj index a91b000b176..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj index 944b3182f33..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92736/b92736.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.csproj index 1ec71a412e3..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93027/b93027.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj index ee44d096625..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b93635/b93635.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj index e45137890c3..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b94306/b94306.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj index 86ea4560908..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b98958/b98958.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj index d6654cb7def..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj index fbc0447908e..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj index ad647bc7a5d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99667/b99667.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.csproj index 7a08db245fe..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99969/b99969.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.csproj index 458652d67ad..53ed68818f4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538a.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.csproj index 29cee97d990..a2f3e3d50f0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M14-SP1/b119538/b119538b.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.csproj index 063b4433928..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.ilproj index ffe9a5ad5cf..eec06cd347c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443_il.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj index fcd546d4255..c84f0835785 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147814/b147814_il.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj index 3c93c6f69ab..f929476f383 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b147816/b147816.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/b148815.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/b148815.csproj index c40e3119e0a..e718fbcd74d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/b148815.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b148815/b148815.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj index 500a89fa30d..5b965153fe2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-mixed.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj index 241af6df458..57efe5f8d8c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-none.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj index 775e2f9c6df..93fe3f29ce0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-object.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj index 45519fb9f0a..5a6d123bc22 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-value.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj index b733eefc7e3..0fce895e759 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/params-varargs.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj index c8affc7d352..9959c2cbabd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-mixed.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj index 08876e75b0d..bc5be43ca5f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-none.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj index 1b7a79e594f..b81fedd086a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-object.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj index 9294534fea3..d43bf5211cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-QFE/b151440/static-ref.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.csproj index ebdf9f8b5dd..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b119294/b119294.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/b130333.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/b130333.csproj index f5f65d747c5..058a70f38b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/b130333.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b130333/b130333.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj index 1493faef001..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b139895/b139895.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj index c2bc4e8c1b3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.csproj index 87f76ad12c8..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140711/b140711.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj index 1e961fdc666..724c5121bfb 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj index 36420d8b541..2f026285345 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b143840/b143840.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj index a53f73f2088..48553c14e72 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102637/b102637.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/b102879.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/b102879.csproj index e74c69af9cb..94152f8c871 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/b102879.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b102879/b102879.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj index acdc039aaa4..7aecee33276 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,11 +15,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/b124232.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/b124232.csproj index 4777961b168..a4c96f493d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/b124232.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b124232/b124232.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj index 053508ca12f..f846f3280b2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147147/b147147.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj index 4f8b7f164cf..fec6190436b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b147924/b147924.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.csproj index d2880785368..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b169333/b169333.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/b178119.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/b178119.csproj index f5ebb5c8009..d2ba88b9c0f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/b178119.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178119/b178119.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/b178128.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/b178128.csproj index 82a9d47fc0d..df23dd61ffd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/b178128.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b178128/b178128.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381a.csproj index d241385f93b..067de9f076b 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381a.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj index f276015b158..cf51acc3a79 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b180381/b180381b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/b191926.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/b191926.csproj index 70334f4d45d..833d8613805 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/b191926.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b191926/b191926.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj index 57c28a3dc4a..138a8a6bc17 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharpgenerictypes.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj index a3d950fe88f..f605515fffe 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -31,10 +12,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj index 3c0fbef4d9e..d2ac3f3f6c0 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/b213516.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj index bf19527ccf6..ee30fc0a674 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b213516/lib-219037.ilproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly false - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/b219940.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/b219940.csproj index 33f259d5571..9cae6e93787 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/b219940.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b219940/b219940.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj index 57747d86e18..74e85564586 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b220968/b220968.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj index bdd45fd5c8f..5ecdd4bacab 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223924/b223924.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj index 6d6d3f2a39b..6b22ac0a825 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223932/b223932.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj index 88231676a40..65dfe4d33c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b223936/b223936.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj index 9491081ef05..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00722/b00722.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.csproj index b9ee66c7205..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b00735/b00735.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.csproj index f4457b4c4f4..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02345/b02345.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj index 58b8bcbee9d..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj index f8928a5581f..36b3b35ca8d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b03689/b03689.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj index 759e3dcca29..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b04319/b04319.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj index fc7ecebb3ff..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b06020/b06020.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/b07211.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/b07211.csproj index f5f65d747c5..058a70f38b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/b07211.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07211/b07211.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj index c7046a40227..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07369/b07369.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj index 29d9fa21172..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07383/b07383.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/b07900.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/b07900.csproj index 4d4c9455f97..3af170c1aef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/b07900.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07900/b07900.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj index 59edfb06250..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b07947/b07947.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/b08020.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/b08020.csproj index 8712aafcadf..7a659972ac9 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/b08020.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08020/b08020.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj index ea236aa5269..c188f7315ee 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b08046/b08046.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.csproj index e4a8df64da3..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b11762/b11762.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj index fec9fd89c17..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b13452/b13452.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj index 629dca88502..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b14617/b14617.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj index e82c0f84543..53aabfae68c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b15617/b15617.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj index e5ddb2df02b..e3e53211bec 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16378/b16378.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj index f200d7c573c..88447de286d 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16382/b16382.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/b16386.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/b16386.csproj index 6456bbca97b..80b62d0b331 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/b16386.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16386/b16386.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/b16399.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/b16399.csproj index 38bbe976b30..de40dd7bf5a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/b16399.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16399/b16399.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj index 50b58bab1bc..99f609a5f41 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16473/b16473.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj index 048006bbcf3..4c8062e1d95 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj index 777aca1ae3b..cbdf5d5ac47 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b18049/b18049.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj index 2c6d38f1297..8d9182db227 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly @@ -31,12 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj index c48261cc3f3..1bd67c2df38 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962a.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj index 0c9dfa961ac..9fde07c5daf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj index 156593da4b7..6c34a6ee8b6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b102962/b102962c.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj index c48261cc3f3..1bd67c2df38 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932a.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj index cea17e53eb8..b63327fc12f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b115932/b115932b.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj index 4a07da0614a..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj index 997b5ef30ed..4181f42b63e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b138117/b138117.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/b19171.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/b19171.csproj index 51e8be64c28..61b26c9028e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/b19171.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b19171/b19171.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj index c2b72e2b59a..d1072f5a6b1 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b30251/b30251.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj index 02a4dcfd556..03df0499662 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj index 610509873ba..14da6cef778 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b091942/b091942.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/b102533.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/b102533.csproj index ae9e6bed437..1f4203b6c4e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/b102533.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b102533/b102533.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj index 99f110b1016..fdcca2ac281 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b125091/b125091.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj index 05bbfa1f339..bd17f7076cf 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b268908/b268908.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj index 940759474fd..f1ef8396bf6 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b309555/b309555.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/b320147.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/b320147.csproj index 844264ce970..9e7176880a4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/b320147.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b320147/b320147.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/b321799.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/b321799.csproj index fe024846157..c3ed7c7bab8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/b321799.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b321799/b321799.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-dbg.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-dbg.ilproj index f901dfce0c0..220fe901484 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-dbg.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-ret.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-ret.ilproj index 28e0682f5b6..0d61ad382f2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-ret.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b323557/b323557-ret.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/b338014.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/b338014.csproj index 10ab09f5a5a..c8aa819051f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/b338014.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b338014/b338014.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj index f6e829fb000..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b353858/b353858.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj index afc12968ff9..2e56eb8efdc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b359564/b359564.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj index 7c94450108f..51393587000 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b374944/b374944.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj index 7116b349850..1c788e116d5 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj index e15e20b7527..9612d8e337c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.csproj index 000a0851332..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b405223/b405223.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj index 2fea6093ed0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409617/b409617.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.ilproj index 5b89ff0fafc..1f4b5e16820 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b409748/b409748.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj index a870735345c..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b415164/b415164.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.csproj index 27c74f2d556..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b416667/b416667.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj index f26e08243f4..95c19f06aef 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj index bece7d581ea..720eb4d886a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/c1.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly false - - - - - - - - False - - Full False @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj index 05be44f8c7f..ad94bc2bdd7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/Desktop/b423755.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.ilproj index f650ee24585..1a08d772173 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423755/b423755.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj index 1c73df74cdd..d57b658e54f 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/b425314.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - Full - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.ilproj index 787e9acc3b8..346f6e79585 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b426654/b426654.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj index fbe6c407fa7..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b441487/b441487.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj index 425d32f6f37..455f1476ec7 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj index 0bdb4f87a23..b4a4a70eeed 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.csproj index f364bb83460..7534a6cf7c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b369916/b369916.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj index 04a2f2ec6a1..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b471305/b471305.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj index 5378c83aaa5..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487364/b487364.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj index 056ac828c1d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b487372/b487372.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj index 63502a0d13f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b489329/b489329.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj index 29af7cd0631..3829a584040 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj @@ -1,41 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True True True $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj index 79a18741c16..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b518440/b518440.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj index ce73173b2c9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b530694/b530694.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj index 594f763dbe5..2917cdc1382 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b598031/test2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj index 412c89a861b..7534a6cf7c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b604247/b604247.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.csproj index 771d25257cb..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b392262/b392262.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj index a1ec44b6b00..2ac0478d80e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971.csproj index 1a10f68b07e..403e285fe8c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b400791/_b400971b400971.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.csproj index 66cd91f0547..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402658/b402658.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj index d07dbad5182..bf476762eda 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj index 71a9a336720..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b404051/b404051.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj index 7882cf5644d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b440158/b440158.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj index 2fe220eeadf..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b464149/b464149.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.csproj index ebc577c8929..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev11/DevDiv_376412/DevDiv_376412.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.csproj index 0727ead15c8..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v1-m08/b12668/b12668.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.ilproj index 83244929a5c..beb3b28cf93 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/B168384/LdfldaHack.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.csproj index d64a949c36d..4d1fe7bff08 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b121938/ConstToString.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/b151497.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/b151497.csproj index 4a6391c9dfc..7e7b8da7295 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/b151497.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b151497/b151497.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.csproj index 711dc34b195..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b158861/b158861.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.csproj index 982b0ff9907..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b163200/b163200.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.csproj index 178e5744733..fca9d1182ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj index 27ff1840ff0..94e7430eedc 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b170362/b170362_il.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj index a49bce5ee9a..f59ff5c22cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b174294/b174294.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj index b2b84a5be08..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b175679/b175679.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj index cc4701cea4f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b176032/b176032.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj index 1e377f33428..b4a4a70eeed 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj index 4d6c0af9c67..dd1760816fd 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -31,12 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj index 12f108db092..b7428dff579 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -29,11 +12,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.csproj index 9a220558772..1de21c9d495 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b33183/b33183.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - Full True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.csproj index 0b57dc26b2b..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b49778/b49778.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.csproj index 98baf3c3b4a..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b106272/b106272.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj index 0308c2f46fc..778998db215 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b152292/b152292.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj index 2ed639bf706..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b173313/b173313.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.ilproj index 0e79f3d1e18..744f920332c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b193264/b193264.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj index 1b3f676c259..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b48850/b48850.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj index c6fd8a5ee3b..438b9fdb6be 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b561129/b561129.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.csproj index 2ca0aca88b1..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b565808/b565808.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj index 65a3d0a7a14..b4a4a70eeed 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj index 607fcc6a4dd..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b589202/b589202.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.csproj index 533aadd3f1e..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598034/b598034.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.csproj index 02b0e9a2aee..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b598649/b598649.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/b602004.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/b602004.csproj index d4ed9a3f56d..7aacdf1b25e 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/b602004.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b602004/b602004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.csproj index 06f3fce7945..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608066/b608066.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.csproj index 7a072cff9c1..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b608198/b608198.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj index 9daad420c42..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj index fa5fa9a2150..ccf9c639b7a 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/Desktop/b609988.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.ilproj index 24bd2aa9106..1a08d772173 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b609988/b609988.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.csproj index db4258cb4d0..fca9d1182ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610562/b610562.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.csproj index 88702f43355..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750_32vs64.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750_32vs64.csproj index 4051641334b..2f4eb99f521 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750_32vs64.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b610750/b610750_32vs64.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.csproj index d5b2fa47b32..fca9d1182ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b611219/b611219.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.csproj index f2145b3a0e8..fca9d1182ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b72218/b72218.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj index 8deaf0a794d..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/b429039/b429039.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj index e96c09dfdbb..2886a3b3980 100644 --- a/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj +++ b/src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.csproj index 6f5dfe66f3b..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_457559/Dev11_457559.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3859861E-6A53-4035-8A98-AD77F6510A6E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.ilproj index ad2b4916780..3a639ef306a 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Plain.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj index e29bee3c191..d9f41198faa 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_468598/Test_HndIndex_10_Reordered.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.csproj index 74f03522585..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D3D5B4F2-7924-4185-85A8-C908D9A67A0C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.csproj index bebde42238c..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_617302/Dev11_617302.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6F0362F9-F1B0-4B95-A920-52C29062C546} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.csproj index 5b031dc765b..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_646049/Dev11_646049.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DC3BD7FA-ED25-46BF-B14C-1F6516B4AECD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj index d5047d31e33..bf17d66055a 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.ilproj index 78ab98b8946..0b5a96890c5 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_byte.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj index 7cc4ac583c0..a450d2f31bc 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_fld.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj index 5511e7864bf..1d7b0b01097 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_intptr.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj index eee6977384e..6fe679f1431 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/Dev11_b473131/b473131_struct.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.csproj index e2847e1bb2e..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_10623/DevDiv2_10623.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0E2A5683-562D-486C-AA48-B1CD596B13DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj index 3264889013f..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_11321/DevDiv2_11321.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.csproj index a0c462855dc..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/DevDiv2_8863/DevDiv2_8863.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C52624DA-3555-49A1-BEB7-3462A37EFBA9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj index dc5f4681dc9..c365f608201 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_14131/VectorForwarder.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj index a86876c3249..adcdf14c017 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/app.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly False @@ -28,12 +11,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj index 2ac0c62446c..3e10963c13c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_243742/dll.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj index 12a57ac286d..201ed98b749 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/Dev11_90434/UseUnalignedDouble.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.csproj index 84c62a4f4bf..9c68462139c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_111914/BadMax1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.csproj index 9c5a4affee3..5d1c6aae191 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_131317/BadBox1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj index a13d025a513..d6f732c457c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.ilproj index 2506c2f1abb..7b20153d2de 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/jmpwrappers.ilproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.csproj index 097002ed023..3d3b1db565a 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_135245/R3Trasher1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj index bafd230eedb..1148df474c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_13748/ReflectOnField.ilproj @@ -1,37 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj index cf74b374107..c3fcfa91492 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.ilproj index cb569369cae..71e7c4b92a8 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/ilpart.ilproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GCHole1.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GCHole1.csproj index c4f330bc999..18e0a6fcc16 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GCHole1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_149090/GCHole1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment.csproj index 97cf85a8338..c34a8177ce3 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_154899/DynamicStaticAlignment.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.csproj index 28e0d1d98e1..f87ccb3c252 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_239804/ShowLocallocAlignment.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.csproj index 4c0649adb54..f597a7145ba 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_27971/UninitializedHighWord.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.csproj index fd3113cd893..ce58cb67cf9 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_28763/R3Contention.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.csproj index b28d562743d..1ddf0165723 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_91048/UseTrashedVfp1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj index f20d1e4888d..a22ad04fdcd 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_865840/dev10_865840.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.csproj index 6fdb8fcd29a..1c1a8a57440 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev10_94677/loopvt.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7BE1774F-860F-4340-B6D5-222EC7BCC804} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.ilproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.ilproj index ab8c7600a1b..23243340dee 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_10427/conv_ovf_i4.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.csproj index 0bdf541ae05..7534a6cf7c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_13912/dev11_13912.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E06549B-CCE6-4D5F-BCCB-C6E6B63CD59D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.csproj index 779218bcb86..152b540c62b 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_165544/seqpts.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6DD26EFC-D9EF-43B2-BA66-22215741D30E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_d.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_d.csproj index 63cec357cc2..7d97329d0f3 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_do.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_do.csproj index 29569373ff5..5be4c22655e 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_r.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_r.csproj index f58881486c0..501c46d57d3 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_ro.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_ro.csproj index c9f9e06d854..8cc7fbaa02c 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_20929/dev11_20929_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.csproj index aa398076374..0ac905c8265 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_4421/Dev11_4421.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.csproj b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.csproj index be09b2cdaf3..7b96a12c9d2 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev11/dev11_76013/Dev11_76013.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_d.csproj b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_d.csproj index b5e8c9720cb..810b504111e 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {145DA044-A94A-4360-98F9-9D977F6FEF42} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_do.csproj b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_do.csproj index 4a313517da9..2278da5aa95 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7FD45662-ED85-4F11-A3A5-1FDCE55FD9B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj index 6fea4401ba4..842310eff9d 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D66FECBC-01AB-4181-9D6A-B72E54E603E1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_ro.csproj b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_ro.csproj index 239b4d90118..50dcc48daac 100644 --- a/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {75177B03-2F77-4FEE-AC80-E54CBB0A336E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj index 31fa222c90b..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/CoreFX_15913/CoreFX_15913.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj index 46801624bed..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_1206929/DevDiv_1206929.csproj @@ -1,36 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj index 0af74ea1a9a..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_142976/DevDiv_142976.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj index 57f155db191..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150265/DevDiv_150265.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.ilproj index b790bab9013..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_150586/DevDiv_150586.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_168744/DevDiv_168744.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.ilproj index f4681174b60..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_199169/DevDiv_199169.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj index 35051da3c14..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_200492/DevDiv_200492.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E2C84853-0100-4C5D-88C0-355F70483779} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.ilproj index f64e34853db..2650f9a2bb6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_205323/starg0.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.ilproj index 3c6703b0ca4..7b81c0d04f2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_206786/handleMath.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.ilproj index c121ae50b5a..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_216571/DevDiv_216571.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.ilproj index 43a67a2f3fa..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255263/DevDiv_255263.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj index f556821eae9..c273a1a6562 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - true + + true - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj index 43b7245164c..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278365/DevDiv_278365.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.ilproj index bc91945a4de..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278369/DevDiv_278369.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.ilproj index ee883791ef5..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278371/DevDiv_278371.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.ilproj index cb6297365f1..5e2e19716a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278372/DevDiv_278372.ilproj @@ -1,47 +1,22 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj index a69df78a77e..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278375/DevDiv_278375.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj index b67604d86ee..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278376/DevDiv_278376.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523.ilproj index 27bf365c2cc..c6f2f71fb4d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278523/DevDiv_278523.ilproj @@ -1,38 +1,23 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True + + 64 + 64 + 32 + 32 + 32 + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj index ccd3e04adaa..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_278526/DevDiv_278526.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.ilproj index ad9deb7f161..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279396/DevDiv_279396.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.ilproj index 44c0262b57c..31284c1b52d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_279829/DevDiv_279829.ilproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - true None - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj index 3d3622788a8..0f63d84d107 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280120/DevDiv_280120.csproj @@ -1,31 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj index 781086871ec..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280123/DevDiv_280123.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj index a9998b834ef..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_280127/DevDiv_280127.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj index d8c417cca51..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_283795/DevDiv_283795.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj index f70ec995af2..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_284785/DevDiv_284785.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj index 0089a04c14d..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_288222/DevDiv_288222.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.ilproj index a817d9bbc7d..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359733/DevDiv_359733.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.ilproj index 83d152e7033..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359734/DevDiv_359734.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_d.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_d.csproj index 55fc1d38fa1..59c3134e0a7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {23E1CE24-CCFB-4163-A861-D48A76295E8F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_do.csproj index 4c93d5ea865..ea81104cab8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C8DB97C3-1D53-4192-AE65-74A66EFE0841} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_r.csproj index 11953df4280..b029aa8562a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C7C7808C-AFDF-4267-B295-C9D0E9EF5642} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_ro.csproj index ef35a7278ec..578c4996c06 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359736/DevDiv_359736_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {30EFB3A3-FDAB-43C1-91E5-0496C0B9C689} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.ilproj index 63035b89895..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_359737/DevDiv_359737.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_362706/DevDiv_362706.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_362706/DevDiv_362706.ilproj index 2cead9ed5bd..5e2e19716a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_362706/DevDiv_362706.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_362706/DevDiv_362706.ilproj @@ -1,47 +1,22 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.ilproj index a8b3b2c7705..5e2e19716a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_367099/DevDiv_367099.ilproj @@ -1,47 +1,22 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_370233/DevDiv_370233.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_370233/DevDiv_370233.ilproj index 1fb7fcc28f0..5e2e19716a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_370233/DevDiv_370233.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_370233/DevDiv_370233.ilproj @@ -1,47 +1,22 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_377155/DevDiv_377155.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_377155/DevDiv_377155.ilproj index 96d88c04126..5e2e19716a6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_377155/DevDiv_377155.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_377155/DevDiv_377155.ilproj @@ -1,47 +1,22 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.ilproj index c722432ef94..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_397793/DevDiv_397793.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - PdbOnly True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.ilproj index 10e49b66af1..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_405852/DevDiv_405852.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - PdbOnly True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.ilproj index 29e58df9c83..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406156/DevDiv_406156.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.ilproj index 09944f55cf4..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406158/DevDiv_406158.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.ilproj index 0a6fbc27f75..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_406160/DevDiv_406160.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj index 1b3c70aee65..0cafb46e6da 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True @@ -34,10 +15,4 @@ Always - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.ilproj index a8971acb11e..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462269/DevDiv_462269.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.ilproj index 220f3b91de8..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_462274/DevDiv_462274.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj index e0b6df24bbc..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_468732/DevDiv_468732.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1D93D1C3-458A-44ED-ABCC-7D0739B28C92} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.ilproj index c03ff32b0bb..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_471670/DevDiv_471670.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.ilproj index cef6e581a37..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487699/DevDiv_487699.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.ilproj index 03822f1b922..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487701/DevDiv_487701.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.ilproj index 6515e82f0d2..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487702/DevDiv_487702.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.ilproj index 43ea687b94e..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_487703/DevDiv_487703.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.ilproj index a1379c1f7c5..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491206/DevDiv_491206.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.ilproj index 38fa00a2dee..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_491211/DevDiv_491211.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.ilproj index 97b20fb21a2..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_495792/DevDiv_495792.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.ilproj index cf78edf8683..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524309/DevDiv_524309.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524312/DevDiv_524312.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524312/DevDiv_524312.ilproj index 643b5e48e02..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524312/DevDiv_524312.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_524312/DevDiv_524312.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.ilproj index b2754edced7..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_534476/DevDiv_534476.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541648/DevDiv_541648.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_541653/DevDiv_541653.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057/DevDiv_543057.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_543057a/DevDiv_543057a.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544983/DevDiv_544983.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.ilproj index da5195d1bfe..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_544985/DevDiv_544985.ilproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545497/DevDiv_545497.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.ilproj index da5195d1bfe..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545500/DevDiv_545500.ilproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_545504/DevDiv_545504.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_546018/DevDiv_546018.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578214/DevDiv_578214.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578214/DevDiv_578214.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578214/DevDiv_578214.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578214/DevDiv_578214.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578217/DevDiv_578217.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578217/DevDiv_578217.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578217/DevDiv_578217.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_578217/DevDiv_578217.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj index 6d58ab0227e..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590358/DevDiv_590358.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590771/DevDiv_590771.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_590772/DevDiv_590772.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_591210/DevDiv_591210.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_605447/DevDiv_605447.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.csproj index 556ba334e5a..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_653853/DevDiv_653853.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_710234/DevDiv_710234.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj index bcc4883f330..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_714266/DevDiv_714266.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_718151/DevDiv_718151.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.csproj index 5666642db81..592e242c893 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_736188/DevDiv_736188.csproj @@ -1,18 +1,7 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True @@ -27,17 +16,7 @@ $(BashCLRTestPreCommands) export COMPlus_JitStressRegs=0x204 ]]> - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj index 43320168f01..a02136d9cd3 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_754566/DevDiv_754566.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 - - - PdbOnly True - - False - + - - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_d.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_d.csproj index 82757adcf62..101173919e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {162ADE09-55CD-46F1-8E1F-96A4DEB39B2B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_do.csproj index 0b74e197a80..57dee4718e0 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1B600A8B-5959-4705-B3FC-00101F5EF33A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_r.csproj index 1d042675b28..10914ec9c34 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C1654D98-5D28-4A4C-A2FC-20398DC0D4BC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_ro.csproj index 04a1e79f0ec..664dce7f9e6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794115/DevDiv_794115_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3BD12975-E574-4960-A91D-D0E9F01A454B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_d.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_d.csproj index d29d6c2e4d8..cee55a0dd96 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CB79D9B5-EFC7-48C9-9279-4C99A2AA8151} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_do.csproj index 1a61f032b7c..acbe5d97f58 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A983D320-C805-4BC7-807F-D260EAE7BD48} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_r.csproj index a65097a7a24..353a913289f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {493C2F1C-D834-43CF-974C-3E3FBAA9B37F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_ro.csproj index 614155a2b2e..541b4dd3182 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_794631/DevDiv_794631_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E11AEB9E-7F2A-4D5C-B18F-71C02AF3CC98} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_d.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_d.csproj index 72ad9a37635..f32edb1e645 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {19577DF5-6D1A-4A8A-AFE4-E66F4D75DB07} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_do.csproj index 6c13620ecd7..6fdb4ed2e76 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3C9D0DC1-D0A9-4895-A604-AF2FB1A39B79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_r.csproj index ae8f56c3367..7dc44fa8a04 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {10E70E35-3C01-4B7F-B3B8-02F72403BF88} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_ro.csproj index 2e6ab807364..3d57cc72d09 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_815940/DevDiv_815940_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {35675403-CEB9-482E-8117-3DE0E5E250B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_d.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_d.csproj index 659d039d17a..547cf150d0b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {23E1CE24-CCFB-4163-A861-D48A76295E8F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_do.csproj index e9f9b46074d..e710a1ec345 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C8DB97C3-1D53-4192-AE65-74A66EFE0841} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_r.csproj index 4cbc0a2c95e..4fd68bbd2d9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C7C7808C-AFDF-4267-B295-C9D0E9EF5642} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_ro.csproj index 48b4642fccb..1a7a2e99620 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {30EFB3A3-FDAB-43C1-91E5-0496C0B9C689} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj index 28d365f8b35..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10215/GitHub_10215.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj index 5297f7d50f0..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10481/GitHub_10481.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DADEC17C-DA8A-4F7D-9927-47A9033A2E80} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj index 5297f7d50f0..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10621/GitHub_10621.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DADEC17C-DA8A-4F7D-9927-47A9033A2E80} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj index 0f8e39dac34..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10714/GitHub_10714.csproj @@ -1,33 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DADEC17C-DA8A-4F7D-9927-47A9033A2E80} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - 7a9bfb7d 1 - - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj index 25cab684243..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10780/GitHub_10780.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1D93D1C3-458A-44ED-ABCC-7D0739B28C92} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj index 8f9d4ff3ace..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_10940/GitHub_10940.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1133/GitHub_1133.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj index c493c4ed356..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11343/GitHub_11343.csproj @@ -1,42 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - - 7a9bfb7d - - - - - - - - False - - - + True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11407/GitHub_11407.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj index 251856c9566..c6fb643210b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11408/GitHub_11408.csproj @@ -1,53 +1,23 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - - 7a9bfb7d - - - - - - - - False - - - + True True - + - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.csproj index 1da2407c38c..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11508/GitHub_11508.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.csproj index 230ac973aa5..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11574/GitHub_11574.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1161/GitHub_1161.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj index 9ee51b0258c..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11689/GitHub_11689.csproj @@ -1,43 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A04B4F1F-62D3-4799-94AB-ABFB220415BE} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - - 7a9bfb7d - - - - - - - - False - - - + True True - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj index f0b9e0363e3..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11733/GitHub_11733.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.ilproj index 93c281624b4..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11804/GitHub_11804.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj index fdc37281c14..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_11816/GitHub_11816.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12037/GitHub_12037.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12392/GitHub_12392.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj index 67d0b29edbf..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12398/Github_12398.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.ilproj index 662c12bda1b..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12761/GitHub_12761.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_1.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_2.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_3.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_4.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_5.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_6.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_7.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj index f4c20ac5b1c..e694296de0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12949/GitHub_12949_8.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B521917-193E-48BB-86C6-FE013F3DFF35} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_12950/GitHub_12950.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1296/GitHub_1296.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj index 8150e0f814d..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13056/GitHub_13056.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj index 2cafa4cedf5..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13057/GitHub_13057.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj index c41999d26cd..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_1323/GitHub_1323.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D8F6B7C2-EF97-4590-8800-98F37028CE83} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.ilproj index 2f045c8f7f0..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13404/GitHub_13404.ilproj @@ -1,28 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - None True - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj index 4bf984a8325..743f550793d 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13486/GitHub_13486.csproj @@ -1,25 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - + False - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.ilproj index 918ae0ab40d..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13501/GitHub_13501.ilproj @@ -1,24 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 1 - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj index c09ad115fe2..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13561/GitHub_13561.csproj @@ -1,25 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - + True - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj index 17b8a9be17b..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13568/GitHub_13568.csproj @@ -1,26 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - + True True - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.ilproj index 151694e30e3..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13822/GitHub_13822.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj index 8cb39e10556..d04287717ab 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13910/GitHub_13910.csproj @@ -1,36 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E2C84853-0100-4C5D-88C0-355F70483779} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj index a1279367470..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_13919/GitHub_13919.csproj @@ -1,42 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9711BC9D-A24D-458D-8357-007D6423C212} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - - 7a9bfb7d - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj index 817a24c9fe6..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14028/GitHub_14028.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.ilproj index d1a0e3027b5..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14116/GitHub_14116.ilproj @@ -1,24 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 1 - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.ilproj index 2c8dc0b62dd..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14321/GitHub_14321.ilproj @@ -1,24 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 1 - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.ilproj index c83234876c1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14455/GitHub_14455.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj index 25f7cd76249..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14783/GitHub_14783.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.ilproj index 635aa54548f..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_14784/GitHub_14784.ilproj @@ -1,24 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 1 - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj index f24c04b4f36..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15077/GitHub_15077.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj index fe27f5370a5..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15237/GitHub_15237.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.ilproj index b6ff20e7cf7..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15291/GitHub_15291.ilproj @@ -1,23 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj index c3a87c18669..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.ilproj index a80194b1bcf..0c368b0dd5e 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15319/GitHub_15319_1.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj index d0f61744faa..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15718/GitHub_15718.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - + True - + - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.ilproj index 65b4dcf5f47..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_15949/GitHub_15949.ilproj @@ -1,23 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.ilproj index 89871f73dc6..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16041/GitHub_16041.ilproj @@ -1,23 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj index 6571d55d827..279ca47a319 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_1.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj index ae03c5b5ef0..6cf2cd774db 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj index 6c1fbd3e452..59ea81d68eb 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16210/GitHub_16210_3.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj index fe27f5370a5..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16254/GitHub_16254.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16377/GitHub_16377.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj index 9c1692d533a..4b313b1e2f1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16443/GitHub_16443.csproj @@ -1,17 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) Exe - + False - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj index c24f74b8658..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16472/Github_16472.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16892/GitHub_16892.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16892/GitHub_16892.csproj index 77efe1d9989..4280f8af1c1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16892/GitHub_16892.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_16892/GitHub_16892.csproj @@ -1,27 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - Full False @@ -30,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj index 15d1472fea6..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17329/GitHub_17329.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.ilproj index 7ec8e412330..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17585/GitHub_17585.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj index 272e875d686..e916ad7646f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17777/GitHub_17777.csproj @@ -1,41 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - true - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_17969/GitHub_17969.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.csproj index 6ee03116fef..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18043/GitHub_18043.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op_cs_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op_cs_do.csproj index c4317b3b0eb..92c9b36ffdf 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18056/Bool_And_Op_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0C9B9A3F-D3C7-428F-A506-DF7E3181DB71} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.csproj index 37a8837acdc..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18144/GitHub_18144.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18176/GitHub_18176.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18232/GitHub_18232.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj index ecc6def53e5..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj index ecc6def53e5..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18235/GitHub_18235_2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18238/GitHub_18238.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18259/GitHub_18259.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.ilproj index 11ee89b9db0..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18291/GitHub_18291.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18295/GitHub_18295.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj index c776f7dd22d..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18332/GitHub_18332.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj index ea8e8a7e429..c6fb643210b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18362/GitHub_18362.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True @@ -32,14 +15,9 @@ $(CLRTestBatchPreCommands) set COMPlus_TailcallStress=1 ]]> - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj index 0b9fa76d893..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18408/GitHub_18408.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj index 0b9fa76d893..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18482/GitHub_18482.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj index 0b9fa76d893..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18497/GitHub_18497.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_3.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_4.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_5.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_6.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_7.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18522/GitHub_18522_8.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj index 0b9fa76d893..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18542/GitHub_18542.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj index 279ade8e136..82b81cb370c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj index 685e3e8fc9a..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18672/GitHub_18672.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18770/GitHub_18770.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18780/GitHub_18780.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18867/GitHub_18867.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj index ea8e8a7e429..c6fb643210b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18884/GitHub_18884.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True True @@ -32,14 +15,9 @@ $(CLRTestBatchPreCommands) set COMPlus_TailcallStress=1 ]]> - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_18887/GitHub_18887.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19022/GitHub_19022.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj index f8ba4995e0d..02884200498 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19149/GitHub_19149.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + true True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.csproj index 03a6a1e4a97..438b9fdb6be 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19171/GitHub_19171.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.csproj index 03a6a1e4a97..438b9fdb6be 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19197/GitHub_19197.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.ilproj index 5934cf63ac1..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19222/GitHub_19222.ilproj @@ -1,16 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True @@ -18,6 +9,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_r.csproj index 82611b7785e..3e32736d6b1 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_ro.csproj index 15d9d64267d..683a33cba0b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19243/GitHub_19243_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.csproj index c46f1c3549d..e1ba2e76de2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19256/GitHub_19256.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - latest None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.csproj index 7e73aa0a213..f84741925fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19272/GitHub_19272.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.csproj index 7e73aa0a213..f84741925fc 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19288/GitHub_19288.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.csproj index 44c8fc36f6c..7534a6cf7c2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19361/GitHub_19361.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj index fe27f5370a5..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19397/GitHub_19397.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19438/GitHub_19438.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj index 95aba995a25..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19444/GitHub_19444.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - - + True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.csproj index 66784b2450e..1de21c9d495 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19454/Github_19454.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - Full True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.csproj index 3f44b60d199..7baf7af1d23 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19537/GitHub_19537.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - None True - True + True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.csproj index 1ef998940bf..e5292cce587 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19550/GitHub_19550.csproj @@ -1,8 +1,5 @@ - - - + - $(MSBuildProjectName) Exe None True @@ -11,6 +8,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.csproj index 1ef998940bf..e5292cce587 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19583/GitHub_19583.csproj @@ -1,8 +1,5 @@ - - - + - $(MSBuildProjectName) Exe None True @@ -11,6 +8,4 @@ - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj index c24f74b8658..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19599/GitHub_19599.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.csproj index 2cb4a16fecb..63411aeb526 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19601/Github_19601.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADEEA3D1-B67B-456E-8F2B-6DCCACC2D34C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None False @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19674/GitHub_19674.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_19910/GitHub_19910.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2003/GitHub_2003.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20040/GitHub_20040.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.csproj index 301c10fbf9c..6d06d331a2a 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20211/GitHub_20211.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20260/GitHub_20260.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20269/GitHub_20269.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20499/GitHub_20499.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.ilproj index abc30a824ab..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20625/GitHub_20625.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj index 52a913f869f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20651/GitHub_20651.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.ilproj index 9c29cd8d1ea..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20799/GitHub_20799.ilproj @@ -1,24 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_20838/GitHub_20838.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231a.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21231/GitHub_21231b.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21295/GitHub_21295.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21546/GitHub_21546.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.csproj index 17a6d4efe09..7e7567865ae 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21625/GitHub_21625.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.ilproj index 2e8a89517fa..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21761/GitHub_21761.ilproj @@ -1,22 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) Exe - ..\..\ - - None True - + - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.csproj index 37a8837acdc..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21854/GitHub_21854.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21915/Github_21915.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_21990/GitHub_21990.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22330/GitHub_22330.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.csproj index c46f1c3549d..e1ba2e76de2 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22556/GitHub_22556.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - latest None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj index b65453fbe44..5d4d3ef40b5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/GitHub_22583.csproj @@ -1,43 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ true - - - - - - False - - - + True - + - True + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.csproj index d6055b3e16f..020cbd64430 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/base.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.csproj index ac7f8f6b849..6abc7113422 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22583/lib.csproj @@ -1,41 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ false - - - - - - False - - - + True - True + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22820/GitHub_22820.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.csproj index 5b28be0c3ae..36b86637dc7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_22850/GitHub_22850.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None False True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.ilproj index 07d1b0ea206..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23039/GitHub_23039.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.ilproj index fe2d403ced4..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23147/GitHub_23147.ilproj @@ -1,25 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 1 - - None True - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.csproj index 7198ed8b5bc..bf6f589eb32 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23159/GitHub_23159.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj index 1b89c4452c7..38181f58609 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23199/GitHub_23199.csproj @@ -1,40 +1,21 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 BIT32;$(DefineConstants) - - - - - - False - - None True - - - - @@ -42,6 +23,4 @@ export COMPlus_GcStressOnDirectCalls=1 - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj index 2bba3ca185a..3605637ece5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23411/GitHub_23411.ilproj @@ -1,25 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 0 - - None True - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj index fb6ae363ebe..2ab2ec62439 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23530/GitHub_23530.csproj @@ -1,18 +1,11 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj index c24f74b8658..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj index fb6ae363ebe..2ab2ec62439 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23739/GitHub_23739.csproj @@ -1,18 +1,11 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.csproj index 7198ed8b5bc..bf6f589eb32 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23791/GitHub_23791.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.ilproj index 1e33a02324f..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23792/GitHub_23792.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj index 83594da8faf..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23794/GitHub_23794.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23861/GitHub_23861.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.csproj index e191e01217e..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23885/GitHub_23885.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj index 43c02b93f76..3605637ece5 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_23950/GitHub_23950.ilproj @@ -1,25 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ 0 - - None True - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.csproj index 95052d9884f..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj index d86ed9f3d76..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24159/GitHub_24159.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.csproj index cc72c511df0..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24185/GitHub_24185.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.csproj index 95052d9884f..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24253/GitHub_24253.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.ilproj index 506f235e2ff..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24278/GitHub_24278.ilproj @@ -1,24 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - ..\..\ - - None True - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj index c24f74b8658..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24657/GitHub_24657.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj index fb6ae363ebe..2ab2ec62439 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_24846/GitHub_24846.csproj @@ -1,18 +1,11 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj index c24f74b8658..19781e26c20 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25020/GitHub_25020.csproj @@ -1,17 +1,10 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.ilproj index 28e89d2eb0a..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25027/GitHub_25027.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.csproj index bed7e2e916c..bf6f589eb32 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25039/GitHub_25039.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.csproj index 95052d9884f..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_25134/GitHub_25134.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2580/GitHub_2580.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_2610/GitHub_2610.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj index 2cafa4cedf5..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3449/GitHub_3449.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj index fb6ae363ebe..2ab2ec62439 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_3539/GitHub_3539.csproj @@ -1,18 +1,11 @@ - - - + - Release - AnyCPU - $(MSBuildProjectName) Exe - + True True - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj index 85c07a8aff9..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4044/GitHub_4044.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {03791641-ED25-42C4-AD81-FCCF7E47DC2E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_4115/GitHub_4115.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj index f66e52735df..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5047/GitHub_5047.csproj @@ -1,29 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.ilproj index 3f7d6e51955..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5164/GitHub_5164.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj index 5bd417ae6c7..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5556/GitHub_5556.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-B8089FFA8D79} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj index f66e52735df..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_5696/GitHub_5696.csproj @@ -1,29 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj index d8fc19497c8..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6234/GitHub_6234.csproj @@ -1,42 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {213B4AD1-637F-4107-9AF5-2E938ACD737C} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - - 7a9bfb7d - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj index 34c5d53bcd8..5e92d040362 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6238/GitHub_6238.csproj @@ -1,29 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - + False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj index f66e52735df..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6239/GitHub_6239.csproj @@ -1,29 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj index 1aab30e716a..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6318/GitHub_6318.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {80B4796D-0D4C-46A3-9185-6EEA11DD4090} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj index 6f8e3d1a851..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_6649/GitHub_6649.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5C94DE9A-B2C4-4A0C-96CC-FEAE2E8EEBE9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj index 2cafa4cedf5..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7508/Vector3Test.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj index 7036ce909bd..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7906/GitHub_7906.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.csproj index ac065672388..3366600b79f 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_7907/GitHub_7907.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - pdbonly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.ilproj index b86cf392ba5..e7c67cc80e8 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8133/GitHub_8133.ilproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.csproj index 5ace4f83b57..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8170/GitHub_8170.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj index fe27f5370a5..5d49e8d4973 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8220/GitHub_8220.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76E69AA0-8C5A-4F76-8561-B8089FFA8D79} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - + True True - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj index 6027078312f..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8231/GitHub_8231.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8460/GitHub_8460.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj index d6d719f5c7f..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_8599/GitHub_8599.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.ilproj index 78465703d7a..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9651/GitHub_9651.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj index e96c8ec9c50..986494e092b 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9692/GitHub_9692.csproj @@ -1,42 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9711BC9D-A24D-458D-8357-007D6423C212} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - - 7a9bfb7d - - - - - - - - False - - - + True - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj index 88530c9c853..656bedde102 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_9891/GitHub_9891.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - - + True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.ilproj index d44e80ae8da..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/GitHub_CoreRT_2073/GitHub_CoreRT_2073.ilproj @@ -1,32 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_19558/Github_19558.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.csproj index 42f8a01f391..f3e1cbd44b4 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/Github_21011/Github_21011.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {2649FAFE-07BF-4F93-8120-BA9A69285ABB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - None True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.csproj index c5fd8d6aa6e..5d8fe225297 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_174983/devdiv_174983.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.ilproj index f2fe4ed4edd..477cccfe1de 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_180411/devdiv_180411.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj index 357e7f98e85..9b4d8c8303c 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815941/devdiv_815941.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj index d854a5a4d24..0a7620e0bbe 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_815942/devdiv_815942.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj index 4b9fd7afd97..52eb3564fd9 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_902271/DevDiv_902271.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - true - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_d.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_d.csproj index 485b658902a..e3f036713d6 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_d.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_do.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_do.csproj index 785ddca43c4..223b311a3c7 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_do.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_r.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_r.csproj index a844a9513e3..021196d4977 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_r.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_ro.csproj b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_ro.csproj index cce7e5845eb..8a01f03fdac 100644 --- a/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_ro.csproj +++ b/src/coreclr/tests/src/JIT/Regression/JitBlue/devdiv_911875/DevDiv_911875_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/b100336.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/b100336.csproj index 469f22ecbf0..b68376dfa00 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/b100336.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b100336/b100336.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {539E643E-9E77-4B38-891A-E870982ECFE6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj index 1df6cfa2fe2..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102759/b102759.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj index 0b3c47183d9..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b102870/b102870.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj index 3572ad8d286..96d582e46c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103838/b103838.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/b103846.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/b103846.csproj index 9c51a325c09..7dc5c2123b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/b103846.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b103846/b103846.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {082E8D5A-19E7-4970-96EA-FD665F9AEB66} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj index fe086f82502..5313cae286a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b106158/b106158.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj index aa2e5f83dbe..b5de0085be3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108366/b108366.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj index 09a2a173558..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b108908/b108908.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj index aa2e5f83dbe..b5de0085be3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109721/b109721.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj index 983f8045a82..2c5bcf78f84 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b109878/b109878.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/b111130.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/b111130.csproj index 52ba78fad9a..d947f45b54f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/b111130.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111130/b111130.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {014F3DD9-D5D7-414E-B9DC-271D6753D522} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/b111192.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/b111192.csproj index dd2214c1138..4bd6b0bffde 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/b111192.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b111192/b111192.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj index 65953a47e84..5de5d28eeab 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112348/b112348.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj index b7e81d675f8..0e6b645e43a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b112982/b112982.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj index 5780e2389fa..4e8ef390db0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113286/b113286.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/b113493.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/b113493.csproj index f8ad6295788..c60a05fba93 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/b113493.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b113493/b113493.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj index 5780e2389fa..4e8ef390db0 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b114628/b114628.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj index ac23bc06221..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115103/b115103.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/b115253.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/b115253.csproj index 94d73fd9f35..5453483d297 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/b115253.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b115253/b115253.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3FDCB42D-4F77-4B3B-8C30-4D082987E9BC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026a.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026a.csproj index 05cb8f804d6..4f7f623892f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026a.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0465E5B4-C2A6-42E3-8835-BBE4E99711B0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026b.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026b.csproj index 59e3a91a9c7..08be16148c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b119026/b119026b.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C2570136-97AF-487C-98BB-C15060E54B17} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/b140298.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/b140298.csproj index a1c58800a0a..8b587ae90dd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/b140298.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b140298/b140298.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {90F16A8A-0DCF-4467-A649-F69810780CCF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj index 0582420824c..e672ef4bb10 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141062/b141062.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/b141358.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/b141358.csproj index 4115f73e985..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/b141358.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b141358/b141358.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {76D4B472-7CD9-49E7-AC09-5C2E6D0D0B17} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/b77951.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/b77951.csproj index 1f4b940c46f..5be65fa39ec 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/b77951.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b77951/b77951.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj index 87cd9a9f3d0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79852/b79852.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj index 5bed2421f16..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b79858/b79858.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj index 190a8494c05..aa03ff7c6c4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80365/b80365.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj index 751db299901..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80373/b80373.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj index 5f7290b460f..81ab54288ae 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80737/b80737.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj index 59be9f7e34c..5960a866d62 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b80738/b80738.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj index 319ae8739b3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81763/b81763.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj index abe3ef61cf7..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81764/b81764.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj index 6f72a00d09e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b81766/b81766.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj index 6cd00387048..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84128/b84128.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj index 8f43d9601e4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84129/b84129.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj index e007b39bf2b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84131/b84131.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj index 3ffc58368cd..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84136/b84136.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj index 5a35e95b158..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84586/b84586.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj index 2e2b142e343..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84590/b84590.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj index 7fc5a03c00b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84592/b84592.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj index 136df3f490d..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84957/b84957.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj index 7bf93317157..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84958/b84958.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj index 14863fd7a2e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84961/b84961.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj index d1babd7ffa3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b84962/b84962.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj index 44ed5b389f4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85314/b85314.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj index 86bda13e7fe..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85315/b85315.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj index 56f3346f0c3..05911c5fa0b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85316/b85316.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj index b307e44dc70..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85317/b85317.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj index 9d39f5acb3b..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85564/b85564.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj index 52bc6a65825..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85565/b85565.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj index 7a492169d1e..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b85566/b85566.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj index 5902069cfb6..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92713/b92713.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj index 528708c91f9..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b92726/b92726.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj index 34db8222092..41ea467c913 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b98431/b98431.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.csproj index 12746d68f4d..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99219/b99219.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AFE05673-42FD-4147-8EBF-8960BBCEEC61} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj index baa53385236..2debcd638b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/M00/b99403/b99403.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/b102615.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/b102615.csproj index 51742c179ac..75b4d529c6a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/b102615.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102615/b102615.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A1A01B48-FAB5-4D02-B54E-A953FD2A35FF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/b102860.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/b102860.csproj index fcb040e5932..87fe67563ce 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/b102860.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102860/b102860.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4094DF83-0626-4DE0-9983-5897B13606DF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/b102887.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/b102887.csproj index 826eb52e4fb..196ebe22427 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/b102887.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b102887/b102887.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BD7C8B42-E5DC-4E42-A511-2D5AA4D6EC74} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/b124409.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/b124409.csproj index 686429dd989..e45385654c4 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/b124409.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b124409/b124409.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {467E97CC-BA9A-40B3-9AD5-317C68D81EF1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj index 443ce1e5991..d11584a69cf 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b126221/b126221.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj index 11e4390245b..127a361f325 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b142473/b142473.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj index bfede088380..68d44c19583 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b223862/b223862.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/b301479.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/b301479.csproj index 8ddbeaf6913..e7ce7a1e077 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/b301479.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b301479/b301479.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/b302509.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/b302509.csproj index 7cdddbbc7a6..4963e585a86 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/b302509.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b302509/b302509.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,13 +10,4 @@ - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/b91074.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/b91074.csproj index 08bcffb1b78..f6e2e6d12d1 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/b91074.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91074/b91074.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {710F9A16-180B-47B3-A591-BB8E6F247073} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/b91944.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/b91944.csproj index de3996725b6..7860021afb8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/b91944.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91944/b91944.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ false - - - - - - - - False - - PdbOnly - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj index c51ec77b3fd..8385a9df1a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-Beta1/b91953/b91953.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/b10789.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/b10789.csproj index 020c8feeea8..64cbabc9b28 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/b10789.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10789/b10789.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D688AD66-F57F-49F1-8E43-B2338721FBBE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/b10790.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/b10790.csproj index 3c335e7348a..06bb1e4912f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/b10790.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10790/b10790.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F17002F9-D680-4162-9CE3-EF470EE9081B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj index b44c07119cf..fd479c924c8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10802/b10802.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/b10827.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/b10827.csproj index 2068a59bae8..5274222b78c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/b10827.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10827/b10827.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5BFB4DA5-A817-44A9-8255-DF05136261DC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj index dd8a473fbea..60f4bb6a5e5 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10841/b10841.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj index 1a4b3afff7e..8cd69732acd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b10852/b10852.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj index 041997f32d4..cf60a592751 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11131/b11131.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj index 467cbd66a2a..cfcd45a7f2d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b11878/b11878.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj index 5422444487f..cc364abfadb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12022/b12022.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj index 610509873ba..14da6cef778 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12263/b12263.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj index 535a93acd72..113644e0211 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12343/b12343.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj index 535a93acd72..113644e0211 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12390/b12390.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj index f938e526d4b..a7a77163637 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b12425/b12425.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj index 07b76ff150a..e58048f2df8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b13691/b13691.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj index ae756e47d2c..085ffeeb0be 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b14324/b14324.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112a.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112a.csproj index 9702d0efa31..eb4450fbe0d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112a.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112a.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7F4F3607-EAA5-43FC-85C3-C13CB0E2EBB6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112b.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112b.csproj index ac412b25835..a1a72048a82 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112b.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112b.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F1FFEEE0-D1BC-423A-89F8-F52495B41FD4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj index 0dd4c416380..b028cf02eee 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102518/b102518.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.csproj index 7fe0c45fb53..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102729/b102729.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {11F40955-B8B9-4F00-8829-DD5E7F05A90E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/b102763.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/b102763.csproj index a29965bfb79..97ddc379693 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/b102763.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102763/b102763.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {331715DB-DCAB-4F21-827A-47768BF3B800} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj index f417119fb4b..9787324200a 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102844/b102844.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/b102886.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/b102886.csproj index 50033965936..2d20e91d5b8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/b102886.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b102886/b102886.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F71DBAB0-1882-4B67-AC27-16D2345D068F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj index ef3c1328f16..646831bdfec 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,12 +14,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/b10828.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/b10828.csproj index 45a9aa2ebfa..b60ed2ba922 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/b10828.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b10828/b10828.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {68D03805-999C-43C6-B3A4-9BE79A1A98F0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj index 2f7bdaae22d..937e977d7bb 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b12011/b12011.ilproj @@ -1,39 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj index 1a79576bbc6..4d8cd6db8cd 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14355/b14355.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj index ccc20955621..acbcc6a477b 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14364/b14364.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj index 041997f32d4..cf60a592751 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14366/b14366.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj index c50d88b7742..49cade7a115 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14368/b14368.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj index 5ff5729af0f..64f3c2011c9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b14369/b14369.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj index f2dc52e6b09..f1f3d7db9b3 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj index bc750504997..477d3f7a69d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16198/b16198.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj index aeab15c2438..75ea8baea19 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b16224/b16224.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj index fbf20a0cbe3..9d67cf7a4ff 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17023/b17023.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj index c50d88b7742..49cade7a115 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17751/b17751.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj index 7d50e5cdaf7..d41d0a83c13 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b17904/b17904.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj index effebaa41dc..9239c5789c6 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19101/b19101.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj index d6891733e66..4c15b71ad46 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19289/b19289.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/b19394.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/b19394.csproj index d7fcc0e476f..0cfb7d7fa74 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/b19394.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b19394/b19394.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9DA5356F-AB1F-4921-974D-2634E644C5F1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/b21015.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/b21015.csproj index 5caa7c26230..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/b21015.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b21015/b21015.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BEFEF9A2-1BC3-4691-A8F3-A5F02B1F037D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj index 9ff90c625a1..11ee4d49f8c 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22521/b22521.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj index 46ccdc5d49a..025e35c6d78 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b22680/b22680.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/b26496.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/b26496.csproj index b35ec3094b5..dd3221bbbe2 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/b26496.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b26496/b26496.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D5529457-208A-4D5A-AF63-091B26F6FF3C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj index baf6c068664..51bcb7f9747 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27077/b27077.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/b27978.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/b27978.csproj index 428ad05591a..d8118e5f99d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/b27978.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27978/b27978.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E2780A5-4DE6-4CF0-B0C0-9F1186BE5BB1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/b27980.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/b27980.csproj index d01b42c8df7..49ae1cf516e 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/b27980.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b27980/b27980.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A57C2AC7-6CE3-4107-AE80-65BC226D532A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/b28077.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/b28077.csproj index 900b71111de..196ebe22427 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/b28077.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28077/b28077.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {55FB5BA9-22A4-4980-BC3C-904316B542E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/b28141.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/b28141.csproj index 5b2a3407a02..87fe67563ce 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/b28141.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28141/b28141.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {55BFFDD7-A4D4-4276-BDBA-6EFE8FD89FEC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj index 3b4069ea65b..924997b41ef 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/b28158_64.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/b29343.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/b29343.csproj index cc5e0209de8..d6d5762aa36 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/b29343.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29343/b29343.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3090D664-9838-405C-8CD6-379E494AB157} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj index c51ec77b3fd..8385a9df1a9 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b29727/b29727.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.csproj index 41cd6c1a3a2..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b184799/b184799.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0B8165E9-E035-439D-B548-9B8BB461299D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/b302558.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/b302558.csproj index 0e087b829fc..5344683c290 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/b302558.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b302558/b302558.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DF55C7B1-1DD7-4B41-9AA5-AE23D6EA43F0} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/b309539.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/b309539.csproj index eaae60765a4..9864ad2de65 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/b309539.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309539/b309539.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A0215DA-950B-460B-AF53-FFAED6DB2AC9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/b309548.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/b309548.csproj index 92a018ebad6..1a4c1d7226f 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/b309548.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309548/b309548.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6BE60C2B-4C48-46FA-A8F2-BF749204EFB8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj index bdd45fd5c8f..5ecdd4bacab 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b309576/b309576.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.csproj index 2b25b4d50f9..c1a989ff64d 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b311420/b311420.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {173CA099-7538-44C5-A3B7-4D2F8664D7E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj index a0ae1f0b7f4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b333008/b333008.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj index 69d43956eaa..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b356258/b356258.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/b360587.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/b360587.csproj index 1fbf3f17fa4..8328610d099 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/b360587.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/b360587.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {07895B46-3625-4E18-81BA-9C991A7E4A9E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj index b072e953f00..576d1d56aea 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b410474/b410474.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - False - + - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj index de9f98401b0..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b431098/b431098.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj index 88feaaefbc3..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b450688/b450688.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj index da2f6f643df..857be1f5100 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b286991/b286991.ilproj @@ -1,41 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj index 7e31a9f6a2c..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b460385/b460385.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.csproj b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.csproj index 5646b3b7c95..9dc98caff81 100644 --- a/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.csproj +++ b/src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V2.0-RTM/b539509/b539509.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4161D387-F20B-4288-81EA-F13C2D384DD8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj index 5eb287d2ba1..2f4111f8eea 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b173569/b173569.ilproj @@ -1,40 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj index d8c74edfb26..b46365b1bb0 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,11 +10,6 @@ $(DefineConstants);DESKTOP - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.csproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.csproj index 5ee8feee103..3df5f0bcba3 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.csproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/DevDiv34372/overRepLocalOpt.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D89858EA-0CC2-4C3D-97D5-7BA8B013A413} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj index 889a1b0bd17..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/b602182/b602182.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.csproj b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.csproj index 66b4fa3bdf1..03302b9d4eb 100644 --- a/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.csproj +++ b/src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v4.0/devdiv374539/DevDiv_374539.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - 1 - true true - - - - - - - - False - - PdbOnly True @@ -35,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj b/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj index f493ffa49d4..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj +++ b/src/coreclr/tests/src/JIT/Regression/v4/dev10_804810/dev10_804810.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj index a3fbd8a9484..d73b427b40b 100644 --- a/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj +++ b/src/coreclr/tests/src/JIT/RyuJIT/DoWhileBndChk.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ True - - - False - - - - netcoreapp1.1 - win7-x86;win7-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;ubuntu.16.10-x64;osx.10.12-x64;centos.7-x64;rhel.7-x64;debian.8-x64;fedora.24-x64 - - - - - - PdbOnly True - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj index 96b91175298..5152f97f6b9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj index 077461ad9ce..bbab5a0e864 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj index 8ca96b634b1..36da5a924d6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj index 026c7178a1f..c3b6a2dac68 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj index 2871b09c602..01f385f9a21 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj index 2999d0f0b5b..aab76d2b71c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj index eb84a5028dc..532007267fc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj index 097ce6c352d..d3b0ab18412 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj index 487631be07a..58c316f3f94 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj index 5487088cdaf..6545ededd84 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj index 7e0354a3f40..5da6dffbf75 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj index 47778eb0282..3e1dda7a659 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj index 606d3c67b40..2e470e6fd04 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj index bdde4e22447..8eaa1f87cee 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj index e4bc86c859f..dec6efb319e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj index 8b13cf4dc93..0d169544640 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj index 47fe27ce130..6929bd06f55 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj index 18d6f433320..bca6c144ff9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj index 2f004a49b1a..5e96b502988 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj index f541d3a6e1e..80fbb736054 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/dir.props b/src/coreclr/tests/src/JIT/SIMD/Directory.Build.props similarity index 72% rename from src/coreclr/tests/src/JIT/SIMD/dir.props rename to src/coreclr/tests/src/JIT/SIMD/Directory.Build.props index 1ddaf2ffa0d..9efeafb6335 100644 --- a/src/coreclr/tests/src/JIT/SIMD/dir.props +++ b/src/coreclr/tests/src/JIT/SIMD/Directory.Build.props @@ -1,5 +1,5 @@ - - + + diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj index 2131219ee6a..0289d559815 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj index d9cae88514c..d687a745920 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj index f8d1e32ed78..79707c6fdf7 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj index c1df32302ce..a9f8cdc77af 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj index 24622f1ac96..f93ba0a38de 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj index 7ed195c0dc3..dc388964243 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj index 882365bbc31..1431c1dfa58 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj index 04900fce6af..a37f36d7df5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj index 2f9cdfc5249..28c77e03b66 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj index d768aa9fd99..6433a57a7f1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj index 467fba7ea91..890b6a1c21c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj index 57d1e66edc5..af7ec387c66 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_r.csproj index 1cfe4dc8f3c..b4e8f5f054d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_ro.csproj index c5718069d74..05c2df88c3e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Matrix4x4_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj b/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj index 7c5b3b1f06e..ce7d4400a65 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj index ecfc0b81aa6..e89d34a045e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj index f58b20bb710..317e7b5ba43 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj index d6d322ad997..a6c25410052 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Plane_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Plane_r.csproj index 543106d3211..f9f1f8d3a9a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Plane_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Plane_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/SIMD/Plane_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Plane_ro.csproj index 17563c97d1c..022e58fde22 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Plane_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Plane_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj index 2945eb75dc3..d4d3a48d1cc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj index 166310e8a7f..6047c83d2d8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj b/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj index d50076a80e5..f0615c54cf7 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj index 84cda473a67..c196f57895b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj index 7566cdf7b91..9eeb0078c8d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj index 00aee21e347..888382637c5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj index fb360ddcd3e..9adfd0c26f5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj index b21130b80ff..441e856a0ce 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj index a00ad8b6bfe..71a058ab502 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj index f1ef6348e5d..9dab5ec4bc4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj @@ -1,36 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj index 10d129585af..bf64cbef6fe 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj index 4bd70939987..31e39d9c843 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj index e98a8bc8115..3f433f2aa76 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj index d34de5e4f39..7ddae696e07 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj @@ -1,33 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj index 55062f3a864..ad362660da2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj index 5b6b51c635b..c1f3a3e1680 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj index 9e5c948888d..5a4b9658360 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj index 261a4e753d3..b78687ebd44 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj index bec281f9d2c..83dfe64734f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj index f5433d57f4c..7368953390a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj index c6f12ca4a60..8882cc2413e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj index 794cc6f8bbc..13d13f8202c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj index 73e753147c1..1989536a054 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj index 2b5b57d8825..38e31223c41 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCast_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCast_r.csproj index edae4f8f66a..9dc33353621 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCast_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCast_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCast_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCast_ro.csproj index dbb17f48528..5a38fad276e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCast_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCast_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj index 8d1b5956b93..8d464e57f32 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_r.csproj @@ -1,41 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d BIT32;$(DefineConstants) - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj index f9d22f52d24..ca4b86157e9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorConvert_ro.csproj @@ -1,41 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages - ..\..\ - 7a9bfb7d BIT32;$(DefineConstants) - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj index f00ca4886a7..654cb6a6e90 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj index 2944ff331f5..fba477403ab 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj index 20d54e4e635..990720b59f0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj index b041365a9c8..a23248456b5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj index 3f5c1e77b62..ed357b129f2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj index 224219267fb..b8648f550a1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj index 60e6a248b5e..f67884b1d8d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj index 0028546c16f..b860957fca6 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj index f7e0051c641..872c9f5b7d0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj index 482c9b3d1ff..650eb9b7b2c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj index 94f10002bcc..55f8ba4a4cf 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj index 4464ba2201c..d6af406cc00 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj index e57c49c147c..917a0bd494e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj index 36ec1fd93f9..fdcfd4a6d73 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj index 68de8e3b48f..1e405404eee 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj index 4633b5ad767..bc1a7db739b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj index 682b1e4baa7..baa1f1c2c6f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj index d04ed3f0ce4..175fa41e579 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj index e43df5a2496..ee3892e57ef 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj index d11bb2f0337..aa874a90aa5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj index a1b8a197187..24dee0917e3 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj index a5fb0765d7a..4bd8df31ee2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj index 915606280b9..25056f18cbb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj index f1c95b6ab98..800c0acc349 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj index fcb6c01680f..5d004100385 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj index 2fbde977a90..59c1faeccd9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj index 207be065ef4..5d4db88327e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj index 4c34f461927..0a2f79cb648 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj index 0b0e9b1033c..b5ad275d287 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj index e5f3d4cf293..da0c1388396 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj index d31b016ad2a..ee03bdfa31b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj index 26a4720837e..0d8e171aa50 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj index 5da3bceac3b..264e9762833 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj index 11db42b6690..a86d5c7e0b5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj index 47ebea9b187..07601f43860 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj @@ -1,35 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj index a5077033c5c..bfe235903b5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj index b5bd37f676e..8fe00ef0e9f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj index 225533f8140..d68b58ea75d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj index a9e8f948d64..34274d5c590 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj index 6269a051f60..dca713e275d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_d.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_d.csproj index e8a0e9c0b34..929457046a4 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_d.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_d.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - Full False --pinvokes --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_do.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_do.csproj index f8a41d2258b..98969f3cc2d 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_do.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_do.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - Full True --pinvokes --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_r.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_r.csproj index f912dbc0da3..4a28b340020 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_r.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_r.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - PdbOnly False --pinvokes --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_ro.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_ro.csproj index f912dbc0da3..4a28b340020 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_ro.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/pinvokes_ro.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - PdbOnly False --pinvokes --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_d.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_d.csproj index 4a8ec1eefdd..a6b798d5a6b 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_d.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_d.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - Full False --tailcalls --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_do.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_do.csproj index 26df2a99a47..14d34bcd189 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_do.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_do.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - Full True --tailcalls --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_r.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_r.csproj index e08368bf47a..ad355b9d57e 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_r.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_r.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - PdbOnly False --tailcalls --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_ro.csproj b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_ro.csproj index e08368bf47a..ad355b9d57e 100644 --- a/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_ro.csproj +++ b/src/coreclr/tests/src/JIT/Stress/ABI/tailcalls_ro.csproj @@ -1,38 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {11F01248-05A0-4FA0-9345-75273E7276C9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true True true true - - - PdbOnly False --tailcalls --num-calls 1000 --no-ctrlc-summary - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj b/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj index f7306533f86..60987ea84ef 100644 --- a/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj +++ b/src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj b/src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj index ec1faaeb0f0..917b2e664b4 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/Common/common.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - BuildOnly - false + BuildOnly + false - - - - - - - - False - - - + False - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj index 94fdb9a2ba7..15036e2bebd 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj index f5b4ad5b5a0..6976cc43c82 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj index 0a5a6655f0a..e02ec0bb605 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj index 0ef61fa11ea..724de8af629 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj index 93433e3dea8..9126a6c3006 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly False @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj index 7de84b42f2d..8fb310f9157 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,12 +10,7 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj index 410ad63616b..b47fad0e56c 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitincatch.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj index 941248875d2..ce687e68fba 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinfinally.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj index da12665a9c6..cf1306e93a7 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinhandler.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj index ba1be7d0822..fdcb5bc0ed7 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitinroot.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj index 9c75aaa9428..e5d8ef4996f 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalexitintry.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj index a595e445bd3..348b9879546 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj b/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj index 3af9fe040f8..2e30b0b9183 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj index 01c8fc2f803..4ed8417f89b 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/loopEH.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj index b297fbb17ed..bd082b92653 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter1.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj index 18e2e8537de..8e10cffff58 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter2.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj index 50674d75026..89ccc762cbb 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwinfinallyintryfilter3.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj index 051ef006053..b345254719a 100644 --- a/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/eh/basics/throwisfirstinstruction.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj index 09004812c81..6e03e2ec7f3 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/148343.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FDB5082B-284C-47B5-BA9E-D3BA3827E77E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.csproj index fc0ec7191f9..3bde6b36b69 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/9_and_alloca2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E76172C3-533E-45BD-BCA3-AACDC1582253} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj index 8ff605d5044..ba23a23c471 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/9param.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EA83A9C9-5175-4748-A2EA-657F1062417D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj index c31f56333f8..2af3d9d274f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/alloca3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0D32389E-EAF9-46DF-A22A-5ED50D938CA5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj index c2f9bdef5d0..a59fa59d7a0 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/eh1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A99284A9-472A-4267-9703-E2022CD1BCFC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj index cd7113ddbb8..62d0e0258e1 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {10227F6C-14EE-4B2D-BCCB-51186C1FA17B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj index 62ae377ae51..01d5eecf4b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/fgtest2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B91FAC94-A870-4DA5-9884-3CBE91619028} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj index 7ab17cc627e..ff6966a0fb9 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/funclet.csproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A323618C-1BE2-4C13-835C-357550C2045B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.csproj index 0b286ccb96e..0721b947ce1 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/gc-pinned-code-motion.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {30E7FF89-D9FB-494E-B15A-D4586B0843A9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj index cd90cd3fbf4..d8118e5f99d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/gcparaminreg.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7E9B09A2-41D8-4D4C-B0AA-D11DE27F915D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.csproj index 84f80c4d934..66bddac3208 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EF719996-B2BD-4E12-A8F5-119DD1172311} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.csproj index 0a0c675861b..f22448b7ad8 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/ret_struct_test4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {78A4C6DB-7DC3-4CF6-ABDE-9D0E902A439F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj index fdf7fbb432c..3dde3511bfd 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/simple1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9341C58E-FAAC-464F-AB5D-A736111F7A98} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj index 5637383e77f..e2b31f59050 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {784679B0-F680-4223-9D03-5B091BC9F366} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.csproj index 7fa859919f2..6c73cc5c8df 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DB658675-5C6C-4E6E-AA34-4C615AE3E67B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.csproj index 31a5519ee29..b8d906581e6 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6993E572-EAC0-4871-BAD1-95761C88454A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.csproj index 85f458d5001..b53f1801a38 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct1_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {91360442-D3C0-4D74-9118-9FF487FDE584} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj index fc1e60c75d7..6675ce9fe66 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {947AFD46-4826-4369-AC2C-32D034C1A132} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.csproj index 5fa1a506bd6..e2e5beefdfb 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {953F0002-60DE-4DA0-B5FA-09A5CCB5A84A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.csproj index e0c64e98815..d12c8c08028 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {69B7D820-0D96-4E27-B1D3-D24BCE90D971} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.csproj index 194719970c3..cc1adf143f7 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C9FC348E-6C32-4EE4-88CA-CBA4B07E03A8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.csproj index daf4d1f26c8..62c34143845 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct2_5_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E99CF244-F83B-4ABF-9E34-3B0AD4952FD7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj index 09f9a53c415..b7e78666697 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CFD6FBC3-0829-4816-A109-DF17642EC807} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.csproj index e787deb9a48..200829879f8 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7168FCA0-FB92-4DFF-B707-D3AAA31A3C1D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.csproj index ada644bf0be..3ed4ffce8d0 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5F47EAB6-5AE5-4984-8952-1469F57C1DB2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.csproj index 4a909b999f3..1b022844d42 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct3_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A7A97E1B-E121-4C7A-B036-F4FE64DE19D5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj index 30cb52b5cf6..c90655abf1a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {59D2FB73-8919-47E8-8D2F-39FC895542A1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.csproj index 8a5d684300b..ddfb54af990 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D9C051F7-4FBB-4190-9757-5C01ABF0B689} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.csproj index 3626e7d937a..bf7a844ea28 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {83F3CA73-8D90-46CB-BFCC-8EBF03D05E7D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.csproj index 631f28d8d26..15ecf7b8f12 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct4_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {183E5583-F710-4471-8D5F-82E8870070B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj index df2e1be1340..350c721adc9 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C2F9938D-F3B4-4876-B2B4-17A1D2979776} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.csproj index ac8bfeef3bd..d308a85cb3b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3B98CEA1-5C18-4D5E-AB3D-E8016AA09FEF} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.csproj index 638bf52e24f..a720b0a5fd0 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E27E6C51-D863-4A37-B4B5-1FA702801182} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.csproj index 8f294f75610..3b358973919 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct5_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {687B9C6A-54F5-4F7E-9377-E112DB221FD4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj index b37d7fdac6b..508492fba11 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {70C9B60F-3625-4FFA-BF45-3A09FE44E07C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.csproj index cf03e1c804d..b3b90a27ec8 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D560DC48-96BE-44B4-9888-B4E03E1B3765} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.csproj index f41ebc9bf8e..5204f5f0145 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_4.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0E65AFBB-462D-439C-963E-2C2956FA144D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.csproj index 3b11dbbee63..37847b2965d 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct6_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E7DBA180-50EE-4C35-993D-EE1F99A699B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.csproj index 0c22353a219..2c9dd53b2c5 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct7_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8125B28C-071B-4CD2-A50D-DA215AA389F3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj index fe5792f5516..4d3175c0099 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct8.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {08D9EA87-1D05-44C7-8C0A-8FBB46BCF36D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj index b868e4c39d6..37752dc1665 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7BBC4D50-60B0-428F-83E1-AC59E40B69A9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.csproj index 7d1c3dc6f09..e0d402fb7d3 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/struct9_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E565FDC8-B44F-428F-BA6D-CDBC0D4F97B7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.csproj index 2ce464b153c..d6d526cc51a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7228D6BE-7DCC-4835-9440-06B60BAF11D4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.csproj index 4764288413f..88a2d71a9b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4B6F9370-A846-4AC7-87DD-B063026CFE18} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.csproj index 8fbf948a54a..6b3050c99bb 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8846FE32-F9C4-422A-9CB3-5182BD5D499B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.csproj index 0e0ab5a7ca4..1c39d583557 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1BFFB516-D072-4CB5-BDB0-6C9F119F35E4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.csproj index 02fe2269952..95ae957f0a4 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0979655B-4819-4FE5-8EAD-FF13BE1B1F3A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.csproj index 166f7a36937..986a10a489c 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp1_6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5D602420-536C-4E83-8BA8-1AC79C8D8F57} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.csproj index dfb0c173186..8f4e07a3698 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ADD31611-45AF-4C2C-B6A7-6CEEC385ECF4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.csproj index 1a18aa4e7c2..96018315b9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {553D2B2B-5049-4023-91AD-3CDC21ABFD1C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.csproj index 54b8aab763e..1ba27a8d3f2 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8D3B11D0-8C4F-4447-96E6-F22C0494CF15} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.csproj index 70f058ccac1..0e7a74619c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp2_4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3BFD0851-EA70-4828-BBA2-0468285214E3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.csproj index 7350d3b062a..3d648f95e3a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp3_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E91063A5-23D5-4C45-A7F8-89C3407973AD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.csproj index 580dd9c9167..79878567f72 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp4_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A19ECD1-B77D-4FEA-BDD9-4BA3B7CA409D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.csproj index f47284b25d6..04967e2be84 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp5_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4E02BA7E-68FE-4E39-998B-27AE540E3702} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.csproj index 754ed6c7c27..ee673302dd9 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfp6_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {99EFDA6E-620E-42D7-8AA9-E9A892391F71} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.csproj index 8f08848f01d..bf35da56452 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh5_1.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A3C88E81-EA3B-4A65-80F6-C0C3C9B1A2A6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.csproj index aa8bc22ea52..08ca92f95fb 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structfpseh6_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {917074AE-08B3-47F1-BC55-B1AB689F63F6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.csproj index 4be6655947b..d93203aadc3 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structref1_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {588350A8-F5D4-4ECE-8EB7-C3B0854D8284} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.csproj index 06cf32f6932..b23f936d2ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8D34364F-BED7-4826-A45A-36E02B779647} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.csproj index 4cc7f25e747..9cae3616116 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {079BF300-6D67-4B3F-8415-112D4A8A6DE1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.csproj index 2fabc791ada..54b9dae2b9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret1_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D4A066AF-0A8C-4659-8964-361D312DD81F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.csproj index 750457ac93a..f0b12213abe 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {26E230D2-968F-4D0B-BF5D-0A6E6FE8A2E9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.csproj index 5c93c72fd5b..352c02bbccb 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5C18C7D3-B459-4E6B-AD0A-87AF8D68F497} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.csproj index a554c21f5f0..238ae703697 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret2_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {642CDD80-28F0-409A-84E0-0DDF40EFF966} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.csproj index 07407495932..05fc0ed0b08 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {31C5A706-165F-4028-A12B-24C81E821447} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.csproj index 02f948bf8d0..8a5d938042e 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {84B4AD9B-F3F3-4769-99BE-96BFCCEA447F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.csproj index dabf37e71ba..89017af4846 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret3_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8CE12894-BD33-4011-81E5-7986AC1B7AE4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.csproj index 214ea38725c..39327b208c2 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B96F0BAB-7B39-4757-8775-E04452A4C740} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.csproj index 0301b712a25..ea4a48bdac4 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CD9BF7A2-8952-486E-A014-9C0F848E8306} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.csproj index c0455820610..5236ce565de 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret4_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D8EAF760-1723-4827-A05A-D25452438C4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.csproj index cfc862939ac..77822c69002 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5C18D93E-1A66-46E0-959B-DB56F0F58C5B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.csproj index 1744542f6bb..9d6a2594353 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C5B880B8-5F56-4167-B4F3-6D8242E32C34} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.csproj index 493d0a3ec99..a5aee9cce7c 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret5_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EA520D46-7FC9-4657-AAA3-8C0EAE99E365} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.csproj index 5040f9ff3e3..497a2b0455a 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {235A4D64-B91A-4DC7-B6B8-3BE1E07E230F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.csproj index b5da2a241c5..dc651c9614b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6351A54D-4AF0-4FEF-82BC-39A1B91860EE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.csproj index 9c129417efc..e18ee089dc2 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structret6_3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EBB87DB8-2F0C-4EC1-8ADB-FDC030F01BB7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.csproj index 2c67f62268d..5a8fdb12890 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/structva1_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {789D91DC-38AC-4293-8FF3-A351CBEEA98B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj index 8c4538b962e..4162a7e21db 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {FBEFF26E-E543-44EB-97DB-A35D529AF001} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj index 204a888ca8f..f3eeaac4f4b 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3DEC45F3-89A5-4F8B-9013-01A5E65B6F2B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj index b27678a2555..aa1c6b56faf 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F4446508-D1BB-49B2-AA86-DEAD87A7D00C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.csproj index d9f8945a7e7..03ce50cdbb4 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/test_noalloca.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {596F4D3B-4673-481F-9B3B-63AD94467F0E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj b/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj index 5b5001bc527..636f3e325e9 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/misc/vbil.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {668CC077-E27C-4BCA-BFDC-7665BDF3A414} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.csproj b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.csproj index 99434f8ac44..f3d9c93f5c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/143837.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E0742648-250D-44E9-9240-315BF341E2E2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.csproj b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.csproj index ab5a5036148..3fb87bd0e73 100644 --- a/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.csproj +++ b/src/coreclr/tests/src/JIT/jit64/gc/regress/vswhidbey/339415.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CED9FC4A-BD8C-4EF2-8A64-4BCAC3ABF4CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.csproj index 6f25f3dc2e1..2d2a04f22db 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/common.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj index b6ed6d18f61..6475b0a6b97 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_common.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);NESTED_HFA;FLOAT32 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj index 43f47843237..28e58a9058a 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_interop_cpp.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);NESTED_HFA;FLOAT32;NATIVE_CPP - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj index 670081fd1cf..466bb17932e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f32_managed.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);NESTED_HFA;FLOAT32 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj index a9d5aaa0ac6..ef3001098f7 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_common.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);NESTED_HFA;FLOAT64 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj index 14cbd77dfa0..5964ea985cd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_interop_cpp.csproj @@ -1,43 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);NESTED_HFA;FLOAT64;NATIVE_CPP - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj index 51eb28fce3d..60780a69f39 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_nested_f64_managed.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);NESTED_HFA;FLOAT64 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj index 2cd1759541f..1709334f789 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_common.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);SIMPLE_HFA;FLOAT32 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj index c21845e6227..631a85418c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_interop_cpp.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);SIMPLE_HFA;FLOAT32;NATIVE_CPP - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj index 37169c015cc..ada3ac3fcc5 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f32_managed.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);SIMPLE_HFA;FLOAT32 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj index be643dbd351..75341c0ac4d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_common.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);SIMPLE_HFA;FLOAT64 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj index f9b22c96450..809cd2cc2b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_interop_cpp.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);SIMPLE_HFA;FLOAT64;NATIVE_CPP - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj index 408d97e704d..f7b1bb3c893 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/dll/hfa_simple_f64_managed.csproj @@ -1,42 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + $(DefineConstants);SIMPLE_HFA;FLOAT64 - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj index 6be1abe96c0..5264c6e5e84 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj index 8cbcd5373b1..34a8f2daed1 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj index 15cb191c2ec..48e30de1120 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj index 5f163eaa19a..7e96894620c 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj index f991350f72c..eff582c2020 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj index afa6ad276e4..af65de26435 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj index e02d0396bd6..0baa2be79cf 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj index bbc59272a66..963736e69dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj index f346cd0cf25..601302a4c51 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj index 2e90ca24520..56d8a6cddd7 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj index 0397057d28c..bce0d268764 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj index 276ebde673e..fc6e40575fc 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj index 6dc2a5768d0..9f2bec169af 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj index d11742ae6a5..b2cc739f616 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj index 3ea36211f27..f0753a779d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj index 94d39d4426a..49af9dd4d87 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj index 976a0db5237..c9a1e9e0840 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj index 921c244dca7..90e1295d811 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj index 7445393a5df..5c573d3217c 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj index a8e06e4191a..114559372c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj index a9390e746c0..0e5fcaee4ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj index df9025c5d1b..562e29165e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj index 4a4ef5db669..0cfe587565e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj index 4fa0e879874..b395fa23cd3 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_d.csproj index e163a7dc5aa..416d657ba5a 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj index bb5c1b56f2f..f239ef4c3dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd0B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_d.csproj index dc5cf018b06..a0e685945bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj index e6749a6fa08..35ae9975eec 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nd2B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_d.csproj index e566acf35e7..f2f4d813ffe 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj index 93e8d6405bf..1849a24c10e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf0B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_d.csproj index 1e70c5169b0..c2b4bbbc9a2 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj index 8cb8ac98b37..df709edfb7c 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_nf2B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_d.csproj index b8dae3f211c..221295e63ac 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj index 5510f0e94f2..e33a3ce66fa 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd0B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_d.csproj index cb27ed255e3..c64a2f9aff2 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj index 92e94e3ccf3..902214e0318 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sd2B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_d.csproj index c9f39a4c6fe..4a5d1842904 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj index 79179184df2..23224166afe 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf0B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_d.csproj index 7a5a65f1304..c5c1de41afd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_d.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj index f2f201b0490..f52dd89543a 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testB/hfa_sf2B_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - - + - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj index 7611207318e..7122d772bab 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj index bc9e45a8cf3..0ce5409c89d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj index 437fa8b6d3f..2f9269273c2 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj index f9c1c0013af..aa244f0e912 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj index 76a7bceab44..cf75cd38ffc 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj index 6abce3bfd53..4d1d7005690 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj index 466721662b8..69a6c4957e2 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj index 7311e43d781..e68427055aa 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj index b9f34286545..ce920235da1 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj index c17240b0f2b..96a59bf7a96 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj index dd56e2b078b..d51d1b0da3d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj index eb3e3ac6c3a..ceb3f54c17d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj index 6eac9ecdc79..9cce23d577c 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj index 7e961bddb67..cea72c84164 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj index eb88759bf84..d6d6c1c97fa 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj index 2700d5a8a32..151db2f874f 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj index a19baf4677a..91765e81240 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj index b13a616f73f..33c21f63296 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj index 077334f4acd..a087805d588 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj index d1218c0345d..eb788ce34f3 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj index f743e477bb7..c8dc0ab7bd0 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj index 3f18eb99b69..0acae9f16d7 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj index 62aeda2cbe1..b0f5c9d7996 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj index e9cf14281d1..81c75172a7f 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj index 5fb9c0eb3a6..a6dd8e2627e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj index 28e4f7ae790..1af57a53f2a 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj index 00d3c482177..231aa20a6ba 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj index a69ac4d7d83..36ebe7a0039 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj index 74fb37eefe5..6b41b71db30 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj index e3d98f72b31..ef24aa904a1 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj index 950d1a49407..14e4d3418db 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj index 610e1ef7715..1f9b24ebdb1 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj index d8c3c3fb24c..0b9223e42dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj index 94f909fc3ea..85590623d5e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj index 4a2253831b8..75ae279fd9b 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj index 3fc3854e399..99cf495e402 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj index d36a75a0f63..da22a847222 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj index 1ebd381bbce..fc7d7ba80dc 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj index 8af7e707a46..765df53b95e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj index a2999ce2fe6..4258d72093e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj index 34b152bf7dc..c8ca194eb3a 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj index c47d2d0ed3b..8ade2876aae 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj index e342f8c123e..cb42642a88c 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj index 22d3a9bcf20..1f33aec3277 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj index 294d97e340a..7e2072ce8dc 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj index 5854b1b25a5..fa4ca5ee19e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj index 7b24069147f..7cbd75fb2c8 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj index 6e0fa708b1c..d5389e72be5 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj index 1007f353e67..0b9b994897d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj index d5ca53eb1fd..de45d12732e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj index 3daf5751805..46b52148b03 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj index bcd82301517..3662bdd2a0e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj index 46bc8c28a00..c2568a84ebc 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj index 6e2a4e27d25..16d00884179 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj index f93ab0d389e..5fd34b422ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj index 891bd51c0dc..fad35e85ee4 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj index fb456d48fa3..f62c9e6b22e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj index 00238fb6e0a..014795e0156 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj index 032f9a44f49..da8775f28ac 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj index 0d802ee4243..39bd70af78d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj index deccd37a1f7..4cb5d245260 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj index 03e062f22d3..6a5790867ac 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj index 6c36c371ce0..91b9aa42033 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj index c6bc1d66ee6..7c1cba9e7bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj index a78bb802093..6582fded219 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj index 5b998bd67ce..79b01a41d20 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj index 2b54d00bd62..deb4a1dc741 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj index e9b386889f3..8593570b7bb 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj index b4ea067a095..1acae6b32a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full @@ -34,9 +17,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj index 05ee29ac77c..d62b5206d93 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -33,9 +16,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj index 0e3c3d895d9..11e5d5dd6de 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - full False @@ -27,15 +10,10 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj index 57a5305595d..53f256bc9b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_r.csproj @@ -1,40 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj index 67b93a2b7b9..ac2fc7a72a6 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj index 6d1f3cddc3b..16ec69eb77e 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_large.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj index 6218772a0ae..f24c34e93a8 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call03_small.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj index eadadfd97f2..8bf82856c0f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_dynamic.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj index fbfb8b5150b..e5c380baa93 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_large.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj index b5f7e2958f6..10f4211abad 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call04_small.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj index bd43c04cdb7..1d325a72f81 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_dynamic.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj index 5a0c7cc5655..01adc4f1118 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_large.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj index 0d53955fd88..d5b22a1c1ed 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call05_small.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj index 9ea98a1e383..1f753c348e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj index 338652f8d2f..665240fc4a1 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_large.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj index 1dd0151ba79..41c64100e45 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call06_small.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj index e499f1bffe3..ffa393dcfdb 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj index af68dac3531..df7dca6f570 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/call/call07_small.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj index 00b2c656bdb..a6cbfe34d42 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/common/common.ilproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly false - - - - - - - - False - - - + - - - - + - - - diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj index f3ef306912e..f8186bc4f95 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj index b64bae9777b..c0e9239e628 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj index d809e1b2ed0..dab67b41e80 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj index 283a0e18ab4..40a2f5cc58b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj index 8905a35d7ba..c9e91cfac05 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj index 33ceac4529b..ad14f87a960 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj index 9bc5336e7d9..c999924c094 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_dynamic.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj index 32786d4dbf9..72938c45d0e 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_large.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj index 561a175c15a..9fbdc495b3f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh03_small.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj index 05a02ec9bcc..dee4da18f7d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj index 2a7c07662ae..129e5a37355 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_large.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj index 596487be9e8..08dfeef56ab 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh04_small.ilproj @@ -1,37 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_dynamic.csproj index bf1543911cc..cc21b69a798 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_large.csproj index 13d1a3ec2e5..fd7a287fe2d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_small.csproj index eed8694eda3..dfad03f12ca 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj index 01942fa791a..63977143503 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_dynamic.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj index bc2213065a1..e4ec69f04f9 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_large.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj index e69fcf9ad2e..6d6f20397be 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh05_small.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj index 9f1bbd1c050..ef17d05a0a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_dynamic.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj index c0d83df0c33..7c417269ce9 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_large.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj index 64b149c6399..6bb57d9656a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh06_small.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj index bad0e14e753..6dc3bcc32d8 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_dynamic.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj index ba46206070f..83c08fabbbf 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_large.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj index 139b320277d..13417b854d8 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh07_small.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj index c8b99216fab..5736cd7f76b 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_dynamic.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj index 24ca0806a87..f463f860f0a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_large.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj index 5fbe495a0d7..17f23c274c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh08_small.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj index 1353e352417..20bf3d70941 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj index 1353e352417..20bf3d70941 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj index 1353e352417..20bf3d70941 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj index 82c5121e28d..8bf4ea68e43 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_dynamic.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj index 2837315ace8..77247ceb83a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_large.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj index 0eb16ad08af..1f91686edc0 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh11_small.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj index f226347dc12..5edb5407074 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_dynamic.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj index 9126f2ef3f7..b80f92c1f18 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_large.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj index bba59d9cf92..b15b1d0a81a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh12_small.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj index 71c17490898..7da52df043f 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_dynamic.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj index b0790533e17..15f00f40ecf 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_large.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj index 35837176105..5f94131c44d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh13_small.ilproj @@ -1,40 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj index d5b7cb1d201..a243944af5a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj index 62ee79557d2..07ea7c92d90 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj index 22e409f7fe2..e73324071db 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj index ca8ab476606..f69d22929e2 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj index de8d0def8cf..58080efb917 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj index 1c4cf395fce..d24ff6856d9 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj index fe217414e0d..3fb9d25c3c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj index 0a7c29fb90b..b66f9f8a472 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj index 43d229abb06..cf92f2aece4 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj index b815e46b081..4162e1394ae 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj index c494065ff46..0dc644cde0d 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_large.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj index e4bda1f3232..ec3e015c485 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind04_small.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj index 4fe1c1be1ef..c905cff5f4a 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj index cc6413186f8..ada6e192e12 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_large.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj index 12143ca5ebb..a8888fb827c 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind05_small.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj index ad221b77807..3074a76fafe 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_dynamic.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj index a8cb4ec00c8..a94086f943e 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_large.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj index 3017fefa980..960e103ba42 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind06_small.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj index fc9f2808290..675a7c4acd5 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_dynamic.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj index 1182f98c349..5274b323482 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_large.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj index 014796d8cb9..4f7aeae4bac 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/verify/verify01_small.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj index 0f82865f1db..c0732dcb467 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroInit01_small.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.ilproj b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.ilproj index 67917b31803..4ba1866144c 100644 --- a/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/localloc/zeroinit/zeroinit01_large.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj index e373ee5c737..c07c5575e56 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i00.ilproj @@ -1,39 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj index b5f25d3ea54..1ca7041c23f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i01.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj index 4102fed9410..937ef125c7b 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i02.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj index a65947da67c..107d22cb945 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i03.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj index 978de3f1d5e..b2d4a93ab30 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i04.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj index 7b530a7f835..1d15bf45038 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i05.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj index 8b0ef2d52e1..4338077560f 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i06.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj index 690142ba7d2..1be0ace645c 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i07.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj index 25bea03b87d..fbbd68b2c63 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i10.ilproj @@ -1,42 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj index 5dcceb9bddc..c684c5935ba 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i11.ilproj @@ -1,42 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj index 4316738eb2a..b992347cf07 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i12.ilproj @@ -1,42 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj index 77d1a18dbf2..d5771cdeb98 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i13.ilproj @@ -1,42 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj index 9442042af38..ea38cc51467 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i14.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj index c5787367306..9036e9d5bfe 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i15.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj index 0df7c51e967..fbae52ebce4 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i16.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj index 3db24063c69..724e274aab3 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i17.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj index 1636d099def..da15cbc6675 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i30.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj index ac2a4765169..f5348e10975 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i31.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj index 56ef1e2fd93..3d10c5f6ef9 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i32.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj index 91d4833c592..1c0f9eb0290 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i33.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj index 45e4d7df1cd..f75bce450d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i34.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj index 166c08f503c..e5801a588af 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i35.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj index 577da7279bd..8be5bfab203 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i36.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj index aa41c4355f9..c13373438af 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i37.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj index 5936a1ac839..7e2e2608f4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i50.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj index b604120d108..9a3eb60e899 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i51.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj index 63f1df7c785..8423ce7b1c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i52.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj index 6e69083db56..ae25867a868 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i53.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj index 07842714399..422afb576ee 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i54.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj index a125e6ed99c..87646086eae 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i55.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj index 3f3ed3737ab..c92b6a54cd2 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i56.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj index a12a1f14abe..9a792af0990 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i57.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj index 5e130a3c1e3..3a5b45af52d 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i60.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj index 16e1e56580d..c5e8de1c1bd 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i61.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj index 2669a5ceb97..5bb43d1cfbd 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i62.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj index a9cbbce326d..bf4c4933a4d 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i63.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj index 79b555f2dbb..843ba90ee96 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i64.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj index 771aca90ecb..4e04d2a1596 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i65.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj index 9de92883ab5..69044ca4b5a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i66.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj index 5c9f301b7ff..6fb5433a3b0 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i67.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj index 28c3d2cafeb..9a2f1582e41 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i70.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj index 1bb6ab6c520..b52d75feb8a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i71.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj index f7cc5d38062..ed4ce646b25 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i72.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj index 2a4a4c367e0..43a09fdfe50 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i73.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj index abe6c535f02..4274e80d83b 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i74.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj index 021eca2caca..c2f8d0fb743 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i75.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj index ca9ca928904..f12d08a57c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i76.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj index 0be1d28c5c9..eca8e4c51b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i77.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj index d675576b8d1..64f52f92051 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i80.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj index a63de2312cf..06ef64bb5b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i81.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj index 0d10d0bb6c5..31e57812658 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i82.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj index b78d4378767..d6e5658895a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i83.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj index ae0e47d158c..00f6545b6c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i84.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj index 94898c19d70..d480196c78a 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i85.ilproj @@ -1,43 +1,19 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj index 5096492b0f2..8b2fe7982b8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i86.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj index b42ba9fcea3..e0df5fb3da8 100644 --- a/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/mcc/interop/mcc_i87.ilproj @@ -1,42 +1,18 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_d.csproj index 755d18d4166..e3db86c8114 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3ED661B5-319B-48F4-9967-0CBABE8EBE73} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_do.csproj index 0543417b7c8..f2d7992f3c8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {865955A1-6602-4193-8987-345C4EF8356A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_r.csproj index 15e88eeac94..6fdce82e062 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B228E862-A53D-4F11-BCD6-D8D272F0C66C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_ro.csproj index 14d27260a0c..6eff81efdee 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAA_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6B7E70E6-EF12-44B8-B9A4-6BED566A2F8D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_d.csproj index 5f9e830fa41..c7c18210413 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {63E99969-750E-464D-899E-6EEE9EA67F9A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_do.csproj index cc273b2c219..ba1d5f8a909 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BE135661-BB2B-45D4-824E-29C5F824C046} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_r.csproj index 29f089f2aac..0d50932eebb 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A4D62CDE-4698-44AD-AD64-3DBF9332C254} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_ro.csproj index 6325fedea12..1d35ba32864 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseAAC_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EA7AD6C6-064B-4DB3-9F90-109ACFAF4C84} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_d.csproj index c7a76ea57b0..efef8d65954 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED45850C-314D-4C54-AEDE-BAF0BAB35C11} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_do.csproj index 481beb4877d..5e98d40f7e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {25259293-8AB2-41F9-A85A-287B67A92F47} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_r.csproj index 2fb2490d0c2..046882e4c36 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {80432680-467C-44B5-B7F1-93AC39D576E5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_ro.csproj index 57d3ca98af4..61ed4394024 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACA_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {32092B1E-6593-44B9-97E6-5EAED24DA728} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_d.csproj index 68eebf8c1de..c951c9c10e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {243B71CD-1777-47D9-9FBA-1600979C9CAD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_do.csproj index 917e24bea4f..b241e6e5e8c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {377E5E65-3EBB-40BE-9AF2-1EFABF501F77} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_r.csproj index 77e9849edcd..beab82f5d6c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DB27E434-7BF3-40DC-8EE8-45E221D021B6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_ro.csproj index c3d838267a7..51702ac08b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/CGRecurse/CGRecurseACC_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {518679EE-E7BD-4C43-A1AA-49EC99884AB5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj index 70d1d3a8827..7c2ebaf89b8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_d.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {577F22AF-E8A2-4F30-B334-52C472E00218} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - Full False @@ -32,10 +12,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_do.csproj index ce98dfff9b1..b88e7165063 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7B9B9A61-B8D4-40BE-B129-CAE29DA7DBE9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj index 6cd2711016f..3ee4e797585 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_r.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AE1875D5-E1FF-4B62-AC11-6D240E08EF4F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - None False @@ -32,10 +12,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_ro.csproj index bc06373f4dd..0d1fb8bdbb8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress1_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {574638AF-F419-4A9C-AB48-C2E4E4FA871E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_d.csproj index b1ebbcc4ad4..b6783d0b97c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7D460199-5067-44D8-AF25-63FC56C328CD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_do.csproj index 6064ce58b61..d9eac35e268 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EC1E4B63-F569-4AED-951E-6AD70E068837} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_r.csproj index 88ffd20ca8f..bda87951344 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7819D99D-5521-41F5-B6E0-002C176B64D1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_ro.csproj index fb046e73c7f..8dbcaec1fa5 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress2_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2109EB2F-0679-47CB-90DC-4C1D3DB4D4FE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_d.csproj index 97afe6aa1d2..cacfa5d25b6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8B7C722A-3E7E-476A-A6EB-3A33E0D7B8F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_do.csproj index 5af932cdbaf..d7efa478c8b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1B939809-FCC2-45FE-A420-F39FA207713C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_r.csproj index 3e69c214815..30a5efd78ab 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D3EF87D0-AA9F-4E5B-AAF3-EEE3E920E25B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_ro.csproj index 4c186b9be32..8c30d2a5e77 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/cgstress/CgStress3_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {415E8598-01F0-484D-9B87-A9DB65DFACF8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_dbg.ilproj index 1d3626126e0..092d5d2c041 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_impl.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_impl.ilproj index 8fd2d217190..49ebe7f03e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_impl.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_impl.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Impl True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_opt.ilproj index c283b1fb608..c9e22abc124 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj index e17681eacb1..c9e22abc124 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/jmp_ret.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj index 1e0179957b4..fd5f854ed6f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_impl.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_impl.ilproj index 40ca2b18a16..28148897846 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_impl.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_impl.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Impl True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_opt.ilproj index 5fa4f88bbce..6a8e3c9ec50 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj index 157864cf2e7..6a8e3c9ec50 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cg/il/ldftn_ret.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.ilproj index 4b2aa755e41..8b053b21c95 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_844071.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.ilproj index ab6a61e97e3..6ba0eadb30c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/Dev10_884217_IL.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj index 2ab9b7d27ce..8977e8bb235 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj index c6c567ab10b..570036a1535 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj index 314c3c78311..e595f9256f6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj index e9ca8674016..6e001fdbd22 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj index 9a208faefb7..7c9a13cf569 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop002.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj index 43d9e47b3c0..125a2587b15 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cprop/implicitDownConv.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj index 23bf8eba466..5fa3b14fea8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BEA92187-D3E8-48FC-B4A7-D0FEF7E2C1E8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -29,9 +12,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj index db64af4ad51..0301ab2a997 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeArray1.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2D062909-B106-4120-9C31-8D32F2394798} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - Full False @@ -29,10 +10,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj index 3902734c60b..4457c6382af 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField1.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B21C4E34-7743-4381-9B4C-99627BA8F9C6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj index da3fba0835e..7b65b5d95c1 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/HugeField2.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {0212B91B-4135-400F-BF6D-93809909496A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full False @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj index 7fca3ab1a8d..6415cf5aad7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BF5C70EC-5E7E-443F-BB66-2DA2BC7FAAB2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj index f5f64b09cf9..95ab541254c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CCD0AB75-D346-403E-A6B2-3679C980B66A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj index d12d8d59c9c..a77f7914b10 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3F72CAA0-BFC4-432F-9882-0E7B9A8899F3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj index b3120e29eb7..b41c67b6df7 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {83011DC7-382E-4573-BA09-10DFC377BA80} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj index 03c353703b8..5482d2b9e2a 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4A9D343C-6CD5-428E-BE71-F6532244A629} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj index f6ad8f86b15..6cef72560d9 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {511EDC7B-13C5-40AD-AD87-A99272CAE138} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj index 4ee0d957013..2f2a195e5ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {08FBD8EC-642B-4283-987D-3544FFF55A65} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj index d2a88dcb91c..7c28f80b6a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3D4497F0-44E9-4DD3-9ED4-BF81FA76142F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj index 58098858af0..5bb4513c03b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C87C2962-EA62-4535-9DB2-77420B6D3BE7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj index fbe8402023c..0aef3a35246 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {184EB631-F61D-410D-8AF1-B8AE431A5AB1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj index b32b7f3ea41..3b12db01f66 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {74AE0CEB-D09C-470C-899D-7A4D9FF3B323} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r.csproj index 5072997efbc..6a6a261b94d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2683C3CA-8B4D-4302-AF5A-D5E474F9C29B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj index 7b1b431d8df..bdeb4c9c673 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1BE2429D-2C90-427D-9FA9-1102B41603BB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj index 937031c067e..cd324518f89 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9FAE0763-0333-461C-A412-4F19A04F3D02} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj index a6d5f87c8e0..afc6c04853f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C4242908-520F-4448-B010-67B9A70FECC1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj index f75baaedb6d..237fd4cb18b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EC6E2B2D-93BE-47A4-92A6-47158993402D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj index b98d0d463af..8357258a757 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldExprUnchecked1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {ED46394E-7DE4-49B7-A92B-B9BA54132245} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj index cce530a1974..a56802ac007 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F0311035-7E69-4386-8D0B-66884FAFA924} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.csproj index 3baae0c7958..01c0aa90bfe 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr1_1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2431682E-15D7-475D-AB18-45D7CC316A22} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj index 6ab9a6da24e..474a54ef899 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/fieldexpr2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1D2795A7-3FED-4199-91D7-4EBBC9A8773D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj index 0784ebdd299..2cfc82fa115 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj @@ -1,29 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {53D80023-9448-44F4-875D-575C04FF8404} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true - - - - - - - - False - - Full True @@ -31,10 +11,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj index 0d9b48ec9de..542bac8936a 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {58D9A09C-9D65-48D0-A13F-7FA0BB22838E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - Full True @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj index 133ad39c84e..2f390399c9c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EAE31C83-CDA9-492C-BA36-157FEF6FA0F9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r.csproj index 8f177c04567..f81b50cf0d0 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5A2A29BF-A5C2-4DB1-B905-234047CC0F62} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj index e389fc2df34..65348a72361 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {089FC866-7DF2-41A0-8094-8A524C4FC713} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj index 171f8c63ae3..ff21154459c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {30A68F83-6397-4D9E-A9AC-04F9F0C7B6CE} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj index 1950c89e45b..4e55c4c1d74 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6E0F6229-1D3B-4719-B782-3DB5C0C792B8} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj index 0b47db1deb1..db40a51c8e6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E1771D57-4628-444F-B838-8F12E6012BA5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj index 3921e809fef..447b95aff54 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CB1DD25E-6C1B-4BAF-966B-8DD21EA72E74} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.csproj index 789762c84a4..9f111840118 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/pointerexpr1_1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B5EB8015-3E35-434C-8ACB-0DC8948A3187} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj index a79b822cc24..be282365d32 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CF2715F0-25EC-4F5B-AE4B-1F9DA314D880} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.csproj index 9c14997e826..206298c4e41 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr1_1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6C323F5A-B563-4F00-8311-1F3A3989CC4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj index 54cc86cd0cb..0adf16d3dae 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr2.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95327237-D435-434B-AE93-5C30115C7663} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj index 69ebd4cb823..6a8d81e486f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr3.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4996DF71-4E47-49C5-9857-F0942487F4B3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj index 9af66894e9e..c78ae3b9a57 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E0C3F30B-3B05-4390-A7CE-C70432E26861} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r.csproj index 1f8929f017d..b4e75f4743b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1CE03C7A-601A-4AD8-B1DC-37F6AD36B861} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj index b65b298d013..6d1c6393455 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B71D58CC-93B5-471A-8F74-0E30F6DCE3D1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj index a405a717cbc..3df2a17796d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {10E406E9-75CF-4A3D-B448-ED9E02EBA7D3} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj index 500a1c93848..081cd34d3de 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {6FE98154-4239-4D39-A665-9D7EFD4961BB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj index 3bdfe3f5ec0..d51ea9df170 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9F603CE5-AED2-40FD-8034-D7FF005DA40E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.csproj index 80e413bb125..2b6e242648c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_1.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {934DF959-89A7-4AD1-B2E7-68DE53A3305F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj index 094e32aa6ab..34cccc99eaa 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5DF9C78F-2147-439B-A9A1-485662343D02} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r.csproj index 89ac94386e6..1f9b6ed3e5f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DCFBA03F-4498-4E6E-B389-820E87341927} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj index a0922f5aeb9..e7ddb200f63 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E6003279-D6B5-4E63-9237-244D96C5E1D1} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj index ff2a6555cf1..ba232dfc266 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {AF2C7178-EB18-4F5F-9C03-CBCF931C32C5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj index 123e6463621..ea1233b3a2b 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {415582ED-14CB-41F9-891B-07F0E1AFE02A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj index 8660c67e3c9..221c2f34d14 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5DA3DA67-3157-46FB-82FA-74DCC51C298E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj index 758f6391fb0..4eaad2958ad 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {70617D82-107B-4AB4-A336-3B729B9B62B4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r.csproj index 1ac49947f3f..7e23016580e 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {13792ECB-CE27-4C83-8DEC-92D5EFB11A2D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj index 14d344bfa49..312e3937d55 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {F3F1AA7A-CBBB-4293-9F03-E047A2CB1439} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj index 682449e3f73..8586ee5016c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E136E2BC-AD99-48C2-801C-0396F29391CC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj index 63fbb3d2014..bad0ab46676 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {29C0EC2A-D599-43CA-84D9-C8C95C72136D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj index 258a31de4b1..9a2dfdcbaeb 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {73AA459B-430A-4296-9AAA-62E62615F28D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj index 47d8f70c79a..741a8953c46 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilefield.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {92127EE1-C096-4417-9A2E-94C34053A379} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj index 1ca6c48184f..6951062bd56 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/volatilestaticfield.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3A0259CC-C707-4A88-802C-36AB169E56FD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_d.csproj b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_d.csproj index 6a37474e2a8..1ea89e99f67 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_d.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {4D4D9073-CC9D-49E2-90C5-B3F8E0EFA7E7} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_do.csproj b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_do.csproj index 5bfd93caf2f..aae8e46a223 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_do.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3AB2ED60-231C-4C23-820F-43B89362AB37} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_r.csproj b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_r.csproj index d2251e996a1..be2d92abea2 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_r.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_r.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {835C8533-31E5-46BD-9328-7C13BCBDFA3B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_ro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_ro.csproj index 828fdee6806..c5d3ea4dfe4 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_ro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/caninline_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5FABFBE1-CB4F-4347-9869-E8F831DD5BD6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj index d6a555cf86e..f4dc3fd7b66 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/inl/inl001.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj index eea4da2003f..65f611c86e4 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_001.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.csproj b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.csproj index 610fb188d9e..49d2ebe9e9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/lim/lim_002.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D57D7CFC-1AD8-44FB-A234-78C6126C5894} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj index feb1bbd2c39..2bc1061e5be 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_01.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.csproj b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.csproj index 0b073c7116f..9feddb8e734 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/lur/lur_02.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2A843792-C6EE-41E9-8A85-0EDA1052287A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj index 4529fe840b9..e6084f909a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr001.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3B636BB6-F327-4E8B-9100-C7A9238E0FAD} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj index 43aa70fef3e..779dd670cdc 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/osr/osr015.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_udo.csproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_udo.csproj index 507d5bdea09..b3ea09f1c58 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_udo.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_udo.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_uro.csproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_uro.csproj index 463b701650e..377da85f8be 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_uro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/193825/193825_uro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_dbg.ilproj index 89d4efa4b65..ecba52857bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_opt.ilproj index 202d5ed60b2..ea5715aa5b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/bne_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_dbg.ilproj index 3937768d421..c4ead560f64 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_dbg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_opt.ilproj index 3853794c270..3dac7eb3ae8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/conv_opt.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_dbg.ilproj index e7982ff9f84..601173a0da0 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_opt.ilproj index 1101e08280d..e8238213a24 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/div_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_dbg.ilproj index bb465c02f21..e5d19866007 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_opt.ilproj index ee83381b1ce..86338c9d110 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul1_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_dbg.ilproj index 01ecf3a3996..7932d9d0746 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_dbg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_opt.ilproj index 8f83ed25534..cb26f3cb270 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/mul_exception_opt.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_dbg.ilproj index a0a77fa0afe..34133627c74 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_opt.ilproj index cdba8ec956c..0341d86380d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/223862/rem_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_dbg.ilproj index 3937768d421..c4ead560f64 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_dbg.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_opt.ilproj index 3853794c270..3dac7eb3ae8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/228572/conv_opt.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_dbg.ilproj index f00b6210cd9..df5079d1db5 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_opt.ilproj index f49d28ae8a1..2150e5a7859 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo2_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_dbg.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_dbg.ilproj index cd9919d0d78..6de671a3341 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_dbg.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_dbg.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_opt.ilproj b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_opt.ilproj index 6be7fb19e25..5b3438e5ec8 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_opt.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/regress/vswhidbey/481244/foo_opt.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound_o.csproj index 6b49e27b648..37fc85bfa16 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayBound_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {79040C68-CDB1-4FD0-BD86-3CC5CAAC76BC} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops_o.csproj index f8ec802d113..b591c92d36c 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWith2Loops_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {11AC9F3D-88EA-4F10-9D3B-A88E06F71933} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc_o.csproj index 63154db6966..966702124c3 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithFunc_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5E785831-90A1-467A-BC23-5A20376C53CA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj index 992ac1c5229..afbe4144f74 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj @@ -1,29 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {93A9E752-E897-4AC3-9300-1D13448718F5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true - - - - - - - - False - - PdbOnly @@ -36,10 +16,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul_o.csproj index 1db80d0a014..296e66e8129 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/BadMatrixMul_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {2D8E4374-328F-4F65-A292-FD15174C849C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray_o.csproj index c436a99b567..46ff98b5b89 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/JaggedArray_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {D530EB76-9464-46BE-9361-70D8ADF04C1C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul_o.csproj index 1848837169a..e300188994d 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/MatrixMul_o.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9EC006C2-A636-4C39-9908-54E1CB3E6DD2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1_o.csproj index a5a3d1aa894..7e0fc8f56c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress1_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {1B1D2B4C-323A-4ACE-BF39-C5624E90B405} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj index 073871044f5..ddb2435c613 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {06A7C6C6-9B9B-4299-9D67-575E496D832A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj index d272b813042..6b15c5892e6 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/RngchkStress3.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CADE5351-B017-4FEE-BE92-EFD112DC2603} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01_o.csproj b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01_o.csproj index 3aaee227f03..556925b6c08 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01_o.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/rngchk/SimpleArray_01_o.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5E1E3008-E73A-4E97-A3F1-37DC2EEB295A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.csproj b/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.csproj index af80922d3b0..448fbf43f0e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/asurt/143616/foo.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A4F38D33-E204-4736-A17A-A2EE4A595365} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.csproj index 0abb5366422..fca9d1182ba 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/103087/103087.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {7E5E70EB-0719-4741-99CC-095D09B90C31} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.csproj index ae4a6878ca6..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/113574/113574.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {B0CF4140-812F-4877-BD71-257231472300} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj index 1fc49b87441..972c31a9a80 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/118414/118414.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj index d5b63c6c4fc..bcaa593ba81 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/127931/127931.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - False - + - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.csproj index 519e70455b6..ba46c5599f8 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/132977/132977.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {3E71C420-F21A-439A-8618-B7002F0CAB6A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.csproj index 930b4b26622..c8cac0e3ef6 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ddb/87766/ddb87766.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly True @@ -31,10 +12,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.csproj index 7069436cbb2..d0b5ebe9734 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/14888/objectusedonlyinhandler.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.csproj index c4ef7918bc0..86fb9acaed4 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/160545/simple.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8A9206C6-2B99-4B43-BB80-F6D05D66CC0A} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.csproj b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.csproj index e7b961b5e70..652ecc7401e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21015/interior_pointer.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {02955291-75B3-40FF-8F78-B2CC05C6F9BA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj index 36ce9e3afe2..fc2aecf7528 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/ndpw/21220/b21220.ilproj @@ -1,38 +1,15 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/phoenix/62322/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj index c37a2d7f335..cc69f000dcc 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102754/test1.ilproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - 0 - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.csproj index 2855f46a279..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102964/test.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {CB4C76B4-98B5-4D6B-92E9-9500C6EE4D6B} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/102974/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/153682/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/266693/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj index 47af7182002..0ad075c911e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/286991/test.ilproj @@ -1,41 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - true true - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.csproj index ac69d0adc8a..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/329169/test.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {5D5E8CBE-803F-42E5-A2AC-B94CAFBAAF3C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj index 4f9a63f3283..a2f2ad55a5a 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/333007/test1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj index 4f9a63f3283..a2f2ad55a5a 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/336666/test1.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.csproj index f623ca14dee..5afe2ed82dc 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {301BDE42-EF25-40DD-82EC-3D599E309CA2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj index 345dffca666..9aa6e0445e9 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/373472/test_il.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/404708/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/460412/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.csproj index 9525dee58f1..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/471729/test.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {252FAB4F-DA96-4FBD-AFEB-B06F31B4927F} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.csproj index 7864b67eab5..d7cbe7034b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/517867/test.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {C67C7372-EE6C-48C7-B98C-0EC5222B7C29} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.csproj index 92ca307c109..32cd5fabb57 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E1F35D93-E1D2-4CC3-887F-D9E83D765588} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.csproj index 3994b956295..4c719ce2d08 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/524070/test2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {82C15ECD-27A9-4029-8097-3E15DD3FD949} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj index 78afda4f125..219ac8407b7 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/528315/simple-repro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {90D0B14A-1B35-4F5F-AE27-1B447DC0BAC2} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj index df5aa79216d..73863182693 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/534486/exchange.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.csproj index 710abb402b1..32cd5fabb57 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/538615/test1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {DFF216BA-CE50-45EA-9C53-96A57D23240C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.csproj index dd25ca17705..96aec5e92f5 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/539509/test1.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {BAF4C82D-B91F-4469-9483-FBC7950B825E} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.csproj index 3e16062645e..32cd5fabb57 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/541067/test1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {15603803-65FD-42A5-BDA8-AD25FEDDDAB5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.csproj index bc2a8ac7365..d7cbe7034b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543229/test.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {49EFDAE0-AE6B-49BA-B96E-866A7FDF6E25} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj index 855451d2374..d41d0a83c13 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/543645/test.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.csproj index 1e710d828b1..0c412f2d213 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/549880/test.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {EBF67994-3AE2-4EBA-BC2A-C11907A62F30} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj index 0c1182efe27..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/552940/test.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj index ff06de98867..e00a759d9c5 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj index 610b956ecb1..414d95c3cd6 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj index fbd7cfd6bbb..0df16b1a656 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library1.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library1.csproj index 989a88bb730..a65e703c66e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library1.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library2.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library2.csproj index 989a88bb730..a65e703c66e 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library2.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/library2.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj index 32bded640e5..c3b50d4d27b 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -37,9 +20,4 @@ Library2 - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj index 35ea38458a9..a2b2ec80f43 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj index 594f763dbe5..2917cdc1382 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/575343/test2.ilproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.csproj index 36722819a9f..adfd9f14918 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/601425/stret.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {E0F6F130-5083-4088-B095-8E33BE269C85} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.ilproj index 1b7ea7b994f..87c65039326 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/606733/Bug606733.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.ilproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.ilproj index a36a3347f84..744f920332c 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/607586/607586.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/vsw610378.csproj b/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/vsw610378.csproj index 75eda13072f..cbd31255c93 100644 --- a/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/vsw610378.csproj +++ b/src/coreclr/tests/src/JIT/jit64/regress/vsw/610378/vsw610378.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {43F24741-6FD9-4593-92FA-D3252B540A92} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj index c4914f21f31..2684dec1d49 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj index 4e23053bc21..4477dfd3493 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj index 1cdf2e08f61..fd8b17dddea 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj index 57ef6af22f4..fa5634d132c 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj index 1654f0f1787..6e4aedb3e66 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj index e5f0889f05a..2d58af890d4 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj index 41ccdd1635b..8ac49bcb0c5 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj index d61f499af40..e78e6d8005a 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj index 5dc76fa8c3e..3ea4a4f34ab 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj index d78c2a67439..a6b909b258e 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj index 6f3e3400df6..a1af7228dc3 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj index 54cc0fb479c..9d286ce2c41 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj index 046474aa6e2..4c8adfacb69 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj index 7d61cd9af5b..f77b0e31ee9 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj index b184af11bce..501d1ebfb4c 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj index 8604c004ac3..0d1a3025d72 100644 --- a/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj +++ b/src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.csproj index c943b885e7c..571ee928844 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.csproj index 7d3a6e3f554..04713c0f936 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.csproj index 1a070175122..b155b98a336 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.csproj index 3bb45d945d2..6a9ab43674d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.csproj index 61d540db177..4b9b3831096 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.csproj index e017d6a3913..dd88d62844a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.csproj index e4d62aac297..0af8c9fb9d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.csproj index d348a04f7d1..e16f2345f22 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.csproj index 04dbda23a27..e57b9e0e181 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.csproj index 25a0b338f38..b8263a2a591 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.csproj index 5c8d586a680..4eddab37eac 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.csproj index d69f88c0708..82da60b8a7c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.csproj index 1562a774fb2..16c26a7ecd3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.csproj index 9e31f09b677..af8394e07c0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.csproj index a9cbb142a4e..76c9b14eb24 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.csproj index 6a59b854a7c..f4f61b94eb9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.csproj index 5e776ac4a39..02b4134d5d7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.csproj index 72b15fba6f6..6485d2991c9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.csproj index ec0211bd2ba..3313d3fc7b0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.csproj index ba8a1f6f449..6d346f9e53b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.csproj index cdfe8cda71f..3a71303a331 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.csproj index 437277651b7..ae842c2b7a5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.csproj index eb7d5a43bab..2ddbf1d1330 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.csproj index b2a795eb8f6..879aadff580 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.csproj index 383949b9dc9..575f59084e2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.csproj index 99636f37ce9..e7bf3140cb4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.csproj index 6f0997905d9..f44a476c848 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.csproj index 9dcfc19a1de..4e92f5d6cd8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.csproj index eefac4a26a6..00cee7a45ed 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.csproj index e9295bfdae1..dd669ed2c4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.csproj index 45cbae7de75..497cc045fff 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.csproj index 2a38834492f..a904f483a9f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox032.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.csproj index 7d1e860c968..d20257a7e0a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.csproj index e9dfdfa370c..764b5f46267 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.csproj index 42ceed6e139..2ed3b6eb89e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.csproj index 83e17b838c3..2832ef7f0b9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.csproj index eaab0099c0c..a4bfb6ebc1a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.csproj index a7b8475c02c..c5d41d51f2a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.csproj index f2d668f6db9..11dd96d605d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.csproj index 4b58556090d..49e3c5ef42f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.csproj index 6b69460fa4b..8434ff9580f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.csproj index 77ffef79f82..bc4c26b9110 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.csproj index 66a310ecb34..298fdd4c59d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/box-unbox/box-unbox045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.csproj index 3c0d88c6bb2..64d0581c1ad 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.csproj index e61897c4168..ed385fa5e2b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.csproj index 30d298244f5..e49016830f3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.csproj index 6d5a6e11f98..b1ddf1ad794 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.csproj index f1ade6ed956..863221a3312 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.csproj index 01e0d1e302e..51afea9fc9d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.csproj index f026d22f676..9ab96fc0cff 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.csproj index e8bc2ba450c..d07a36d20f1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.csproj index 74b4b17b019..7c94f29b419 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.csproj index 911f2fd14fb..50e98c3f9b6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.csproj index 24ca7501b46..e62c9c9d8c7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.csproj index 23399c54d26..79aad3eb871 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.csproj index 0dc6b1571b3..3ba23acd55e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.csproj index 0ab25132807..4630c49cefe 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.csproj index 7e27861537b..b42ec17915b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.csproj index accf0f0a7f3..40a23602541 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.csproj index a2b5c2e81fb..98decf7b3fa 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.csproj index 932db28ccb7..7befccc14ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.csproj index e6ba94c720e..9307ca70e64 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.csproj index 21925ef4541..09a1ad2c586 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.csproj index 1cb09c0e881..7d68b13ede5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.csproj index 649c2a66b54..ea8e2f66d82 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.csproj index ba4642f460c..e8a7e7196d3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.csproj index d1cc9589bb9..4593804f0ed 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.csproj index 18ef1de23c6..77992625498 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.csproj index 752516377b1..64761a2692c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.csproj index 3f4a22422f6..397b1dc853f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.csproj index 8df644d4320..e0a07846e4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.csproj index 196ba3f9c8f..484f29113ec 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.csproj index dc9cf0fd608..2d38790f748 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.csproj index 5fd2259a12e..017dba094c4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.csproj index 2b7d1ec84ef..48b94f0830e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.csproj index 1154bc9146c..db6e93f2a28 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.csproj index c1f38304bcc..3786cfc7fe9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.csproj index a18e4a70cd6..7d87cf7b764 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics032.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.csproj index a2d1ba433f5..614e0bad071 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.csproj index bb9049a86c9..b6b1a184d1a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.csproj index f723f18258e..d6b90a97661 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.csproj index 73ed12f69ab..43d91e4f6df 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.csproj index 4968491b0f5..b3a468ee9b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.csproj index 0bb628c5434..e8774dac59d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.csproj index a52e9cf2b1b..66b44daba7a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.csproj index ba58fd27537..63a84aac78a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.csproj index d20bb489953..9efda60fe54 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.csproj index 4164ca8abc9..3f84452317d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.csproj index 2cdb02587d2..6e5280ba941 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/generics/box-unbox-generics045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.csproj index c383f0b0a62..469c0918039 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.csproj index 0e7ce984ff8..3b38e23903f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.csproj index 70f6aaa1ec5..8432722bd86 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.csproj index e57a04cfb91..1c8254ea214 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.csproj index 13024ce59eb..6637c5c3032 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.csproj index 4f64e068cb3..81062f961ab 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.csproj index 94c489cffbd..31b228b21cb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.csproj index 18b78f4e2db..72b9858101a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.csproj index d0280e376ce..66e92eab6a6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.csproj index bbd03a87f8c..54ae3b3499a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.csproj index 782e1b20d54..40bda9e8f90 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.csproj index 6093b2a666c..7e637b59caa 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.csproj index b927a3ee393..d53af57156c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.csproj index 616984c69d1..efbc583c744 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.csproj index 1c64e2a500c..c0a52e30141 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.csproj index b81548011d4..744ca5b11bf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.csproj index 5724a9a21fa..9d457b40f20 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.csproj index 9a2860c40d1..79bcc1c52ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.csproj index 48ec43b42ea..a6fbd8c8470 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.csproj index 72a6e5694e5..098d6b07995 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.csproj index a1daa9f739d..320faf547e1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.csproj index 74cea31b430..ab6218b7742 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.csproj index 6a647049b2e..a0bac9b27ab 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.csproj index fde1dcfa239..bb6c110da18 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.csproj index 05291c11408..169886b5cb5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.csproj index 60162d51a28..e0c80a1d931 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.csproj index c597f16f21e..6a562ac6edc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.csproj index 74cbf854f83..e1ea3b31905 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.csproj index 66e7cfd9751..3aa26a1b91b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.csproj index 0ecdd793279..8904da04f3c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.csproj index b9d1b408515..d729da63c85 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.csproj index 79606ef0781..7c15415e340 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.csproj index 5a21be38f63..0d07747e731 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.csproj index de2630d73d2..7c469ea0a31 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.csproj index 46b775ac0fa..6f57deaf07e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.csproj index a6bd3464a55..97b8f2650c6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.csproj index 0b4ddd378d6..5146c59109d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.csproj index 158338854ac..79f4a107a7b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.csproj index ce2e4cdb5c3..17feeb9e0dc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.csproj index da7c2f0dfd2..60759bae287 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.csproj index c783f79512d..3c8b6ec39c4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.csproj index 55d9702440e..ec562eaf497 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.csproj index 4e1f6a7c503..608c5b97369 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.csproj index 41ca9dd1cb5..b26627cc457 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.csproj index b615806bd84..41924b26f3a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.csproj index 04e0981093f..304a66302d9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.csproj index 2ba0788a87a..e2cdcf1b4f6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.csproj index 7625673c8e3..921d22f27f7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.csproj index dd77625e336..2cf85412552 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.csproj index c0f318a391a..493984c1113 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null032.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.csproj index c0d2898a5bc..d009cc86bf2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.csproj index 0f893e9b303..3098ab74d1c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.csproj index 6b40da52373..cc46c76d370 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.csproj index bcd7da3d780..c3e6b424b6b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.csproj index 952e1df96d1..69f3a718fc5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.csproj index 17df623d655..48525632a5c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.csproj index 35b4b7ff61a..0614d6acb66 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.csproj index 28f168ee7c0..17a7040af59 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.csproj index a4f7f865c0e..f8fff38835b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.csproj index f48fedea613..3eda330c18d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.csproj index 9a97645e81f..9ace061ec5e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.csproj index 7aaf6a44267..0ddc44d7cf5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.csproj index 2ae34948d06..924f8f45017 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.csproj index 8d497f9c815..199c0cc5e63 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.csproj index ab5b88b9979..2d41c35be79 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.csproj index 3554d5ac82b..6bab1d00bbf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.csproj index 0a28fd0cfbf..0f54bfd36f1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.csproj index e12a1d75bc9..2f245b193c5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.csproj index c6920c144c1..37d41c101ea 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.csproj index c48feaf0bb6..7ce9a945d80 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.csproj index 92797204e91..da964374ca9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.csproj index ba4a3327d1b..e1b86f79501 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.csproj index caca9f508c0..a2b92c65098 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.csproj index 3a44202722e..0e1cc70b7e9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.csproj index 8890dd3e4c1..a1671b25109 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.csproj index 66a21f7520c..fa15ee0615c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.csproj index b4976e8ea3f..355bc907d79 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.csproj index 735f7154995..680644b6d4b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.csproj index 163bfd80ce6..7334df848a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.csproj index 7cab9dd4d39..5897219525b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.csproj index a1545fa5c4b..ac3defb7bd3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.csproj index feba25a6486..3c7a8a1e9db 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.csproj index 661b31db415..84aabde1ac5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.csproj index 8ff9535e6de..e59a65be2d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.csproj index 6b63dd3c683..cb055ebdbf2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.csproj index b5b94307e50..3d50e9d8876 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.csproj index bf45a35b2d6..31076e6cbb7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.csproj index b8e0395dbb9..dbe41c5b80d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.csproj index 18a1a1dfb2a..2e139f2cf52 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.csproj index 33764826bb6..eca2064a656 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.csproj index 778da3e22a8..95ec353a203 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.csproj index a715e8780b9..64ade26f55f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.csproj index 2798ea133d8..f2f1b919ea3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value032.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.csproj index 44eb05b9501..770e9e59410 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.csproj index 9b54cc5d771..58d310e9887 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.csproj index 682e3a6eef8..995deb07a1b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.csproj index 86abf75f04f..8736d46aa6a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.csproj index 2048720ea37..3ac8504a3f3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.csproj index a0ddefa0656..b562322f173 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.csproj index 46ddb006ace..c23d9404c3f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.csproj index 41351f5ff06..27235e00fc6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.csproj index a438eeda74d..2e1f306786f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.csproj index 5b1aa201d14..47e4200d7fb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.csproj index 6df5ffe7c6c..beca930cab3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.csproj index 49517e71c24..9034c82a352 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.csproj index 4935c3ac9cf..7fb831ad118 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.csproj index e78888e873e..bf1e4912855 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.csproj index a973aabffdf..a37022784c2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.csproj index 9d415159398..dfc8f65d07b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.csproj index ab5f00865d1..bd681731f41 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.csproj index 12033227c62..c871c8d68f7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.csproj index f666f66df4f..8ae36b3db68 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.csproj index 197ed7a651c..e905b966031 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.csproj index 288a7100a45..05a1df20f44 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.csproj index eaae1499063..e2453af650f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.csproj index 4b9932143e2..0005d0741ce 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.csproj index 08c44f375f7..9265936dd63 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.csproj index ac166f6654e..6eddebe9242 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.csproj index e651462302b..16003aa733d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.csproj index 830484b4308..c4bd90bd201 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.csproj index 21e4c084416..adacee7e62a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.csproj index d7bc85c51d9..d1bf2741a22 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.csproj index f3e3b7dd295..cad75cb249c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.csproj index 83785b7c131..7f742066e2f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.csproj index aaa89734da2..7c0fa000396 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.csproj index 52d028afd69..3991770e5cf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.csproj index 228d07f33fb..c882410aeaf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.csproj index 8638835fb03..35f3b6bf123 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.csproj index 62cba06845b..749e13a155c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.csproj index c7a2cf96287..c3ce5dc018d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.csproj index dc140a9f859..d815d922ea8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.csproj index 30fef8f09ee..e548e78d168 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.csproj index 0b0c5385cfc..6ca630ba91d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.csproj index a2382a9e704..e73a69a6abf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.csproj index 39fa37d3de4..f9a84b5ec7d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.csproj index 3b43afb3b43..54dd4910cd5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass032.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - PdbOnly @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.csproj index 52c32b81305..a4b7c40534f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.csproj index 20ceca8ef61..4966f3fba91 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.csproj index af6fe8fe2e4..5b4ad55fca6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.csproj index 14d138ef286..cbe0dfb2b79 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.csproj index df0ff65d9c8..21243027964 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.csproj index c78f96263fb..1dbffa39a32 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.csproj index 882382d2cc3..91860b71db9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.csproj index 8299ecf71e8..cc28b603c3a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.csproj index 1cc7a327ba5..f82c0af39de 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.csproj index 71c54489b10..60ad1a131b5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.csproj index c311ccfbeb8..b5c14c0c742 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.csproj index 8b4e476d28d..c470c4c16c0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.csproj index 0db82eec7ad..b59d1fdc1d6 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.csproj index 675ce4561a5..07ce45a40cd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/enum/castclass-enum003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.csproj index 855d133ba89..ca28b7955fb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.csproj index d67bf8c5055..c39565b4310 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.csproj index a19f4995e64..42d8b8b28f2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.csproj index 156d50a0e5f..53b578592b0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.csproj index ee4ccdb7176..a4094f896b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.csproj index 5001a4b4b69..405dd1b78b2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.csproj index 6cb65479a63..0b10c5f2bd7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.csproj index ba3191a4045..e35b7670f93 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.csproj index 190dbfc67f3..952a42481bc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.csproj index 5c1dcc4a43a..776ef95f95b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.csproj index 22ad3567dcb..c0e7a8169ae 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.csproj index 25eea381025..69ccb946735 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.csproj index 373f18229a0..01bc940f6ad 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.csproj index c054ffd39f0..b821f008121 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.csproj index e9674f0a5b0..3ad596bd156 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.csproj index cf3f163e9db..1fa03d32f67 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.csproj index 3f952fb6663..d5c2c4d528e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.csproj index 7480c612827..2ba1b1a4569 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.csproj index b1fb2b9de95..76b3549549a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.csproj index e1e5b409582..04af4b5dd67 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.csproj index 2ecc7f1021f..1490a542709 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.csproj index 4f9dbdd4f71..557f84f6a86 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.csproj index 84e5001363d..750d1807f1d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.csproj index 2b5a38c456c..0aefa9e79b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.csproj index 258827cc077..2e55dd92ff9 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.csproj index 92222c7d6fe..f7e4cd6a96f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.csproj index 43869ec7aab..7eb6e9c5369 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.csproj index 8add9b9dd3b..80294dfd25f 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.csproj index 65aea869048..fa321d0d33c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.csproj index bdbf4b86183..4db1d978170 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.csproj index 282f9078d10..85dcb0cde78 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.csproj index 183e26f5813..f067f8aab5d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics032.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.csproj index d75cb796728..625b7570f4b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.csproj index 12a7ff2948e..4524d83ccaf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.csproj index 98d93b4ec4f..26540575dd8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.csproj index 6f1b8e9c85e..a32b629b44c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.csproj index cabbbba50ad..83fd5b12667 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.csproj index bd76abcae55..fc1657dc84d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.csproj index e50e0bdbc80..1179f46faf7 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.csproj index 0a31e16717d..f2b2a6aa4f4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.csproj index 4c370790c0c..31200af7c9b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.csproj index 8e97dfcd1e9..e0f14db9775 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.csproj index dfc945781b9..ea764ded8de 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.csproj index 651b2e81f3c..8abfbb4bb37 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.csproj index d277fd0412b..19616a85fcc 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.csproj index ac8e38e8bcd..5d38afed53c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.csproj index 9d57c39afde..b5fb542e164 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.csproj index 89e07290168..bf8ebd034ac 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.csproj index 4421c7f1c9b..5d26cd86bf5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.csproj index a495e466228..bb9415ea6fa 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.csproj index e8c544e9869..9c28664c0be 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.csproj index 79396dcf874..e0b0a3937cd 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.csproj index b67f8e4f671..d9174c6414c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.csproj index 7ef2b5f3591..560a2b58831 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.csproj index 79120c6b474..bf02bfdec4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.csproj index 1af80b583d3..3f862e07bb5 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.csproj index 7d8a62dd59d..304fd6a8e3d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.csproj index 878b01ca724..314cb58a0ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.csproj index 08bc76e6e72..482da58b423 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.csproj index 3bdbe9e4b69..566f2d1651b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.csproj index bd9517be617..9fba31ee24d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/interface/castclass-interface018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.csproj index 5da7790beb2..541a19a81eb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null001.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.csproj index 95c34105823..d9a4d24e367 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null002.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.csproj index cc1e82a4f0f..24f90decfd0 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null003.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.csproj index 8afa2b1b9fc..ce899414e3a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null004.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.csproj index d1a54763b4f..a5fe42664f1 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null005.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.csproj index 21b12184f2b..46de0759b4e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null006.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.csproj index 473ae1ea8f8..bfd9fdd0f21 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null007.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.csproj index c8718402627..9bdddec1d3a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null008.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.csproj index 5b9082d9058..464d592f61d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null009.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.csproj index 60a17c6d9d4..aff83c6ceec 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null010.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.csproj index 76ed0d9a0d4..743531ad2db 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null011.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.csproj index 9375b350b4c..e074b3bd94b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null012.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.csproj index 61fccc80ed3..6a28ff2a30e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null013.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.csproj index d1ead2bf656..30eddcd5cc4 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null014.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.csproj index 5ae9f35198f..318de40c036 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null015.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.csproj index 659dd8b48ce..04fccaacc41 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null016.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.csproj index 0316c4b2e94..bd14b8c49f2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null017.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.csproj index dc6732104cb..5977328823b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null018.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.csproj index 1d474dc0cd7..60ec5ea92a2 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null019.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.csproj index 7ef20e742f8..e549127e0ae 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null020.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.csproj index 589bb2d52a3..dde0e2b2179 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null021.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.csproj index a4e10a3a4f7..bf23f209b68 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null022.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.csproj index f3f3a312ce6..ee0233a862c 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null023.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.csproj index 6b8969617d6..3efa451b6b8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null024.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.csproj index 59fff2f77ed..e67953d2fbf 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null025.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.csproj index e56bdc963c1..dd0dafbccca 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null026.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.csproj index bfcd8afa4af..5a43608234d 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null027.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.csproj index 63e1cfbc5a4..d7d58a09c97 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null028.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.csproj index c5ef39fb3fb..19df26bee64 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null029.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.csproj index bf767653c5b..da42cc6ea56 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null030.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.csproj index 007600dc341..2513424b05b 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null031.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.csproj index ed3f823dbd2..5a5a31cedce 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null032.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.csproj index e63a7e625be..3a03315afea 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null033.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.csproj index 757d8517b29..431eb35a36a 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null034.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.csproj index c08ca23ac07..839391f36fb 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null037.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.csproj index 3c679001032..b14ea9c1b1e 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null038.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.csproj index eaeef8d8b88..e807b02ea04 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null039.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.csproj index c68b4789a7f..f7648d096ae 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null040.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.csproj index f85cc195282..9b632a86f21 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null041.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.csproj index 9eaff1b5657..c677def5747 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null042.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.csproj index 194562c1b5c..d25cb91d6ed 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null043.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.csproj index f6f83ec03f9..a5f3cbbabe8 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null044.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.csproj b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.csproj index 5c79af57c9f..e2cf3450852 100644 --- a/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.csproj +++ b/src/coreclr/tests/src/JIT/jit64/valuetypes/nullable/castclass/null/castclass-null045.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj b/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj index cc792322d3c..4f64464b098 100644 --- a/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj +++ b/src/coreclr/tests/src/JIT/jit64/verif/sniff/fg/ver_fg_13.ilproj @@ -1,35 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - PdbOnly True - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj index 1ed8c7ab0c9..5d9bb065aae 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj index e5c2c05ba7e..9d5b47467d2 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CPropOverflow.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj index dad8b693f66..660c6e1d7b1 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj index d6fbf47d636..74df190b08b 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj index 23b7edb73b1..4adc057bf4a 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj index fbf40911a96..59115512ba9 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj index 5a66f02d5ce..54d57db7373 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj index b0240ee4d61..71d10e82771 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj index 6b1112c7561..09898b7b9ff 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj index 84a9f839793..41f4d562210 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj index c2b7881b0a3..45cbd022632 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj index 5baa3c1e951..31e97b109df 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj index c174d42c2dd..bf476762eda 100644 --- a/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj +++ b/src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.csproj b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.csproj index 1444453ed5d..aada0ec801b 100644 --- a/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.csproj +++ b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065a.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.csproj b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.csproj index 3d604022f3b..55707cdac5f 100644 --- a/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.csproj +++ b/src/coreclr/tests/src/JIT/opt/CSE/GitHub_16065b.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.csproj b/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.csproj index df5bf2351e8..463428c2ad3 100644 --- a/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.csproj +++ b/src/coreclr/tests/src/JIT/opt/CSE/NarrowStore.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 0 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Casts/shared.csproj b/src/coreclr/tests/src/JIT/opt/Casts/shared.csproj index 6dc39ca21a5..9bba1eea14b 100644 --- a/src/coreclr/tests/src/JIT/opt/Casts/shared.csproj +++ b/src/coreclr/tests/src/JIT/opt/Casts/shared.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - PdbOnly True @@ -30,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Casts/tests.csproj b/src/coreclr/tests/src/JIT/opt/Casts/tests.csproj index c6d0731b1b6..5bffb877b3d 100644 --- a/src/coreclr/tests/src/JIT/opt/Casts/tests.csproj +++ b/src/coreclr/tests/src/JIT/opt/Casts/tests.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - PdbOnly True @@ -30,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.csproj index a306c29f84a..e6224e0fcc1 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10311.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.csproj index 707449fd79b..ae0f1e7e4ee 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_10858.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.csproj index 70464b53730..3a461b53447 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj index 3d292a7ed7d..7b7de6ecb01 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.csproj index d5105da3467..01d379a82e5 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/arraypool.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - None True @@ -30,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.csproj index a1390b0c17a..18d98a440f4 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/box1.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.csproj index efc30347f1f..3efd7cdda66 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/box2.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.csproj index 3fd6190f216..14f8f48c308 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/comparable.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.csproj index 47796bd25ee..97acbe3a946 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/constructor.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - PdbOnly True @@ -30,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.csproj index bd2ad64a93c..19fa41a61ff 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/contravariance.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.csproj index e56b67faed8..e984c932ebd 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/covariance.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj index efe878eeb33..d2dc4df29b0 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/enum.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj index 431ed3ae89a..5626aadb4c7 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/exacttype.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj index bfbe8d62c4d..fa2c94d2d7b 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/fromcollection.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.csproj index ccd3ce4b520..ae787ed27d2 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/generic.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj index 5fa5c869fa9..d7b2c50ba69 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/inlinedevirt.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/late.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/late.csproj index 542ed36967e..2df30ff9555 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/late.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/late.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.csproj index 66a4233689d..3b41b7b1b0a 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/late1.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - None True @@ -30,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.csproj index 7f66ff63096..a447bae22fc 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/overload.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/override.ilproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/override.ilproj index 65682b38c79..789d232e52f 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/override.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/override.ilproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.csproj index 592b35c501e..901818a1b00 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/readonlystatic.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -26,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj index 612655c9ae3..34ebbf0aab2 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedclass.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj index 4508d188a41..6e519561551 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealeddefault.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj index c5443e53077..fe99d483736 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sealedmethod.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj index 0850e12e27c..831d875712e 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/sharedoverride.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.csproj index 03f5c546ec3..fe4c3ed99ec 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/simple.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.csproj b/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.csproj index b3ee960d96e..6d649e35b7f 100644 --- a/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.csproj +++ b/src/coreclr/tests/src/JIT/opt/Devirtualization/spilledreturn.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj index 39b8f0d87d7..9056251dd39 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/BBCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj index 374883b37f7..a04764310e7 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/CodeSize1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj index c6853cc6f25..e952e5537dc 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/InstrCnt1.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj index 480df0137b8..0802139d9f4 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVNumCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj index 42ec761dc23..2a6adc319f6 100644 --- a/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/DumpDisasm/JitMinOpts/LVRefCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj b/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj index 4e718101f87..8093054d48b 100644 --- a/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj +++ b/src/coreclr/tests/src/JIT/opt/ETW/TailCallCases.ilproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full False @@ -28,10 +9,4 @@ - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Enum/hasflag.csproj b/src/coreclr/tests/src/JIT/opt/Enum/hasflag.csproj index a86bec7f0d8..4c6d160d716 100644 --- a/src/coreclr/tests/src/JIT/opt/Enum/hasflag.csproj +++ b/src/coreclr/tests/src/JIT/opt/Enum/hasflag.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - PdbOnly True @@ -30,9 +9,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Enum/shared.csproj b/src/coreclr/tests/src/JIT/opt/Enum/shared.csproj index 343593f21fc..7b6ce500bcd 100644 --- a/src/coreclr/tests/src/JIT/opt/Enum/shared.csproj +++ b/src/coreclr/tests/src/JIT/opt/Enum/shared.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.csproj b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.csproj index 63669431584..6c9c20406d2 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.csproj +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - PdbOnly @@ -36,10 +17,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.csproj b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.csproj index 44812241e0b..4db306103db 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.csproj +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None @@ -36,10 +17,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.csproj b/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.csproj index b1369e6e676..28fcda760c2 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.csproj +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None @@ -36,10 +17,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.csproj b/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.csproj index f7e3e9792b6..a18c68c1a09 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.csproj +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None @@ -36,10 +17,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.csproj b/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.csproj index 6ca1a8820be..4c03ff7cd60 100644 --- a/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.csproj +++ b/src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.csproj @@ -1,27 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - None @@ -36,10 +17,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.ilproj b/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.ilproj index e21c0d611d7..6f19d8121e7 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/badcallee/badcallee.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.csproj b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.csproj index b115cc45e87..07188377d05 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug584219/inliningVars.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj index f704d9246f4..b4a4a70eeed 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly @@ -30,11 +13,6 @@ $(DefineConstants);CORECLR - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.ilproj b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.ilproj index b522b0b2777..32358eee9cb 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch32/mismatch32.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.ilproj b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.ilproj index 49dc282056a..32358eee9cb 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/regression/mismatch64/mismatch64.ilproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - PdbOnly - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj index e701da12f2e..887ff102c65 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj index a7c8c2abb65..9532e2bd1c5 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj index 3daaae49e6d..21b996ed37d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj index f688cbb47d4..5bc924db383 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj index 46cd9cbcf97..bdd8767b201 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj index e6f68ca0a4b..873ff3d9785 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj index 8bfd1333091..a96bde2ca14 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj index 62cac140592..302c5048842 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj index df53db9c822..ef6bbc005bf 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj index 3489c1d3387..bd4f11db8af 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj index dd7f0ce27c7..5cc89910169 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj index d80df14bc41..b9764834e8a 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj index 6275b3dd006..d2e304fe10d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj index 585f428cf65..be1ac9bd3c9 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj index 343efa67b68..ee092c7bd8d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj index dfec047ed5d..109f4070b86 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj index 913519e362f..b2e2db87651 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj index 2617155ea64..89463aa6358 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj index 4ebbe7121a6..c823076987d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj index d07a7a95c8f..2c0769a3bb5 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj index 4015e715107..a5e3e8b5d94 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj index 367520374cf..d3560079bde 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj index a2d44985e42..128270e3706 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj index d013b6aef6a..de08205a4c4 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - PdbOnly True @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj index c29071b958b..559757273bf 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj index 7c833311f53..38d3c4e32ea 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj index 6dd460316de..0ff85a6343c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj index 93fb2d0742e..4096c84d095 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.ilproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.ilproj index 8a237a0cb54..161e4cc805b 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/calli.ilproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - False - - PdbOnly - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj index 4a575e416be..cc1fb38343d 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj index c804e8c19bf..dbbb9fe5977 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj index 7548b9277bc..d055ef04fd3 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/fact.csproj @@ -1,34 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj index 67674f53c98..a334bf34b2c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj index 5688970047c..7628fe84d3c 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj index 8383935ade9..be790beea98 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj index 64b6538b4ef..aa3222edfc4 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj index d64e6a93a46..34fc106f8a9 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -32,10 +13,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj index f016696965f..39831dede38 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj index dd1aff69f16..ffa3a632899 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj index b723e894200..15b9d18d771 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj index 7c8ee532986..cde2a78f9bb 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj index b9634b26e85..b6644f659b3 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj b/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj index fc6f2d1fdd8..ea306656e07 100644 --- a/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj +++ b/src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -31,9 +14,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj index 1346982b11f..d9c521662e5 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt0.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj index 39b8f0d87d7..9056251dd39 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/BBCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj index 4ec7b8d5c70..864b01902b9 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize0.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj index 374883b37f7..a04764310e7 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/CodeSize1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj index 0888a06a459..807a8a2b156 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt0.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj index 5ab0570e1f4..0fef9b8de49 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/InstrCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj index 9df7b6e7fe9..763f7b028e7 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt0.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj index 480df0137b8..0802139d9f4 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVNumCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj index 2d5ebe53ca8..7f70d69f949 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt0.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj index 42ec761dc23..2a6adc319f6 100644 --- a/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj +++ b/src/coreclr/tests/src/JIT/opt/JitMinOpts/Perf/LVRefCnt1.ilproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.csproj b/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.csproj index bfc7fa4d887..9f0afd33583 100644 --- a/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.csproj +++ b/src/coreclr/tests/src/JIT/opt/LocAlloc/inloop.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 0 - - - - - - False - - true None @@ -32,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.csproj b/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.csproj index 5861d8f77d9..08ab04d6373 100644 --- a/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.csproj +++ b/src/coreclr/tests/src/JIT/opt/LocAlloc/localloc.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 0 - - - - - - False - - true None @@ -32,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.csproj b/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.csproj index e3b9d86b7a1..fe4a2822d7c 100644 --- a/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.csproj +++ b/src/coreclr/tests/src/JIT/opt/Loops/SearchLoopTail.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {9CB0C981-4704-41FD-9061-915DE23663F2} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 1 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj b/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj index 740970c192b..920d5230ca5 100644 --- a/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj +++ b/src/coreclr/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj @@ -1,24 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - False - - None True @@ -27,8 +10,7 @@ - - - - - + - +]]> - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/Structs/structpop.csproj b/src/coreclr/tests/src/JIT/opt/Structs/structpop.csproj index c955a50c957..d10bfcb76e2 100644 --- a/src/coreclr/tests/src/JIT/opt/Structs/structpop.csproj +++ b/src/coreclr/tests/src/JIT/opt/Structs/structpop.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - None True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Structs/structpop2.csproj b/src/coreclr/tests/src/JIT/opt/Structs/structpop2.csproj index 37cc1ade115..f2bc39e7e39 100644 --- a/src/coreclr/tests/src/JIT/opt/Structs/structpop2.csproj +++ b/src/coreclr/tests/src/JIT/opt/Structs/structpop2.csproj @@ -1,28 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d - - - - - - False - - None True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj index dd5c6bb0f3e..20247d5460d 100644 --- a/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj +++ b/src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj @@ -1,43 +1,17 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC - true true - - - - - - - - False - - - None - True - true + None + True + true - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/Types/Equality.csproj b/src/coreclr/tests/src/JIT/opt/Types/Equality.csproj index 8c06adc7778..4e20e0a771e 100644 --- a/src/coreclr/tests/src/JIT/opt/Types/Equality.csproj +++ b/src/coreclr/tests/src/JIT/opt/Types/Equality.csproj @@ -1,29 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - $(ProgramFiles)\Common Files\microsoft shared\VSTT .0\UITestExtensionPackages - ..\..\ - 7a9bfb7d 0 - - - - - - False - - PdbOnly True @@ -31,9 +10,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj b/src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj index 41be062c34e..b2476223e3c 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -34,10 +15,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj b/src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj index 5774096051a..505e7423e2c 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - None @@ -35,9 +18,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj b/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj index bb77a671378..88d618f38c8 100644 --- a/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj +++ b/src/coreclr/tests/src/JIT/opt/perf/doublealign/objects.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -28,9 +11,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj index ddd4da84a0e..04bdc258917 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj @@ -1,28 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true true 1 - - - - - - False - - Full @@ -35,9 +18,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj index 1bb81d64ff5..49433fe1c7e 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj index 8316681204e..301b026213d 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - true true - - - - - - - - False - - None @@ -37,10 +17,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj index 0786ebf00df..3be7e67091f 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj @@ -1,26 +1,7 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - None @@ -33,10 +14,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj index f75dc024afc..66b1353acac 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived1.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj index 87df36ca6a2..52be8526e43 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived10.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj index be5f7210512..508ab95051f 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived11.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj index 3d6b9d4f023..f6e92c63471 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived12.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj index 83cc8ea94cf..b7bde2c583c 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived13.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj index d2ee7dd6fe3..16c669d923f 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived14.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj index 1ea03417b29..8032e67c446 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived15.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj index f04c29c664b..02f8744f4ae 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived16.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj index 3f80a042319..5843a7cecd5 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived17.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj index 830924a7d2f..b25c0f9085a 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived18.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj index 1b638c3e1c1..c8602cce4da 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived19.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj index 022a1ae543c..1c0835cbcf7 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived2.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj index af752382feb..9555cc5b760 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived20.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj index 157e8f51957..a4927fc7e5e 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived3.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj index 7aa1479c606..1ae7d3a33ec 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived4.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj index 6e8c2bf9108..06e248fc8be 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived5.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj index 17ed2cec9f3..fc2184d1b5c 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived6.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj index 180dd029594..aeb2c91c2f4 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived7.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj index 8ae79252c07..2b7574c9837 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived8.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj index d7419912300..2004157f715 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/cderived9.csproj @@ -1,28 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library BuildOnly - false - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ + false - - - - - - - - False - - Full @@ -30,10 +11,4 @@ - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj index 448e230fca9..4b422ceecde 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full - + True $(DefineConstants);DESKTOP @@ -50,9 +33,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj index 71b11e7fe1e..e9d7f4cb8c0 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -50,9 +33,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj index 7056973a22e..1ade637caa0 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None - + True $(DefineConstants);DESKTOP @@ -50,9 +33,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj index 4e8724c5ca4..4c1f529a82a 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -50,9 +33,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_d.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_d.csproj index 0334f685396..64c78345450 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full False @@ -27,9 +10,6 @@ - - - @@ -42,6 +22,4 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_do.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_do.csproj index 927bb89e1d3..285c0cf825a 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full True @@ -27,9 +10,6 @@ - - - @@ -42,6 +22,4 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj index a2ff40add55..40c6cdc7a87 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None False @@ -27,9 +10,6 @@ - - - @@ -42,6 +22,4 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj index cbbce92b396..6dd375ff9fc 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/ctest_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None True @@ -27,9 +10,6 @@ - - - @@ -42,6 +22,4 @@ - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj index 919bc91e679..de9ea5ea6e1 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest1.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj index ca8b5d737f6..a9dce447a03 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest10.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj index 3470a2b2bef..a0437a18d4f 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest2.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj index e4c72367229..a9675e20079 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest3.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj index d7403dcce3c..163a63fc0b9 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest4.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj index cc012a07323..5a2d635f115 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest5.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj index ad453917cbe..1b03dcd0415 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest6.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj index 3de28bb5b5b..36f3a1eb270 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest7.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj index 1e88a2d3197..ca892c3ca71 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest8.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj index ef98354671d..810ccc64224 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/manyintf/itest9.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly - false + false - - - - - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj index aba87076475..bc12e981070 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj index 1f9a579a566..5eb45df54e0 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - Full @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj index 2414c9d1062..7f25556be4b 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj index 2fe905aa887..fd0c03b54f1 100644 --- a/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj +++ b/src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj @@ -1,25 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - False - - None @@ -32,9 +15,4 @@ - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj b/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj index 506dde89310..ae12d343385 100644 --- a/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj +++ b/src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj @@ -1,32 +1,13 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true false true - + true - - - - - - - - False - - Full False @@ -34,12 +15,6 @@ - - - - - - <_TestProjectsFileName>TestProjects.txt diff --git a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj index 0564626a6a5..595860f302a 100644 --- a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj +++ b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/AssemblyDependencyResolverTests/AssemblyDependencyResolverTests.csproj @@ -1,13 +1,8 @@ - - - + + Exe BuildAndRun 1 - {ABB86728-A3E0-4489-BD97-A0BAB00B322F} - Debug - AnyCPU - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true @@ -16,7 +11,6 @@ - + - diff --git a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj index f165028c1ad..3a0e1ae2126 100644 --- a/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj +++ b/src/coreclr/tests/src/Loader/AssemblyDependencyResolver/MissingHostPolicyTests/MissingHostPolicyTests.csproj @@ -1,19 +1,13 @@ - - - + + Exe BuildAndRun 1 - {ABB86728-A3E0-4489-BD97-A0BAB00B322F} - Debug - AnyCPU - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - + - diff --git a/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.csproj b/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.csproj index 27154b40de1..3569e9aec1b 100644 --- a/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.csproj +++ b/src/coreclr/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.csproj @@ -1,33 +1,10 @@ - - - + - Debug - AnyCPU - AssemblyLoadContext30Extensions - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - + - diff --git a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.csproj b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.csproj index 27dd6ee019d..710fb434376 100644 --- a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.csproj +++ b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflection.csproj @@ -1,22 +1,15 @@ - - - + - Debug - AnyCPU - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun - {78030DC5-F1A6-4B98-A130-A66F5047FF29} true - + - + - diff --git a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.csproj b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.csproj index 1d8fb64087d..c679c5da84c 100644 --- a/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.csproj +++ b/src/coreclr/tests/src/Loader/ContextualReflection/ContextualReflectionDependency.csproj @@ -1,17 +1,10 @@ - - - + - Debug - AnyCPU - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library BuildOnly - {95DBE3B0-AA86-4366-BB8A-E04B534365F3} - + - diff --git a/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj b/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj index 5ce7e02a604..a3780b60ab1 100644 --- a/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj +++ b/src/coreclr/tests/src/Loader/NativeLibs/FromNativePaths.csproj @@ -1,24 +1,15 @@ - - - + - Debug - AnyCPU - FromNativePaths - {649A239B-AB4B-4E20-BDCA-3BA736E8B790} Exe true 1 - - - - + @@ -26,13 +17,10 @@ - - - + ]]> $(BashCLRTestPreCommands);$(PathEnvSetupCommands) $(BatchCLRTestPreCommands);$(PathEnvSetupCommands) - diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj index 487d45a192d..a5ba656a8c0 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/102140/test.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj index dfa5427347b..68c37a2df42 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/177066w/repro177066.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj index 8035065e6b3..f68cf72221e 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblybugs/203962w/client.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj index b73ceb6765e..7bad3323317 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/assemblyversion/EmbedStringVersions.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj index 7d2b2bb1c36..91b97e4fcff 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/properties.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 -trustedexe - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj index ff559012ee9..c9bbe1bf638 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj index 8633839e56f..bca1ecd079a 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj index b1200fc3bab..b37d068ac96 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/basicapi/assemblynamector/server3.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj index ee08bc9cfb6..efc426d53ff 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/exceptions.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj index f07c5a40f56..6f4363d9ce3 100644 --- a/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj +++ b/src/coreclr/tests/src/Loader/binding/assemblies/generics/arilistienum/methods/methods.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj index 217eeadb2e6..33e36d0505c 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2.ilproj @@ -1,35 +1,12 @@ - - - + - constrained2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun - 0 + 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj index fbe067087d4..7b967d3dc9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained2_gm.ilproj @@ -1,35 +1,12 @@ - - - + - constrained2_gm - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun - 0 + 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj index e4114047d77..c062d288d8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3.ilproj @@ -1,35 +1,12 @@ - - - + - constrained3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun - 0 + 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj index 51ed5791436..14c2403a988 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj @@ -1,35 +1,12 @@ - - - + - constrained3_gm - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun - 0 + 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj index 7a2fb51daf8..773cc51f778 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrainedcall.ilproj @@ -1,35 +1,12 @@ - - - + - constrainedcall - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun - 0 + 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj index dd18212eb0a..523811ee433 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_d.ilproj @@ -1,37 +1,15 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj index b8dbea7d605..6404fa6a41e 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/diamondshape/diamondshape_r.ilproj @@ -1,37 +1,15 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj index 463e3ed66e0..773cc51f778 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods.ilproj @@ -1,35 +1,12 @@ - - - + - genericmethods - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj index eb7660bab19..773cc51f778 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/methodimpl/methodimpl.ilproj @@ -1,35 +1,12 @@ - - - + - methodimpl - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj index b7b3b4e4ff4..773cc51f778 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj index 14a52a1697b..330f5d190a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_d.ilproj @@ -1,15 +1,5 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe @@ -18,22 +8,10 @@ true - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj index 8894a008937..b8c4e3d2423 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/sharedgenerics/sharedgenerics_r.ilproj @@ -1,15 +1,5 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe @@ -18,22 +8,10 @@ true - - - - False - - - + - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj index 0446a787c9b..773cc51f778 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/simple/simple.ilproj @@ -1,35 +1,12 @@ - - - + - simple - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj index f190a750599..773cc51f778 100644 --- a/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/DefaultInterfaceMethods/valuetypes/valuetypes.ilproj @@ -1,35 +1,12 @@ - - - + - valuetypes - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj index 42b94bbcc16..413410ee5a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/Ambiguous.ilproj @@ -1,28 +1,11 @@ - - - + - Ambiguous - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj index 729449bd103..d547f67327b 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase0 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj index 44bbf8a01ce..d4283d84223 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase0_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj index 8a860847942..e017c0c2f51 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase0_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj index 84436bdfe37..c1619bdf450 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase0_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj index 9af3b18fc38..4e78b32d4de 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase0_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase0_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj index d4cdfb78bb4..4fd0fb3a717 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj index 43d755399e0..34e8a43744a 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase1_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj index f3e385bb630..5a56c177075 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase1_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj index ca6d86f6193..cdf011786df 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase1_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj index 34e8b5070a2..729802178b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase1_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase1_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj index 1d22ffc53b6..25ff5bb5d89 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj index b323ee71955..b1d37f38c07 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase2_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj index 5fea9310689..f2a4afacf41 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase2_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj index 1fbaff049d2..16a65001b8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase2_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj index 6c02adc750c..75daba5d789 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase2_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase2_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj index 77f6f3281d9..576ee6a9d72 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj index ea043090c5a..6a14cac8ae8 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase3_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj index ea6b9d4b4bf..91f710ee339 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase3_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj index 88521ba9b91..3b3b18e25b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase3_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj index da869e66c08..beb6d8b3ea4 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase3_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase3_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj index 2e145f6ffe8..c7f34477405 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj index d50be9d409d..35ce0daa118 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase4_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj index 7ce76b6b763..c4972bc19f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase4_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj index c870be6a532..4b7005b79c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase4_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj index 66cacf014e2..d3fbebe9e1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase4_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase4_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj index ca0ec250d63..a282bacd851 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj index 7bd77b9674f..c351e5614f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase5_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj index 72723f0156b..a877fffa4f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase5_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj index 5f67022179a..69bab360cb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase5_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj index 3f0272f54be..a6466defa10 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase5_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase5_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj index 752b18b3e26..b580eb95711 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase6 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj index fa55d3eeacf..3c055e6ffea 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase6_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj index 7a56fc8eac7..6f4c2de5a53 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_I_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase6_Nested_I_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj index 0595249a705..8437798e6dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase6_Nested_J - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj index 0f6c935b495..a565325f5cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase6_Nested_J_Nested_I.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase6_Nested_J_Nested_I - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj index 499e23ad3a1..8e79c015210 100644 --- a/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/InterfaceFolding/TestCase7.ilproj @@ -1,28 +1,11 @@ - - - + - TestCase7 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj index 4963b7d0e94..633b85593ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/override_override1.ilproj @@ -1,28 +1,11 @@ - - - + - override_override1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj index 3412a86a092..797ea81048a 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override1.ilproj @@ -1,34 +1,14 @@ - - - + - self_override1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - pdbonly - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj index 928d932a421..56380f76306 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override2.ilproj @@ -1,28 +1,11 @@ - - - + - self_override2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj index 9e519fd1757..6cb12aa64f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override3.ilproj @@ -1,28 +1,11 @@ - - - + - self_override3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj index e111dbbc47e..943fcc02081 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodImpl/self_override5.ilproj @@ -1,28 +1,11 @@ - - - + - self_override5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj index e50db680d96..dd70e3d3823 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types101.ilproj @@ -1,32 +1,11 @@ - - - + - Types101 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj index 03198b1bb12..c16814ec473 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types680.ilproj @@ -1,32 +1,11 @@ - - - + - Types680 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj index e80d2a3523a..2d2de8222d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types958.ilproj @@ -1,32 +1,11 @@ - - - + - Types958 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj index 41d01dbcf2a..dbce95f98e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/MethodTable/Types983.ilproj @@ -1,32 +1,11 @@ - - - + - Types983 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj index 7576e5e83c5..0aaec5fbba0 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test2_NonFriendPriInterface.ilproj @@ -1,32 +1,11 @@ - - - + - Test2_NonFriendPriInterface - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj index 1771ebc1dae..0259134c420 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_FriendPriInterface.ilproj @@ -1,32 +1,11 @@ - - - + - Test6_FriendPriInterface - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj index 7dadb59b0f5..92a18d70f5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_ImplementingClass.ilproj @@ -1,23 +1,10 @@ - - - + - Test6_ImplementingClass - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - @@ -26,8 +13,4 @@ - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj index ed3b4a8f4af..4b4f941f534 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_forwarder.ilproj @@ -1,36 +1,14 @@ - - - + - Test6_forwarder - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj index cc8e3c470ad..1251f60bc29 100644 --- a/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/PrivateInterfaceImpl/Test6_supplier.ilproj @@ -1,32 +1,11 @@ - - - + - Test6_supplier - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj index 7a95d5948ff..a093f84943d 100644 --- a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t1.ilproj @@ -1,32 +1,11 @@ - - - + - t1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj index 073ef67a78f..44b9b525a2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/217070/t2.ilproj @@ -1,28 +1,11 @@ - - - + - t2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.csproj b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.csproj index 667fd21cc53..dc645c9a5ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.csproj +++ b/src/coreclr/tests/src/Loader/classloader/SequentialLayout/Regress/ExplicitSize/ExplicitSize.csproj @@ -1,27 +1,10 @@ - - - + - Debug - AnyCPU - ExplicitSize - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe 1 - - False - + - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj index 9cba2e2681e..bfbe754753c 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_GenericClasses.csproj @@ -1,32 +1,11 @@ - - - + - MultiAssemblyGenerics_GenericClasses - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj index a36fd540a00..ff2d38b3d9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/ComplexScenarios/MultiAssemblyGenerics_NonGenericClasses.csproj @@ -1,32 +1,11 @@ - - - + - MultiAssemblyGenerics_NonGenericClasses - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj index 4f8ad327c4f..3cdc9ba6f91 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/IllegalTypes.ilproj @@ -1,32 +1,11 @@ - - - + - IllegalTypes - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj index 7b129f316b2..e26303aff68 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Misc/LiteralStatic.ilproj @@ -1,32 +1,11 @@ - - - + - LiteralStatic - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj b/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj index 8ed18cacd1f..6a4cf082667 100644 --- a/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/Statics/Regressions/484837/Enum_ValueField.ilproj @@ -1,28 +1,11 @@ - - - + - Enum_ValueField - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj index 7b252052e79..7ae65bff845 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedInterfaces/HelloWorld.ilproj @@ -1,32 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceDefinition/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj index 2503ea145b9..c303b9e1b78 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/HelloWorld.csproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/Override/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/CollapsedInterfaces/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj index 7b252052e79..7ae65bff845 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/SameMethodImpl/Override/HelloWorld.ilproj @@ -1,32 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_CollapsedInterfaces/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Covariant_InherittedCollision/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_CollapsedInterfaces/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj index e8a3fae590e..9e660386908 100644 --- a/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TSAmbiguities/Variance/Variant_InherittedCollision/HelloWorld.ilproj @@ -1,28 +1,11 @@ - - - + - HelloWorld - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj index 382d4414da8..cdcfa10bac8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep.ilproj @@ -1,39 +1,17 @@ - - - + - MyDep - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - True - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj index dfcef7bd713..27a317b801b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep2.csproj @@ -1,36 +1,14 @@ - - - + - MyDep2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj index cbcaca2835d..094cd49f916 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/MyDep3.csproj @@ -1,32 +1,11 @@ - - - + - MyDep3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj index 1913bec5dc3..17c11d118ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeForwarding/UnitTest/UnitTest.ilproj @@ -1,33 +1,16 @@ - - - + - UnitTest - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - - - - + - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj index de0db4ccb7e..d53910eaed9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TestFramework/TestFramework.csproj @@ -1,25 +1,10 @@ - - - + - TestFramework - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library BuildOnly 1 - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj index 709d8f3dc62..8ebc6d500d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest0/Generated0.ilproj @@ -1,29 +1,13 @@ - - - + - Generated0 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj index 555d95b7550..8699f899a15 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1/Generated1.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj index 1f1513a98a8..e83425bf3a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest10/Generated10.ilproj @@ -1,29 +1,13 @@ - - - + - Generated10 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj index 95d0fcf6b88..aa0b6139e26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest100/Generated100.ilproj @@ -1,29 +1,13 @@ - - - + - Generated100 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj index 436efae80e5..c2c3db66be0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1000/Generated1000.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1000 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj index 999da1db478..b053fad9fce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1001/Generated1001.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj index 599606d8991..6cc4837c0c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1002/Generated1002.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj index 4aec7e5ffea..46cf0d1db98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1003/Generated1003.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1003 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj index 11a2779d0b2..9147462767a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1004/Generated1004.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj index 8eda2a8c52f..15b0d736f43 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1005/Generated1005.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1005 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj index fb085475a61..8e54ce572fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1006/Generated1006.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1006 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj index 5958a75b051..a88756f1332 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1007/Generated1007.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1007 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj index 0c55911059a..c1394d48ae3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1008/Generated1008.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1008 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj index 0ad2bddd746..82491333869 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1009/Generated1009.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1009 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj index b5d9ec58863..fd16cc01ff9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest101/Generated101.ilproj @@ -1,29 +1,13 @@ - - - + - Generated101 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj index a73d30741f4..564835a961e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1010/Generated1010.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1010 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj index 8a2f0589cba..5526bcd7842 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1011/Generated1011.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1011 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj index c8e521e42f0..65d1a89391f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1012/Generated1012.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1012 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj index cd89294b0d5..2da4b01bb69 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1013/Generated1013.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1013 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj index b9b01d57517..f2c1298197a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1014/Generated1014.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1014 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj index 80604d652b3..403b1b62c35 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1015/Generated1015.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1015 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj index 00ff5ff9e4f..2b32e888d52 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1016/Generated1016.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1016 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj index 9483e9b1fa7..1eba15d1ded 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1017/Generated1017.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1017 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj index c805e4062b7..8e68ee70e1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1018/Generated1018.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1018 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj index 8bd49c7f218..bef540a1d9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1019/Generated1019.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1019 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj index 67c978a2c33..9a04c5b5e98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest102/Generated102.ilproj @@ -1,29 +1,13 @@ - - - + - Generated102 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj index cf29c02f9f2..f9628739d92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1020/Generated1020.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1020 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj index b87b44cd00e..970a2b45a4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1021/Generated1021.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1021 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj index efa13bd87aa..8196f3c9664 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1022/Generated1022.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1022 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj index 7318d30ca22..4f6c67688d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1023/Generated1023.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1023 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj index fdf9772d916..d77f4504f06 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1024/Generated1024.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1024 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj index 7eb409266fe..fc108520abc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1025/Generated1025.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1025 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj index 251fd96530a..f6c9eec504a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1026/Generated1026.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1026 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj index 037f85878ca..eea33ff1709 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1027/Generated1027.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1027 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj index 47d37726cde..8401709e2e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1028/Generated1028.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1028 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj index 28820e5140b..fca4f2d0b87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1029/Generated1029.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1029 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj index 56c0bf1a8a4..cf32257409d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest103/Generated103.ilproj @@ -1,29 +1,13 @@ - - - + - Generated103 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj index cdbb9aaac44..850db2b7501 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1030/Generated1030.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1030 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj index cf7359c7e3f..5c375ed88fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1031/Generated1031.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1031 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj index 455346fb3ac..b65256949a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1032/Generated1032.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1032 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj index aa456f325ff..660df1290cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1033/Generated1033.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1033 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj index cd754cb9367..f137884e549 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1034/Generated1034.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1034 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj index 1a8426fb027..ab52acf9a56 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1035/Generated1035.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1035 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj index bb6c89f0703..906c1c40c88 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1036/Generated1036.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1036 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj index f851d32810c..e29986d8f48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1037/Generated1037.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1037 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj index 01d3f6fb152..478ec100452 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1038/Generated1038.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1038 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj index 8b85f7efbe9..a734b03cdbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1039/Generated1039.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1039 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj index 5c6a83c2392..4e6bdfb05ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest104/Generated104.ilproj @@ -1,29 +1,13 @@ - - - + - Generated104 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj index cd044555bb6..359305bc28d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1040/Generated1040.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1040 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj index 6ec1611c33e..bdaffddb255 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1041/Generated1041.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1041 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj index 976f47fd8a3..c33a3de1133 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1042/Generated1042.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1042 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj index b3562333d1f..7ea542f2c76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1043/Generated1043.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1043 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj index 84da77490ca..eb474f686c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1044/Generated1044.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1044 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj index e423fc1288c..b6f3818d7f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1045/Generated1045.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1045 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj index 50c445d2f00..c7e592a8304 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1046/Generated1046.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1046 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj index 4d6ab8eed36..6ca41904008 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1047/Generated1047.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1047 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj index 1b76943191a..f1ad302a02b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1048/Generated1048.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1048 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj index c1bbd7522e9..a62e29e61d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1049/Generated1049.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1049 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj index 5bbd7fc1bf5..d53b0458a84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest105/Generated105.ilproj @@ -1,29 +1,13 @@ - - - + - Generated105 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj index 03a3bc3f5f9..cc5351285b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1050/Generated1050.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1050 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj index 17176cff5b0..ab683320800 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1051/Generated1051.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1051 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj index 55c158e9058..c3f06a57ea5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1052/Generated1052.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1052 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj index 60bedfa450f..1ff240ffbf6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1053/Generated1053.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1053 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj index 6d1a0bdd239..aad7afce0a0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1054/Generated1054.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1054 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj index 1ae1779c7c6..287ea489b87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1055 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj index 0d41392defb..10df63eb2ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1056/Generated1056.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1056 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj index a2257be18bc..1fb520b76b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1057/Generated1057.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1057 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj index ef06e124dbf..0b824d4ba1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1058/Generated1058.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1058 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj index 556df02085e..450651a3b88 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1059/Generated1059.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1059 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj index 7b78d6e45b5..23a42a6e080 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest106/Generated106.ilproj @@ -1,29 +1,13 @@ - - - + - Generated106 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj index 6ce246fab0c..72a350190fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1060/Generated1060.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1060 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj index 3d78edc2688..68461c5317e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1061/Generated1061.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1061 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj index 83b60442060..6b58e228699 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1062/Generated1062.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1062 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj index ac44cfa9ea6..25489dd7a61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1063/Generated1063.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1063 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj index bbbccdf9beb..1efa0557796 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1064/Generated1064.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1064 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj index 80d28721e6e..7bb7a547e5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1065/Generated1065.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1065 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj index 44e0bc61fbe..afc6d59d911 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1066/Generated1066.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1066 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj index 957d7388cf1..e19b37387e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1067/Generated1067.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1067 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj index 9a5dfea9947..65e61eaed35 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1068/Generated1068.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1068 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj index 2faeb6d6173..8f64b5f4eec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1069/Generated1069.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1069 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj index 44784113504..cf111bf3034 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest107/Generated107.ilproj @@ -1,29 +1,13 @@ - - - + - Generated107 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj index f0e68fbbec3..7b02a775d12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1070/Generated1070.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1070 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj index b8dee1ad59e..46768a741ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1071/Generated1071.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1071 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj index 55906867af7..bee10d0413b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1072/Generated1072.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1072 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj index 4ed534131b4..3cadc6323b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1073/Generated1073.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1073 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj index 71123a9491d..9063ae61fb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1074/Generated1074.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1074 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj index 927d017a834..a1675b20ecf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1075/Generated1075.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1075 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj index 6a0ca4d2495..6b36d188784 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1076/Generated1076.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1076 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj index b12e3c96228..22dbe948212 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1077/Generated1077.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1077 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj index da15ccbbac6..ffc1bbdecb3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1078/Generated1078.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1078 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj index 4711a78eed0..ecd9434eada 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1079/Generated1079.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1079 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj index f8beff4297b..ec1cfa1f665 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest108/Generated108.ilproj @@ -1,29 +1,13 @@ - - - + - Generated108 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj index 06cb340a139..f2ea5eadb5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1080/Generated1080.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1080 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj index 03b6cf94b04..19aaf8e704c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1081/Generated1081.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1081 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj index bfefd54f3c4..78d87aa1ac0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1082/Generated1082.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1082 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj index 894cb0fdab7..5a453dd48f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1083/Generated1083.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1083 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj index aa1060fd59e..55942181b8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1084/Generated1084.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1084 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj index 26582674bd9..e2a62b2e6ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1085/Generated1085.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1085 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj index 1831b86d736..c083701798f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1086/Generated1086.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1086 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj index 3a5bd45226d..5e21091c4c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1087/Generated1087.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1087 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj index dd2f76d9bf1..2816f3c51f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1088/Generated1088.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1088 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj index 1bba9f00741..b2b027dec58 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1089/Generated1089.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1089 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj index ed792f06997..2c8d4117798 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest109/Generated109.ilproj @@ -1,29 +1,13 @@ - - - + - Generated109 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj index ad0fa6cda2f..648bdb8a547 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1090/Generated1090.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1090 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj index ef1abdfaa36..17ec255b8b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1091/Generated1091.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1091 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj index b59673fb05f..563003a95f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1092/Generated1092.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1092 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj index 5c5ab8dc75e..0f30b5647b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1093/Generated1093.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1093 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj index 9342bb1f75a..8afc23d14e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1094/Generated1094.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1094 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj index fc0b5b23790..311f8bf1206 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1095/Generated1095.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1095 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj index 2298852cef1..3aa91ddb9c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1096/Generated1096.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1096 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj index f59098549ce..cbd11454c7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1097/Generated1097.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1097 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj index 9b2950bd0f3..b7a5dd359ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1098/Generated1098.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1098 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj index 8517c1b3c72..b922ead714d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1099/Generated1099.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1099 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj index a50c4fd78dd..6780ceadb3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest11/Generated11.ilproj @@ -1,29 +1,13 @@ - - - + - Generated11 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj index 7257e8c248f..df78ca7c8cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest110/Generated110.ilproj @@ -1,29 +1,13 @@ - - - + - Generated110 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj index 298df0bbca0..8ade1da9454 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1100/Generated1100.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1100 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj index 45de86ecf04..f77ccd6c577 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1101/Generated1101.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1101 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj index 695ceea362b..87fd2251a3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1102/Generated1102.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1102 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj index aee6c9b0c9f..e771d23faee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1103/Generated1103.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1103 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj index fe667ebfd30..d88c1bc31fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1104/Generated1104.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1104 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj index fff24f63ddd..4ae783bcec5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1105/Generated1105.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1105 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj index 4de47d3d2f6..f4a4bcb5bc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1106/Generated1106.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1106 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj index 5879a481b4f..c96b64cbc1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1107/Generated1107.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1107 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj index 65710779588..94863192eb5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1108/Generated1108.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1108 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj index 4de023afdf6..e778369beec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1109/Generated1109.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1109 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj index 9d4a545142d..a605a8db9b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest111/Generated111.ilproj @@ -1,29 +1,13 @@ - - - + - Generated111 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj index b74ade9ec73..bcd44113b9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1110/Generated1110.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1110 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj index f4910cc5591..c75893d4a49 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1111/Generated1111.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1111 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj index 093b41ea22c..79b396b0e8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1112/Generated1112.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1112 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj index 510003a7e55..18269a3d076 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1113/Generated1113.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1113 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj index 73e4b83d0ee..6be7d389910 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1114/Generated1114.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1114 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj index c2f40fa3620..2f1c45a2b6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1115/Generated1115.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1115 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj index f0277e02493..6c210bd8954 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1116/Generated1116.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1116 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj index 2f1d5df027a..a7c0e6416f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1117/Generated1117.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1117 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj index 2bd05478ad0..d8891e86f88 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1118/Generated1118.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1118 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj index d55d42c846f..19d795b6983 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1119/Generated1119.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1119 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj index dc4437c1c2e..6e196a5141a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest112/Generated112.ilproj @@ -1,29 +1,13 @@ - - - + - Generated112 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj index 58b1a46d580..ecf1113a49a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1120/Generated1120.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1120 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj index 19a54265850..6b3f45ac0af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1121/Generated1121.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1121 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj index 808dcb0dca0..407de70bf60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1122/Generated1122.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1122 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj index 9249652bff7..7f9b5b120e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1123/Generated1123.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1123 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj index dc99fbdbd3a..4bebce4d897 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1124/Generated1124.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1124 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj index b34c555c7f5..db8a6d5ffac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1125/Generated1125.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1125 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj index 28a7c8ae46c..336fb911700 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1126/Generated1126.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1126 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj index eb904a96c0b..fdd0f234a8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1127/Generated1127.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1127 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj index 9b73e8a3b82..9556ff8e4e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1128/Generated1128.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1128 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj index 71fe9068bef..0327b920144 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1129/Generated1129.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1129 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj index 490bc80c525..abe7ce7273f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest113/Generated113.ilproj @@ -1,29 +1,13 @@ - - - + - Generated113 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj index c5f9670ab13..a0ea2d93593 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1130/Generated1130.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1130 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj index 6b2fb3a872f..1aa0f9a6de9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1131/Generated1131.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1131 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj index c253abafeb4..36a53d0ec3f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1132/Generated1132.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1132 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj index 31011955c11..4518c6800ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1133/Generated1133.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1133 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj index 9cb8f49b7a1..de35aad4611 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1134/Generated1134.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1134 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj index 0710085e0a2..fc1293b41ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1135/Generated1135.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1135 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj index 1a11f1eefa2..fb6204997d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1136/Generated1136.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1136 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj index 860f81c1020..fffd92ba593 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1137/Generated1137.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1137 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj index 8b3c41c4afe..54e55b15554 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1138/Generated1138.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1138 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj index 1f591845766..74ff06ea5f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1139/Generated1139.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1139 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj index f308bd78eae..bd20111f846 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest114/Generated114.ilproj @@ -1,29 +1,13 @@ - - - + - Generated114 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj index 888c5234c33..fe72bef89b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1140/Generated1140.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1140 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj index e2869a714c7..3762cd08aae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1141/Generated1141.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1141 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj index 9667565a16f..091810407e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1142 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj index 2e04f98da4d..6a5a10548b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1143/Generated1143.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1143 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj index 05a4190fbb9..632e7d02265 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1144/Generated1144.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1144 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj index 2336730de47..a06855cc97c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1145/Generated1145.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1145 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj index c473d3fe123..b0a65e7ef24 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1146/Generated1146.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1146 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj index 26fdd6de365..cff2cd48911 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1147/Generated1147.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1147 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj index 14921dd8588..1814e61838b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1148/Generated1148.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1148 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj index 95d619fb933..b4b5c92c0f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1149/Generated1149.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1149 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj index bfedc1cd43a..ae246cd482f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest115/Generated115.ilproj @@ -1,29 +1,13 @@ - - - + - Generated115 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj index 4250792ba01..14d81ea8642 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1150/Generated1150.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1150 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj index 7374d61da71..39991555af3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1151/Generated1151.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1151 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj index 2bf6b61f3bc..d1c027244d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1152/Generated1152.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1152 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj index 920b822d85f..60a660f0996 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1153/Generated1153.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1153 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj index 44e3c74e337..d16e86ecc3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1154/Generated1154.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1154 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj index d5c049e274b..e3afc02f6c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1155/Generated1155.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1155 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj index 2e0ce73511f..4f9748c7846 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1156/Generated1156.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1156 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj index c2c8805b71e..ebf5700b5d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1157/Generated1157.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1157 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj index d8aff1ae3d8..11c20a34780 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1158/Generated1158.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1158 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj index 50f1259a0de..ee1628b77ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1159/Generated1159.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1159 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj index 33a14bea20e..036ae72dd94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest116/Generated116.ilproj @@ -1,29 +1,13 @@ - - - + - Generated116 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj index 6b404baa919..535585bc4a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1160/Generated1160.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1160 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj index b37eec959f4..a78329da591 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1161/Generated1161.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1161 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj index c89843c7e83..b9258b73125 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1162/Generated1162.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1162 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj index c1a6917cdb8..e2a27292dc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1163/Generated1163.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1163 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj index f532e5762da..aa92ee74107 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1164/Generated1164.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1164 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj index 0646062581d..dbd0c450c9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1165/Generated1165.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1165 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj index 3dc12bad125..1d737db6ef7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1166/Generated1166.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1166 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj index 542d138c46a..cb2995d497b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1167/Generated1167.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1167 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj index ea9352b3296..bdbf324ed47 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1168/Generated1168.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1168 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj index 5fbf90ca9e2..dbf815b64bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1169/Generated1169.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1169 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj index 3fe5cde38b9..26ff9f79c83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest117/Generated117.ilproj @@ -1,29 +1,13 @@ - - - + - Generated117 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj index 12c994b7024..837cb1ebb45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1170/Generated1170.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1170 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj index 0553c0fec64..4671843e3a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1171/Generated1171.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1171 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj index 997d9ce8ffc..8fc1b11d634 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1172/Generated1172.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1172 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj index 67bb46a7af0..756f1e08dcf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1173/Generated1173.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1173 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj index 3e25ca77579..32dba48ef2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1174/Generated1174.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1174 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj index f257a9e68f1..467b07d28d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1175/Generated1175.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1175 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj index 228042059b6..527589ea21c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1176/Generated1176.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1176 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj index fb6bdee2bb1..74ba19b5d52 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1177/Generated1177.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1177 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj index df1e82de277..2348ceaea8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1178/Generated1178.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1178 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj index 3f275cd14c4..9ace39b3aa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1179/Generated1179.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1179 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj index d487fbb475a..f151e0ef655 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest118/Generated118.ilproj @@ -1,29 +1,13 @@ - - - + - Generated118 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj index f82885a3418..d998dc4d0e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1180/Generated1180.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1180 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj index de63d751a00..fed1e49459e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1181/Generated1181.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1181 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj index f4a0b2769bc..2e09f1f89d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1182/Generated1182.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1182 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj index 5abc6b4b20d..713663ee527 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1183/Generated1183.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1183 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj index 1456db0f628..29e20886430 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1184/Generated1184.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1184 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj index d73ee451981..5506309af4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1185/Generated1185.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1185 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj index 8646188298f..04b9de882dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1186/Generated1186.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1186 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj index a00cb1c297d..4e136ddd12a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1187/Generated1187.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1187 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj index d617048c192..2f7f5f2f07e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1188/Generated1188.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1188 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj index 3c2dc4a227c..4b1f4bcc241 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1189/Generated1189.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1189 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj index 6750726c339..fd67b9e5630 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest119/Generated119.ilproj @@ -1,29 +1,13 @@ - - - + - Generated119 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj index 24abda034d8..32d8b3d1497 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1190/Generated1190.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1190 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj index a57a950d484..8c1b9f01fe2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1191/Generated1191.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1191 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj index 0a70a9c8404..e6ff083e5c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1192/Generated1192.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1192 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj index f5375e8f77a..dd7490fe63c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1193/Generated1193.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1193 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj index 38e0c39673b..1ff55cff402 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1194/Generated1194.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1194 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj index 29eab5b648b..03953c6d2e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1195/Generated1195.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1195 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj index bdfcd61a3d5..8af8f7083e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1196/Generated1196.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1196 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj index 4f235ac3eb9..e001abbeab5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1197/Generated1197.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1197 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj index e24aa6fba25..956bffcb424 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1198/Generated1198.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1198 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj index 87768b4ad5c..47598b64a05 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1199/Generated1199.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1199 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj index f3084817137..9e7d8b0258b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest12/Generated12.ilproj @@ -1,29 +1,13 @@ - - - + - Generated12 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj index 39f7c90340f..83719bcdc12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest120/Generated120.ilproj @@ -1,29 +1,13 @@ - - - + - Generated120 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj index 246da8086ab..91c8989a422 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1200/Generated1200.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1200 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj index 45561722d04..064b2c7b531 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1201/Generated1201.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1201 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj index f4cdae3940a..b34ce554451 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1202/Generated1202.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1202 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj index 945dbe84db7..81f4d71303c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1203/Generated1203.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1203 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj index 0b1665ee58c..d4457b88a55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1204/Generated1204.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1204 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj index 96de550f339..eb68101ef90 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1205/Generated1205.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1205 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj index 7af154617ed..cb1f27706ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1206/Generated1206.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1206 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj index 10324821d4c..f5017b38cfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1207/Generated1207.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1207 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj index 86f1d47d463..7260611623b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1208/Generated1208.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1208 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj index 00286b32761..a45089328b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1209/Generated1209.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1209 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj index 9d0db84f9da..404dfdd80a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest121/Generated121.ilproj @@ -1,29 +1,13 @@ - - - + - Generated121 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj index dd4e02ea2e7..f2ca708ac8e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1210/Generated1210.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1210 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj index c45b901c0a5..d0c7196ecbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1211/Generated1211.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1211 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj index edd67af6ea5..9bd10cc251e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1212/Generated1212.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1212 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj index 1613b5c26d9..0956fa2466a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1213/Generated1213.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1213 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj index d6fde4d8fd4..0679b5009d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1214/Generated1214.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1214 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj index 8d9f4518b0b..883b618b783 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1215/Generated1215.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1215 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj index f9496b30f8d..98239d3170f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1216/Generated1216.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1216 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj index 3874c55527f..e65c24a446e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1217/Generated1217.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1217 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj index 3b4e234b499..64a9e66ff7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1218/Generated1218.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1218 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj index fc04f96d584..a31ad80681d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1219/Generated1219.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1219 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj index ac6cf21aa38..43fba0f1652 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest122/Generated122.ilproj @@ -1,29 +1,13 @@ - - - + - Generated122 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj index 2a05228fd37..fa4f7b5d93a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1220/Generated1220.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1220 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj index 9daf96adcb0..fe00d391991 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1221/Generated1221.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1221 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj index b838f720fcd..519fd153576 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1222/Generated1222.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1222 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj index fc78f921995..cde922313ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1223/Generated1223.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1223 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj index 40d6936e97f..f183a939eca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1224/Generated1224.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1224 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj index 8081fcd6192..834a831d03b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1225/Generated1225.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1225 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj index cd7e3e04483..40293efc726 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1226/Generated1226.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1226 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj index c1d0378842c..66a2981b720 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1227/Generated1227.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1227 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj index e5bfd39be01..28bf2b815f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1228/Generated1228.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1228 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj index ccc69e82a60..d9f3b4b1fef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1229/Generated1229.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1229 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj index 6ef81beac62..8e8850b5333 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest123/Generated123.ilproj @@ -1,29 +1,13 @@ - - - + - Generated123 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj index ffa285256d1..fa10856cf6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1230/Generated1230.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1230 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj index 202f1765931..f0b191d1683 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1231/Generated1231.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1231 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj index 696e3924bf1..b334c3ac9fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1232/Generated1232.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1232 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj index a6ce5a65659..f1b3e2e1233 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1233/Generated1233.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1233 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj index 0118a7c37ea..e8076ce672a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1234/Generated1234.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1234 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj index 0662cc5a097..e84df28406c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1235/Generated1235.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1235 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj index a51ad664a2b..108a90ae279 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1236/Generated1236.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1236 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj index b3a3f1b867e..9598fc123bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1237/Generated1237.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1237 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj index ae33d653498..1f7a3343d42 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1238/Generated1238.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1238 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj index 77b0effd007..87e6fb87d9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1239/Generated1239.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1239 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj index c72d7103ce2..dd5c361e76c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest124/Generated124.ilproj @@ -1,29 +1,13 @@ - - - + - Generated124 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj index 2a5112673c3..abe0ec123c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1240/Generated1240.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1240 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj index 23ff7e5e2e1..052095887b1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1241/Generated1241.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1241 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj index 7aa35a2ec71..80f1048a7f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1242/Generated1242.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1242 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj index 4922db694d4..5db8fd831e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1243/Generated1243.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1243 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj index b3913eeb0bf..30e072b132e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1244/Generated1244.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1244 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj index 8af880d7705..58881efcd64 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1245/Generated1245.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1245 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj index 915393d8f88..7cdc1fe0c9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1246/Generated1246.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1246 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj index d488eb2d48b..7109945107b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1247/Generated1247.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1247 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj index b3195c103d6..8496f346c5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1248/Generated1248.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1248 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj index 5a8b16f59f0..724ea41f2fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1249/Generated1249.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1249 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj index 1ef9d22dc20..db1a1255f6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest125/Generated125.ilproj @@ -1,29 +1,13 @@ - - - + - Generated125 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj index b376cd327cd..892ff5ed03d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1250/Generated1250.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1250 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj index abaa0df6eb9..2bcdbb2b7dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1251/Generated1251.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1251 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj index 0b26cdc7a58..33eea3023c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1252/Generated1252.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1252 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj index 0740204c1ee..02f523ae2b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1253/Generated1253.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1253 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj index 018f6f88e6a..fde8160ee7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1254/Generated1254.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1254 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj index 772d7bb578d..c17724f353b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1255/Generated1255.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1255 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj index 34c726fde3a..2ec177d3448 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1256/Generated1256.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1256 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj index 0a5ac233033..7740731da31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1257/Generated1257.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1257 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj index 593ffa71479..249533cbe1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1258/Generated1258.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1258 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj index 4a61e60efdf..0d449152746 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1259/Generated1259.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1259 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj index eaae27ffc8e..8efd2701fac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest126/Generated126.ilproj @@ -1,29 +1,13 @@ - - - + - Generated126 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj index 2f49685691c..0a0518884fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1260/Generated1260.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1260 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj index a491db9a718..8ef5e7aee31 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1261/Generated1261.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1261 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj index f4e61f6894d..cfb16347c9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1262/Generated1262.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1262 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj index 8165b8f41fa..7d14df84a3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1263/Generated1263.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1263 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj index 4770c4f3d79..7fee1944f5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1264/Generated1264.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1264 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj index 4898d5d1261..4f2e2aac8ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1265/Generated1265.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1265 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj index 37e6c2d7312..6e92716f10c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1266/Generated1266.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1266 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj index 6315667c8db..2533fefb385 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1267/Generated1267.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1267 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj index b18a23651ab..50c9c9afccf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1268/Generated1268.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1268 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj index 76a3c0802cc..a550a1e22e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1269/Generated1269.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1269 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj index 74c1a69cdb9..38eace46cc2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest127/Generated127.ilproj @@ -1,29 +1,13 @@ - - - + - Generated127 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj index fbe67775a3a..9fdc5f8b4c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1270/Generated1270.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1270 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj index 3bc2f2a36c9..9db541f0fb4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1271/Generated1271.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1271 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj index 726231c24da..5c6a0fd6ec8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1272/Generated1272.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1272 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj index 7834bb3161e..a1e16e55b70 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1273/Generated1273.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1273 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj index 1adef80d197..59a43a2e153 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1274/Generated1274.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1274 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj index 15b2ec17f9d..d5c18acb6f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1275/Generated1275.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1275 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj index ec6f708ec14..80b789df984 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1276/Generated1276.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1276 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj index 984965dc622..39946618c76 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1277/Generated1277.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1277 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj index 26fa6b74a5b..50430b918cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1278/Generated1278.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1278 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj index 742d7d48edb..dba026f1f3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1279/Generated1279.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1279 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj index a64c1821191..fed11f798fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest128/Generated128.ilproj @@ -1,29 +1,13 @@ - - - + - Generated128 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj index a49f8a5ecce..3d928e3fae2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1280/Generated1280.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1280 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj index ba70f131d10..f6d2f34d389 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1281/Generated1281.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1281 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj index 968354f1859..0f64795abd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1282/Generated1282.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1282 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj index baa2c9295f5..a5908ffc342 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1283/Generated1283.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1283 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj index c5d95e096b9..2a09bca1fa9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1284/Generated1284.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1284 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj index 6992ffdf9d5..d54c0ea5d9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1285/Generated1285.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1285 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj index a4a52b823e1..2201a1ce474 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1286/Generated1286.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1286 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj index 96abe26b4d8..7ab5dde8b55 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1287/Generated1287.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1287 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj index bfa26d40076..115c42a16a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1288/Generated1288.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1288 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj index e9f5b198ca6..01721c2069b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1289/Generated1289.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1289 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj index 5914c3e2daf..d2f66c02a38 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest129/Generated129.ilproj @@ -1,29 +1,13 @@ - - - + - Generated129 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj index 8e9795bfff9..f7a6af94c68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1290/Generated1290.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1290 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj index 04070b7ce30..3c8e8d99600 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1291/Generated1291.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1291 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj index 3c6d67b66e4..4102034dfe6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1292/Generated1292.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1292 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj index 1f611f9f665..69152a4fdbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1293/Generated1293.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1293 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj index 05027336705..ec06c9075a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1294/Generated1294.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1294 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj index 7046b713e0f..6409c9ad1d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1295/Generated1295.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1295 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj index d2dec3413f7..a7ec8a36380 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1296/Generated1296.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1296 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj index 0b790cfe88b..02c40ee40c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1297/Generated1297.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1297 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj index e2428bf4269..c87c3f595ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1298/Generated1298.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1298 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj index 9c1c332a422..d6692ad88e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1299/Generated1299.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1299 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj index d6f253bd767..23af5baeb22 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest13/Generated13.ilproj @@ -1,29 +1,13 @@ - - - + - Generated13 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj index bc4c01e8d38..7865285354a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest130/Generated130.ilproj @@ -1,29 +1,13 @@ - - - + - Generated130 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj index 953192a2bf0..bf997897917 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1300/Generated1300.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1300 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj index d042b2e4bea..a2bc16cfb05 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1301/Generated1301.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1301 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj index 714da714155..6fad60b3e1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1302/Generated1302.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1302 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj index c902fe61fc3..6ec30e9dcb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1303/Generated1303.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1303 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj index 219de5cdee8..8b1bcfa47f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1304/Generated1304.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1304 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj index 3043f1c3996..14cfff0bff6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1305/Generated1305.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1305 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj index c094e717bd5..ce8548fc1f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1306/Generated1306.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1306 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj index 5256884d2f9..908692269f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1307/Generated1307.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1307 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj index 36fea13557a..8f5aff64471 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1308/Generated1308.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1308 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj index c50705f56bc..b4d37a0be8b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1309/Generated1309.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1309 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj index 050babcd96e..b6463cbc99a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest131/Generated131.ilproj @@ -1,29 +1,13 @@ - - - + - Generated131 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj index a77d44e14e6..0f532bcc683 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1310/Generated1310.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1310 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj index 92a5deb9213..1a141cc7229 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1311/Generated1311.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1311 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj index 9d6af0748a5..81c3f9a005f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1312/Generated1312.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1312 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj index 133757d8814..c9bf3cad0d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1313/Generated1313.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1313 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj index b54672fc3fb..b6cc87f6dd5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1314/Generated1314.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1314 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj index 655169f084b..c46fa724b0e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1315/Generated1315.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1315 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj index d1517b3d222..86557e2a319 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1316/Generated1316.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1316 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj index 8c999bf7fd6..f64e5c4caed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1317/Generated1317.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1317 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj index 2e1a26cab26..3772822e44f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1318/Generated1318.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1318 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj index cb6d3912feb..08e02876723 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1319/Generated1319.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1319 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj index 6871f651c43..ded51c62008 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest132/Generated132.ilproj @@ -1,29 +1,13 @@ - - - + - Generated132 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj index e084b8f06e6..f285d50f205 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1320/Generated1320.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1320 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj index 4012fc24096..5e5f34d0cae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1321/Generated1321.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1321 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj index 4f0ca9175f6..eccae104fc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1322/Generated1322.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1322 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj index 7905fda4070..0eae6e6cf1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1323/Generated1323.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1323 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj index 4be48e08c21..0a6d6c2d664 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1324/Generated1324.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1324 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj index 74630a09bf2..0780c3a4e8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1325/Generated1325.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1325 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj index 786517f7e3f..57470ea5afb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1326/Generated1326.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1326 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj index c2f4962a9c8..4dc5baa4519 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1327/Generated1327.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1327 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj index aac508e2b2a..75fc1740c24 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1328/Generated1328.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1328 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj index 7fef0422121..9832f127255 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1329/Generated1329.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1329 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj index 572b612177d..96b5d433d3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest133/Generated133.ilproj @@ -1,29 +1,13 @@ - - - + - Generated133 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj index 349bba9db67..3e8f5c12462 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1330/Generated1330.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1330 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj index 211f0a8edbf..9d91a097d95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1331/Generated1331.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1331 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj index dc4d9e6d0ab..9fb278499e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1332/Generated1332.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1332 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj index 22d558b97c2..631229acd2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1333/Generated1333.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1333 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj index 29739820711..eed39769acb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1334/Generated1334.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1334 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj index d5aa510172e..4568ae61e6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1335/Generated1335.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1335 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj index 3b23f18bd52..c309123ab41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1336/Generated1336.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1336 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj index 58fcf11731f..8e2739c0139 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1337/Generated1337.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1337 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj index d9c1dd667f1..63427e14b3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1338/Generated1338.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1338 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj index 19d57557b71..fc518cb200b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1339/Generated1339.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1339 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj index 0ca0bf4b9f5..dece724c02c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest134/Generated134.ilproj @@ -1,29 +1,13 @@ - - - + - Generated134 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj index 23978b91a3b..1c79b9bb13d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1340/Generated1340.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1340 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj index 4f2ec87e6c5..9190d3f40c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1341/Generated1341.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1341 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj index d89df1c1e5f..d518c3565d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1342/Generated1342.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1342 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj index 00c381f69ab..02ed82c2d89 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1343/Generated1343.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1343 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj index 3e0d057cac9..65807eabe22 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1344/Generated1344.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1344 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj index c94d7cbe526..a2f311010e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1345/Generated1345.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1345 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj index 73c0ba2c2a7..14614654161 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1346/Generated1346.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1346 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj index 4e72a04585e..2ebb1f3ff08 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1347/Generated1347.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1347 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj index aa4b5733fc9..36ca061f604 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1348/Generated1348.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1348 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj index 0d8442248e6..ea077547713 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1349/Generated1349.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1349 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj index 877c7d4d91a..a638f7a1f4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest135/Generated135.ilproj @@ -1,29 +1,13 @@ - - - + - Generated135 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj index 6344f09afde..0697915126b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1350/Generated1350.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1350 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj index 5da69e49186..dd1f0b126ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1351/Generated1351.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1351 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj index f2aef343983..38f1da4754c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1352/Generated1352.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1352 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj index 949d4db6cdf..1df8b86d284 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1353/Generated1353.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1353 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj index 349e62d546c..4dd48743b7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1354/Generated1354.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1354 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj index 552c0b3eedc..8ed597ebed8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1355/Generated1355.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1355 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj index 14de0f50817..933ff436440 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1356/Generated1356.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1356 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj index e9dfe515f29..4f0bf740195 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1357/Generated1357.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1357 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj index 7443d47f9c0..6bfeb6b8f1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1358/Generated1358.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1358 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj index 9ad07035332..3f45015fd30 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1359/Generated1359.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1359 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj index 7c304695ae6..a3c2b98253e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest136/Generated136.ilproj @@ -1,29 +1,13 @@ - - - + - Generated136 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj index 332709a8ee8..8adc27c28f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1360/Generated1360.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1360 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj index 4599980f9eb..a93b7fdada6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1361/Generated1361.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1361 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj index 9c824acc3ef..359a3bff668 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1362/Generated1362.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1362 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj index a16a483c39c..e9c23f7b3af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1363/Generated1363.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1363 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj index 65621d3d4f0..696f012e372 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1364/Generated1364.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1364 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj index 8341d0c1dc3..f4f79371b34 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1365/Generated1365.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1365 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj index 1471cb40f78..5fced294a33 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1366/Generated1366.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1366 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj index 7e161ca8a0a..d58a07772d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1367/Generated1367.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1367 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj index 827b986f695..691250f9c65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1368/Generated1368.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1368 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj index 458372329eb..2a849b8c659 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1369/Generated1369.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1369 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj index 6afefadcef5..446d2bfc16f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest137/Generated137.ilproj @@ -1,29 +1,13 @@ - - - + - Generated137 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj index 47e84bad5e2..f5b9e3ba5b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1370/Generated1370.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1370 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj index 6a43ae4fe1f..e5de33fc54a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1371/Generated1371.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1371 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj index f6e4c76a9a7..696e6d5fb37 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1372/Generated1372.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1372 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj index f0d49c5b81f..86140e838d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1373/Generated1373.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1373 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj index 91ab67db4eb..cecb746bb8d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1374/Generated1374.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1374 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj index 8f71ba8c8c3..289034c0fc8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1375/Generated1375.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1375 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj index 665d52f8c1c..b989e4f33fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1376/Generated1376.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1376 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj index 899dfb17076..09568a04631 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1377/Generated1377.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1377 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj index 2eb869e0503..6565564188a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1378/Generated1378.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1378 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj index 937ffbdb5e1..c2c3025dbb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1379/Generated1379.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1379 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj index 8daeb9e7488..e4d3a17a425 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest138/Generated138.ilproj @@ -1,29 +1,13 @@ - - - + - Generated138 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj index 2b5d397d222..618ae78f6e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1380/Generated1380.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1380 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj index 566f62f72d8..621bcf2014a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1381 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj index f13447a1422..d931574ef29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1382/Generated1382.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1382 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj index 74cd288be8f..910c3ca7122 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1383/Generated1383.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1383 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj index 773f6c18d43..e2c058067d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1384/Generated1384.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1384 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj index 7978ed0ec7e..dd0ce8fb0ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1385/Generated1385.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1385 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj index 28b0b4d83ec..d665df40c2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1386/Generated1386.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1386 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj index 9e8f886245b..41a2eff67ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1387/Generated1387.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1387 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj index eac88fe6981..efc80c34073 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1388/Generated1388.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1388 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj index 6c8eb77b032..5ddc782b851 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1389/Generated1389.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1389 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj index b58a43be390..80543af49ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest139/Generated139.ilproj @@ -1,29 +1,13 @@ - - - + - Generated139 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj index bafef7a5e0a..2742c85feb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1390/Generated1390.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1390 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj index 1be348cceb0..fb19ee179a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1391/Generated1391.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1391 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj index fa0c6824026..e890f43a38b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1392/Generated1392.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1392 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj index ec1c19e6faf..593a8d9fb0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1393/Generated1393.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1393 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj index 790bc66d17c..dfc04a0d846 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1394/Generated1394.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1394 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj index 75becdb06f7..8d64e8b2623 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1395/Generated1395.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1395 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj index 09df4c25c18..dc3e13dc2f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1396/Generated1396.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1396 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj index eb533817f44..0aa6a832b6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1397/Generated1397.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1397 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj index 4429112ffb2..805e44c0656 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1398/Generated1398.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1398 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj index 68ed46bcfb4..b495d9b52a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1399/Generated1399.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1399 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj index 15a03077fc5..deec2f73d77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest14/Generated14.ilproj @@ -1,29 +1,13 @@ - - - + - Generated14 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj index 3c0443c7016..fa36418ebff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest140/Generated140.ilproj @@ -1,29 +1,13 @@ - - - + - Generated140 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj index 44e19059153..34ea7f523ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1400/Generated1400.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1400 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj index 9e2b3c11cf0..861021a1d5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1401/Generated1401.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1401 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj index 9c29c41a138..611cd20a7c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1402/Generated1402.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1402 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj index ae99976d051..12db5f3dab0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1403/Generated1403.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1403 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj index f52ec8546e9..6bbe5f0893f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1404/Generated1404.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1404 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj index 1cac6c97b67..1a9ad29b15d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1405/Generated1405.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1405 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj index 519a500b2f5..c892fd5b9fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1406/Generated1406.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1406 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj index 2a2dd58ec97..7a661101d3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1407/Generated1407.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1407 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj index 54ca731a182..915df245ff7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1408/Generated1408.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1408 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj index 65f9e942fd4..1073fc49637 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1409/Generated1409.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1409 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj index cc8005077a9..eecc2842d64 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest141/Generated141.ilproj @@ -1,29 +1,13 @@ - - - + - Generated141 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj index 9ebe0bfa457..be39c4fb839 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1410/Generated1410.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1410 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj index ed0e3199278..d01378a5682 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1411/Generated1411.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1411 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj index 43622c7d846..b7b85784d71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1412/Generated1412.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1412 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj index 0063a4bd8a1..afc8a1ad90f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1413/Generated1413.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1413 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj index d1476939eb8..3c010d62e3b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1414/Generated1414.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1414 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj index fe1c79fac29..2a5586b36bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1415/Generated1415.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1415 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj index 8cd8a4e92df..85c418d854c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1416/Generated1416.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1416 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj index f083149071f..c11a4edcadf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1417/Generated1417.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1417 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj index 40e1f369339..3752906bf09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1418/Generated1418.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1418 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj index de288b06a70..bc582176382 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1419/Generated1419.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1419 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj index 148e7607cd6..9137e54f982 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest142/Generated142.ilproj @@ -1,29 +1,13 @@ - - - + - Generated142 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj index 834fbe02aa3..279bde0a2d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1420/Generated1420.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1420 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj index 3be5e0da32f..36a15b8c155 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1421/Generated1421.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1421 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj index 68e092bf1da..6ad93dbb939 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1422/Generated1422.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1422 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj index b1cae34a635..5263f344965 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1423/Generated1423.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1423 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj index f9024e3fbb3..884793bd9db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1424/Generated1424.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1424 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj index 2a03978a844..d2ea9d4a50c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1425/Generated1425.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1425 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj index 78cc6911a42..ff63aab0372 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1426/Generated1426.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1426 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj index d3aaf449ea6..a4d12cf81f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1427/Generated1427.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1427 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj index ce7f92b7426..086f3367ca7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1428/Generated1428.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1428 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj index b2832802163..81ea099e7c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1429/Generated1429.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1429 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj index 6d87a5b2e4d..38e8ae77c3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest143/Generated143.ilproj @@ -1,29 +1,13 @@ - - - + - Generated143 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj index f3778e9f21c..75afbf2d5dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1430/Generated1430.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1430 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj index 421226a294a..c2a4070b3d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1431/Generated1431.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1431 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj index c249974c0d3..b29b6d4e37c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1432/Generated1432.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1432 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj index 00dd82e31d0..1e4e688e181 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1433/Generated1433.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1433 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj index 96e88b6cfd1..584c27868a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1434/Generated1434.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1434 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj index c7f57cffe76..1efa0bfc79e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1435/Generated1435.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1435 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj index 17b800ccde6..671f39de5af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1436/Generated1436.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1436 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj index 7b8912164a8..113dde9f993 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1437/Generated1437.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1437 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj index 39f3c1ce043..472735bb788 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1438/Generated1438.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1438 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj index 100b53f5c54..c3ac90b5ff2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1439/Generated1439.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1439 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj index c0b237ccb5a..9bd329658e1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest144/Generated144.ilproj @@ -1,29 +1,13 @@ - - - + - Generated144 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj index 22616f04b16..90c4a97d4fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1440/Generated1440.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1440 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj index 190b99367e6..1380dd105fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1441/Generated1441.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1441 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj index 0fdbf9f9338..f96f235e4d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1442/Generated1442.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1442 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj index 45c639ec785..3e071b69fb3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1443/Generated1443.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1443 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj index 071d513bcbb..4967d690703 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1444/Generated1444.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1444 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj index 4aaaa119235..58f5990b993 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1445/Generated1445.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1445 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj index 3ca918254cc..e9bdd594eee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1446 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj index d96e2befb54..ce801d01248 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1447/Generated1447.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1447 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj index 7049edcaba5..aa31bc241e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1448/Generated1448.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1448 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj index 7e24b2f1167..2d262d29c41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1449/Generated1449.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1449 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj index 3d3eb113e5c..39ad294cfd0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest145/Generated145.ilproj @@ -1,29 +1,13 @@ - - - + - Generated145 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj index 2861cf63741..e731b5efdba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1450/Generated1450.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1450 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj index 960cf019625..96721489d9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1451/Generated1451.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1451 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj index d7a52d85109..e2a33dbef74 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1452/Generated1452.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1452 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj index 971b3b3177d..fbfe8273e60 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1453/Generated1453.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1453 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj index d31fc582bd2..00bf8232a95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1454/Generated1454.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1454 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj index 1d7edcea631..870c00de178 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1455/Generated1455.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1455 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj index 595beaa416f..b522d9320db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1456/Generated1456.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1456 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj index 4a37a998a7b..ddfa10add3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1457/Generated1457.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1457 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj index 0b1bbcc6a51..3df7e394251 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1458/Generated1458.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1458 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj index 4e05d01064d..cd301512f5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1459/Generated1459.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1459 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj index f3b06f313bb..74b506b67c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest146/Generated146.ilproj @@ -1,29 +1,13 @@ - - - + - Generated146 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj index 4bfa4fb7341..a229c7c1914 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1460/Generated1460.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1460 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj index 8f672b88ce0..220e8b8b85a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1461/Generated1461.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1461 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj index b8ad12edfbd..c38d693e5a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1462/Generated1462.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1462 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj index fc318ec3728..20ff66f7714 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1463/Generated1463.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1463 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj index 810809723d9..67dcda9a3e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1464/Generated1464.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1464 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj index 8ef33229cd1..5aa3108ab29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1465/Generated1465.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1465 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj index 68c4fe47e6f..4d0d5dccfb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1466/Generated1466.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1466 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj index 6f63fef6c2d..56293584984 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1467/Generated1467.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1467 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj index 3ac9b28dc1c..43c569494cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1468/Generated1468.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1468 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj index f2e2e09b561..ed3b4281279 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1469/Generated1469.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1469 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj index 4dea4b427d1..9687b1eefce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest147/Generated147.ilproj @@ -1,29 +1,13 @@ - - - + - Generated147 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj index 5098dc517af..3c9053f53c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1470/Generated1470.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1470 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj index d06fce882d2..ce82934a020 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1471/Generated1471.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1471 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj index e105dc53d50..1bb66fef1d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1472/Generated1472.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1472 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj index 0248fae56b1..b30fdc03b01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1473/Generated1473.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1473 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj index 597e44fdd37..99abd54eba9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1474/Generated1474.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1474 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj index d06fb9ec5bc..4034ba2a8d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1475/Generated1475.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1475 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj index 1b350dff199..47cadba3094 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1476/Generated1476.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1476 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj index 9842aded2d5..2921806fe9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1477/Generated1477.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1477 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj index 0e2c9cd493f..3ae0195fc2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1478/Generated1478.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1478 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj index e0d0f0f2f06..cb5c0642aec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1479/Generated1479.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1479 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj index 3145ceff365..d343ed162ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest148/Generated148.ilproj @@ -1,29 +1,13 @@ - - - + - Generated148 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj index 353581a6b88..d8d78f8053b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1480/Generated1480.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1480 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj index 7718e1ff8d5..07b1f06c530 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1481/Generated1481.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1481 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj index f708664e8c3..ae747deab45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1482/Generated1482.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1482 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj index cb58bb41fe0..7ae0d3e0586 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1483/Generated1483.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1483 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj index e0e819438ba..213dd08242a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1484/Generated1484.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1484 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj index 05fb0118d42..de27e767ac9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1485/Generated1485.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1485 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj index bc943acf09b..4cac8dea111 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1486/Generated1486.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1486 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj index 0147c83182a..17cd3492672 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1487/Generated1487.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1487 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj index ed1c9c14ea0..d3ac19f2749 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1488/Generated1488.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1488 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj index 3f27bd595a4..096d2905326 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1489/Generated1489.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1489 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj index f160935be81..febcd0d159c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest149/Generated149.ilproj @@ -1,29 +1,13 @@ - - - + - Generated149 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj index 971dda1aa77..0fdc5ca766d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1490/Generated1490.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1490 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj index 5caa59e0ef8..6538a6170db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1491/Generated1491.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1491 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj index 272aa6d12a9..ad9d3577559 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1492/Generated1492.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1492 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj index dec451f76bb..a2afdde35d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1493/Generated1493.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1493 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj index bd8370cc877..3c6bf8a195e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1494/Generated1494.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1494 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj index 6f591e14212..c558e9b3a6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1495/Generated1495.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1495 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj index bb68bdb3eea..58457e4992f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1496/Generated1496.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1496 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj index 80a38bf651b..086ade20117 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1497/Generated1497.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1497 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj index 2bb25b2e097..202cab309d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1498/Generated1498.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1498 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj index 528854db70f..07fecc506d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1499/Generated1499.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1499 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj index e3fd3358a6d..34047753586 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest15/Generated15.ilproj @@ -1,29 +1,13 @@ - - - + - Generated15 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj index 16bd996f403..ccc959e9226 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest150/Generated150.ilproj @@ -1,29 +1,13 @@ - - - + - Generated150 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj index 8bb74d89e0b..3767a8ab593 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1500/Generated1500.ilproj @@ -1,29 +1,13 @@ - - - + - Generated1500 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj index 10b8ecea3ce..acffbfbe4b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest151/Generated151.ilproj @@ -1,29 +1,13 @@ - - - + - Generated151 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj index f2983f803d6..694d5174e13 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest152/Generated152.ilproj @@ -1,29 +1,13 @@ - - - + - Generated152 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj index 57717ddb735..ec00d7d4d7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest153/Generated153.ilproj @@ -1,29 +1,13 @@ - - - + - Generated153 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj index 02e7cafde34..e86ecc1b240 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest154/Generated154.ilproj @@ -1,29 +1,13 @@ - - - + - Generated154 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj index d892310ce92..bd162254786 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest155/Generated155.ilproj @@ -1,29 +1,13 @@ - - - + - Generated155 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj index 171bfa2864b..86588ff82fb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest156/Generated156.ilproj @@ -1,29 +1,13 @@ - - - + - Generated156 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj index e51dd8bad0a..8a03ea7fef0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest157/Generated157.ilproj @@ -1,29 +1,13 @@ - - - + - Generated157 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj index a2a9644e5d4..13108a69cbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest158/Generated158.ilproj @@ -1,29 +1,13 @@ - - - + - Generated158 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj index 0ea9e480f26..d4794cc78a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest159/Generated159.ilproj @@ -1,29 +1,13 @@ - - - + - Generated159 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj index af74c5af042..940d5a325e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest16/Generated16.ilproj @@ -1,29 +1,13 @@ - - - + - Generated16 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj index 2bbb5e15dd9..cf398029ac5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest160/Generated160.ilproj @@ -1,29 +1,13 @@ - - - + - Generated160 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj index 77045a4d651..2eabde4a66d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest161/Generated161.ilproj @@ -1,29 +1,13 @@ - - - + - Generated161 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj index ca44a2aeb95..d896af1613c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest162/Generated162.ilproj @@ -1,29 +1,13 @@ - - - + - Generated162 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj index 587e021544e..438376e2543 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest163/Generated163.ilproj @@ -1,29 +1,13 @@ - - - + - Generated163 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj index 744b63646af..a5b802a9dae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest164/Generated164.ilproj @@ -1,29 +1,13 @@ - - - + - Generated164 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj index 61532bb3093..74528413d94 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest165/Generated165.ilproj @@ -1,29 +1,13 @@ - - - + - Generated165 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj index 36548b74ace..e36883365c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest166/Generated166.ilproj @@ -1,29 +1,13 @@ - - - + - Generated166 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj index 02f6de8faf2..f615db1d1a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest167/Generated167.ilproj @@ -1,29 +1,13 @@ - - - + - Generated167 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj index f91b47b9678..62c427217a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest168/Generated168.ilproj @@ -1,29 +1,13 @@ - - - + - Generated168 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj index 1122944b728..ad8139871b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest169/Generated169.ilproj @@ -1,29 +1,13 @@ - - - + - Generated169 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj index 52bd1341f91..844caded103 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest17/Generated17.ilproj @@ -1,29 +1,13 @@ - - - + - Generated17 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj index 865df968015..9dc3cfb60ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest170/Generated170.ilproj @@ -1,29 +1,13 @@ - - - + - Generated170 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj index 2f5e2d3bfab..68dae9ce947 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest171/Generated171.ilproj @@ -1,29 +1,13 @@ - - - + - Generated171 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj index b74a048d88f..47110e5434a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest172/Generated172.ilproj @@ -1,29 +1,13 @@ - - - + - Generated172 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj index f8d855f9331..2c8b69db4e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest173/Generated173.ilproj @@ -1,29 +1,13 @@ - - - + - Generated173 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj index e6c119ef4d1..8df02451df9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest174/Generated174.ilproj @@ -1,29 +1,13 @@ - - - + - Generated174 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj index 5dbafa7cfc9..6e4e1d9df4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest175/Generated175.ilproj @@ -1,29 +1,13 @@ - - - + - Generated175 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj index ccad5abf671..dc01c1dc02b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest176/Generated176.ilproj @@ -1,29 +1,13 @@ - - - + - Generated176 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj index 7f346305521..0719ca26b2c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest177/Generated177.ilproj @@ -1,29 +1,13 @@ - - - + - Generated177 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj index ae0e2a126cb..5eb3dbebfb5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest178/Generated178.ilproj @@ -1,29 +1,13 @@ - - - + - Generated178 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj index 55b8b60917b..7f6b5a726f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest179/Generated179.ilproj @@ -1,29 +1,13 @@ - - - + - Generated179 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj index c2ee6c7c0e8..493d94fb84a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest18/Generated18.ilproj @@ -1,29 +1,13 @@ - - - + - Generated18 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj index e8e42521b0a..118b2d425c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest180/Generated180.ilproj @@ -1,29 +1,13 @@ - - - + - Generated180 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj index 273a1280984..06c74342591 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest181/Generated181.ilproj @@ -1,29 +1,13 @@ - - - + - Generated181 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj index c1c5f90fee9..4a090c08405 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest182/Generated182.ilproj @@ -1,29 +1,13 @@ - - - + - Generated182 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj index 6e232fa308d..690ab03912f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest183/Generated183.ilproj @@ -1,29 +1,13 @@ - - - + - Generated183 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj index 71783ca1e00..fd6b74fb299 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest184/Generated184.ilproj @@ -1,29 +1,13 @@ - - - + - Generated184 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj index 7ca5a6724a8..23ad1e797d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest185/Generated185.ilproj @@ -1,29 +1,13 @@ - - - + - Generated185 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj index 905c578454b..063b10d688b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest186/Generated186.ilproj @@ -1,29 +1,13 @@ - - - + - Generated186 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj index 9374b15b6e3..7b9069eea24 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest187/Generated187.ilproj @@ -1,29 +1,13 @@ - - - + - Generated187 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj index 91e191cfd90..3fa93bb72ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest188/Generated188.ilproj @@ -1,29 +1,13 @@ - - - + - Generated188 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj index 81806154c18..3e45d99e280 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest189/Generated189.ilproj @@ -1,29 +1,13 @@ - - - + - Generated189 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj index dc835ebd3ac..8aab31ab869 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest19/Generated19.ilproj @@ -1,29 +1,13 @@ - - - + - Generated19 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj index af640e0b32a..0932e7aedfe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest190/Generated190.ilproj @@ -1,29 +1,13 @@ - - - + - Generated190 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj index a3258f8475c..0f839634af9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest191/Generated191.ilproj @@ -1,29 +1,13 @@ - - - + - Generated191 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj index 4f56e1adb2a..a4efb87c859 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest192/Generated192.ilproj @@ -1,29 +1,13 @@ - - - + - Generated192 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj index 5a62d5169aa..a4154d2e431 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest193/Generated193.ilproj @@ -1,29 +1,13 @@ - - - + - Generated193 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj index a06505ef19b..228f9af5d9d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest194/Generated194.ilproj @@ -1,29 +1,13 @@ - - - + - Generated194 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj index 302b35e1c07..8a45aebcf48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest195/Generated195.ilproj @@ -1,29 +1,13 @@ - - - + - Generated195 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj index 0be265fbb16..b83d7a8e638 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest196/Generated196.ilproj @@ -1,29 +1,13 @@ - - - + - Generated196 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj index fe396fed133..35d575fc1a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest197/Generated197.ilproj @@ -1,29 +1,13 @@ - - - + - Generated197 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj index 03cb147382d..e34ec6836e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest198/Generated198.ilproj @@ -1,29 +1,13 @@ - - - + - Generated198 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj index c84316c23e6..90414a55eb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest199/Generated199.ilproj @@ -1,29 +1,13 @@ - - - + - Generated199 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj index c73d51ed615..0df75d812ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest2/Generated2.ilproj @@ -1,29 +1,13 @@ - - - + - Generated2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj index 7bb9c59ddb4..a75c72e151a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest20/Generated20.ilproj @@ -1,29 +1,13 @@ - - - + - Generated20 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj index 4be476a1ba8..2c8548f331e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest200/Generated200.ilproj @@ -1,29 +1,13 @@ - - - + - Generated200 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj index 7b34d7ab5f6..c7433af8e33 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest201/Generated201.ilproj @@ -1,29 +1,13 @@ - - - + - Generated201 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj index 536ef42d1e7..e6f9810b9f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest202/Generated202.ilproj @@ -1,29 +1,13 @@ - - - + - Generated202 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj index 90e2d1f4ad0..2f2627aa7dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest203/Generated203.ilproj @@ -1,29 +1,13 @@ - - - + - Generated203 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj index ac8c8186cac..4e872f94990 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest204/Generated204.ilproj @@ -1,29 +1,13 @@ - - - + - Generated204 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj index 54fc8ae312e..46c41157aa4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest205/Generated205.ilproj @@ -1,29 +1,13 @@ - - - + - Generated205 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj index 54c19d0a7a3..d623ea7456a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest206/Generated206.ilproj @@ -1,29 +1,13 @@ - - - + - Generated206 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj index 38ca070d49e..ff6f1271503 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest207/Generated207.ilproj @@ -1,29 +1,13 @@ - - - + - Generated207 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj index cd969168b72..9f7ed9add2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest208/Generated208.ilproj @@ -1,29 +1,13 @@ - - - + - Generated208 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj index ddf1e4fcb89..f6ce03352e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest209/Generated209.ilproj @@ -1,29 +1,13 @@ - - - + - Generated209 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj index 59996217e59..49accf31c99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest21/Generated21.ilproj @@ -1,29 +1,13 @@ - - - + - Generated21 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj index 268cd0924f5..609af9a6072 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest210/Generated210.ilproj @@ -1,29 +1,13 @@ - - - + - Generated210 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj index 00fc9f5646c..1d5d9ef60b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest211/Generated211.ilproj @@ -1,29 +1,13 @@ - - - + - Generated211 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj index 8401d0caadc..18a56bca925 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest212/Generated212.ilproj @@ -1,29 +1,13 @@ - - - + - Generated212 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj index f538cd95087..9e3408c8336 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest213/Generated213.ilproj @@ -1,29 +1,13 @@ - - - + - Generated213 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj index 516a7a5325e..0d85a9fc9be 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest214/Generated214.ilproj @@ -1,29 +1,13 @@ - - - + - Generated214 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj index f5cb25151de..3b6d5aa211c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest215/Generated215.ilproj @@ -1,29 +1,13 @@ - - - + - Generated215 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj index 6aa1d15211b..33b34ae2d1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest216/Generated216.ilproj @@ -1,29 +1,13 @@ - - - + - Generated216 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj index 9c8ddbb4cd5..a1072885eb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest217/Generated217.ilproj @@ -1,29 +1,13 @@ - - - + - Generated217 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj index 907c4a37192..f9bca42ad11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest218/Generated218.ilproj @@ -1,29 +1,13 @@ - - - + - Generated218 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj index a4c24147790..cd4de309e53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest219/Generated219.ilproj @@ -1,29 +1,13 @@ - - - + - Generated219 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj index 030cdd5851c..95b362df535 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest22/Generated22.ilproj @@ -1,29 +1,13 @@ - - - + - Generated22 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj index fab574e0234..e489f3fd799 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest220/Generated220.ilproj @@ -1,29 +1,13 @@ - - - + - Generated220 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj index 01a50ff3921..1f59d678b0a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest221/Generated221.ilproj @@ -1,29 +1,13 @@ - - - + - Generated221 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj index a5bcc73c0a6..eafd241f599 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest222/Generated222.ilproj @@ -1,29 +1,13 @@ - - - + - Generated222 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj index 4ce5fc464b7..2c454c55a14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest223/Generated223.ilproj @@ -1,29 +1,13 @@ - - - + - Generated223 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj index 31ca82fd505..37b42138a6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest224/Generated224.ilproj @@ -1,29 +1,13 @@ - - - + - Generated224 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj index 2a30dc3c46d..1df194ac267 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest225/Generated225.ilproj @@ -1,29 +1,13 @@ - - - + - Generated225 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj index 4147e28877a..ef3392643ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest226/Generated226.ilproj @@ -1,29 +1,13 @@ - - - + - Generated226 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj index 6af1fd7e865..1ea4973dd9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest227/Generated227.ilproj @@ -1,29 +1,13 @@ - - - + - Generated227 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj index c487428116a..72d0b3889ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest228/Generated228.ilproj @@ -1,29 +1,13 @@ - - - + - Generated228 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj index 1d5ae1a5b45..cb7e5ecbd9f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest229/Generated229.ilproj @@ -1,29 +1,13 @@ - - - + - Generated229 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj index 12c755d351c..8406eca890e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest23/Generated23.ilproj @@ -1,29 +1,13 @@ - - - + - Generated23 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj index 916213169a2..185054f9166 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest230/Generated230.ilproj @@ -1,29 +1,13 @@ - - - + - Generated230 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj index fc77210d885..570eceeda4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest231/Generated231.ilproj @@ -1,29 +1,13 @@ - - - + - Generated231 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj index 7ecf827ebb6..cee135ceccf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest232/Generated232.ilproj @@ -1,29 +1,13 @@ - - - + - Generated232 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj index 77d1e4caa7a..a6ec39a3d4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest233/Generated233.ilproj @@ -1,29 +1,13 @@ - - - + - Generated233 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj index 8f0c4b5852f..f898a4756ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest234/Generated234.ilproj @@ -1,29 +1,13 @@ - - - + - Generated234 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj index c66d198d1b8..5ba7b397f1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest235/Generated235.ilproj @@ -1,29 +1,13 @@ - - - + - Generated235 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj index 429cbd4c913..104447b7bb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest236/Generated236.ilproj @@ -1,29 +1,13 @@ - - - + - Generated236 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj index 2bc8264f88e..a11ae8b9818 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest237/Generated237.ilproj @@ -1,29 +1,13 @@ - - - + - Generated237 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj index 0f0eb83d18c..8b03a218455 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest238/Generated238.ilproj @@ -1,29 +1,13 @@ - - - + - Generated238 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj index a73dd0cd14d..de26cbf816a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest239/Generated239.ilproj @@ -1,29 +1,13 @@ - - - + - Generated239 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj index 188ff971176..db82b9c3233 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest24/Generated24.ilproj @@ -1,29 +1,13 @@ - - - + - Generated24 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj index d2248162c13..6385cb3e3b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest240/Generated240.ilproj @@ -1,29 +1,13 @@ - - - + - Generated240 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj index f8182066b8e..f33331172fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest241/Generated241.ilproj @@ -1,29 +1,13 @@ - - - + - Generated241 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj index 1693b51d3c8..585fb88f43b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest242/Generated242.ilproj @@ -1,29 +1,13 @@ - - - + - Generated242 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj index ddd601b0142..385cda31eb3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest243/Generated243.ilproj @@ -1,29 +1,13 @@ - - - + - Generated243 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj index a5af4cd58b9..4063c53d06a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest244/Generated244.ilproj @@ -1,29 +1,13 @@ - - - + - Generated244 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj index 89946648d7e..bc4a43ff765 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest245/Generated245.ilproj @@ -1,29 +1,13 @@ - - - + - Generated245 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj index a668e4aaebe..368968a4be5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest246/Generated246.ilproj @@ -1,29 +1,13 @@ - - - + - Generated246 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj index 7d144b8a421..4d38406f201 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest247/Generated247.ilproj @@ -1,29 +1,13 @@ - - - + - Generated247 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj index b70ac6d5fcb..11b3d2cbe68 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest248/Generated248.ilproj @@ -1,29 +1,13 @@ - - - + - Generated248 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj index f58d46d8d98..3d00502ce48 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest249/Generated249.ilproj @@ -1,29 +1,13 @@ - - - + - Generated249 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj index 03c6f74ab14..bc8436e4c8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest25/Generated25.ilproj @@ -1,29 +1,13 @@ - - - + - Generated25 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj index 406a16af212..83e9eae43bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest250/Generated250.ilproj @@ -1,29 +1,13 @@ - - - + - Generated250 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj index ff9ab8c27cb..51bbe1e0e38 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest251/Generated251.ilproj @@ -1,29 +1,13 @@ - - - + - Generated251 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj index de78a9ce24c..83385c93b3f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest252/Generated252.ilproj @@ -1,29 +1,13 @@ - - - + - Generated252 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj index d0ed7fe94fb..3bc96b0e211 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest253/Generated253.ilproj @@ -1,29 +1,13 @@ - - - + - Generated253 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj index 9a04d725963..95691bbccd3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest254/Generated254.ilproj @@ -1,29 +1,13 @@ - - - + - Generated254 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj index 9ea8a0edb56..7679dfb64c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest255/Generated255.ilproj @@ -1,29 +1,13 @@ - - - + - Generated255 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj index ed744c24b4c..2382b460e7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest256/Generated256.ilproj @@ -1,29 +1,13 @@ - - - + - Generated256 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj index 40ffaeb0dc6..f9e5da6c00c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest257/Generated257.ilproj @@ -1,29 +1,13 @@ - - - + - Generated257 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj index 87c67eb243b..6c131c98f6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest258/Generated258.ilproj @@ -1,29 +1,13 @@ - - - + - Generated258 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj index 51642eb37b1..80dda1da690 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest259/Generated259.ilproj @@ -1,29 +1,13 @@ - - - + - Generated259 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj index f74cf6dfe26..a8ba98f163e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest26/Generated26.ilproj @@ -1,29 +1,13 @@ - - - + - Generated26 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj index 1f8dd2acf59..2d3547f8bed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest260/Generated260.ilproj @@ -1,29 +1,13 @@ - - - + - Generated260 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj index 86cfcd69212..88a304490a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest261/Generated261.ilproj @@ -1,29 +1,13 @@ - - - + - Generated261 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj index 4b34df8ae0c..9b4f992d68f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest262/Generated262.ilproj @@ -1,29 +1,13 @@ - - - + - Generated262 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj index 82999cbb4f7..158aaeb2c47 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest263/Generated263.ilproj @@ -1,29 +1,13 @@ - - - + - Generated263 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj index d17d0c5eef5..b3c6bf596a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest264/Generated264.ilproj @@ -1,29 +1,13 @@ - - - + - Generated264 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj index 5d6a524ba5e..c6542bd2c80 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest265/Generated265.ilproj @@ -1,29 +1,13 @@ - - - + - Generated265 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj index cb3a04620c1..4b4f3c4c396 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest266/Generated266.ilproj @@ -1,29 +1,13 @@ - - - + - Generated266 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj index 11608cab20f..3a101fa9c95 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest267/Generated267.ilproj @@ -1,29 +1,13 @@ - - - + - Generated267 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj index b7358e2ac3b..fc69fb4ccb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest268/Generated268.ilproj @@ -1,29 +1,13 @@ - - - + - Generated268 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj index 4c837d9b1ff..923a0b01914 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest269/Generated269.ilproj @@ -1,29 +1,13 @@ - - - + - Generated269 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj index eb685eeca5a..f3d3afeb324 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest27/Generated27.ilproj @@ -1,29 +1,13 @@ - - - + - Generated27 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj index f6d0db01f09..587a3777ca8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest270/Generated270.ilproj @@ -1,29 +1,13 @@ - - - + - Generated270 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj index b5d2df27a80..2afee7df3e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest271/Generated271.ilproj @@ -1,29 +1,13 @@ - - - + - Generated271 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj index 2d892231a4b..047b1e90e81 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest272/Generated272.ilproj @@ -1,29 +1,13 @@ - - - + - Generated272 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj index 7921312976e..ae22912f14d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest273/Generated273.ilproj @@ -1,29 +1,13 @@ - - - + - Generated273 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj index d47a29d4b31..cdc194892d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest274/Generated274.ilproj @@ -1,29 +1,13 @@ - - - + - Generated274 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj index db414e15eda..f5fcb39fa4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest275/Generated275.ilproj @@ -1,29 +1,13 @@ - - - + - Generated275 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj index afda61cdc01..539f166a601 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest276/Generated276.ilproj @@ -1,29 +1,13 @@ - - - + - Generated276 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj index 5d379cc78b9..cb8e4e15e6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest277/Generated277.ilproj @@ -1,29 +1,13 @@ - - - + - Generated277 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj index f74b95b6b6e..bca2c25c04a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest278/Generated278.ilproj @@ -1,29 +1,13 @@ - - - + - Generated278 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj index 339a644548d..90923b200c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest279/Generated279.ilproj @@ -1,29 +1,13 @@ - - - + - Generated279 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj index 827fd7de258..99a1b3b973e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest28/Generated28.ilproj @@ -1,29 +1,13 @@ - - - + - Generated28 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj index 34e07e0b92f..de6406376b7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest280/Generated280.ilproj @@ -1,29 +1,13 @@ - - - + - Generated280 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj index 907f2f5b443..6034d78abf2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest281/Generated281.ilproj @@ -1,29 +1,13 @@ - - - + - Generated281 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj index 161982f2176..13a4437ce8c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest282/Generated282.ilproj @@ -1,29 +1,13 @@ - - - + - Generated282 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj index 5e83d5fd16a..abc97a0744b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest283/Generated283.ilproj @@ -1,29 +1,13 @@ - - - + - Generated283 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj index 80e9532c2b0..7e7c921a0ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest284/Generated284.ilproj @@ -1,29 +1,13 @@ - - - + - Generated284 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj index 0f6297e744d..0ff5cebe66a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest285/Generated285.ilproj @@ -1,29 +1,13 @@ - - - + - Generated285 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj index 966280226ea..42536647208 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest286/Generated286.ilproj @@ -1,29 +1,13 @@ - - - + - Generated286 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj index 77cd4b27235..79776e9c441 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest287/Generated287.ilproj @@ -1,29 +1,13 @@ - - - + - Generated287 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj index a238bdf346a..217f09435ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest288/Generated288.ilproj @@ -1,29 +1,13 @@ - - - + - Generated288 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj index 4dba32215cc..31b484f5397 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest289/Generated289.ilproj @@ -1,29 +1,13 @@ - - - + - Generated289 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj index cf5696b6fc3..09e2e2278f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest29/Generated29.ilproj @@ -1,29 +1,13 @@ - - - + - Generated29 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj index d4d37bc6593..7324b52b429 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest290/Generated290.ilproj @@ -1,29 +1,13 @@ - - - + - Generated290 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj index d8b62456a7e..cf450e75ba7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest291/Generated291.ilproj @@ -1,29 +1,13 @@ - - - + - Generated291 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj index 0e7871e59d9..55e86b6ff66 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest292/Generated292.ilproj @@ -1,29 +1,13 @@ - - - + - Generated292 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj index 924f82aaec4..d2cbf884acc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest293/Generated293.ilproj @@ -1,29 +1,13 @@ - - - + - Generated293 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj index c2f95e1329b..a44cbe1a3b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest294/Generated294.ilproj @@ -1,29 +1,13 @@ - - - + - Generated294 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj index 64a1ef94b4b..ca4a5d5090f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest295/Generated295.ilproj @@ -1,29 +1,13 @@ - - - + - Generated295 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj index d13ff6a4f06..84217745059 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest296/Generated296.ilproj @@ -1,29 +1,13 @@ - - - + - Generated296 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj index 9ee9fc44ecd..9e58de24bb0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest297/Generated297.ilproj @@ -1,29 +1,13 @@ - - - + - Generated297 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj index 7ac2d240980..dedfdc8e8ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest298/Generated298.ilproj @@ -1,29 +1,13 @@ - - - + - Generated298 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj index 471ec2208aa..6bedf743d50 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest299/Generated299.ilproj @@ -1,29 +1,13 @@ - - - + - Generated299 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj index 5add719a07d..91a8f157e97 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest3/Generated3.ilproj @@ -1,29 +1,13 @@ - - - + - Generated3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj index ae9b86f6264..e8e6320bcdf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest30/Generated30.ilproj @@ -1,29 +1,13 @@ - - - + - Generated30 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj index 60474647fea..3173ad801f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest300/Generated300.ilproj @@ -1,29 +1,13 @@ - - - + - Generated300 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj index 59e091db63b..d6e9cb80af5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest301/Generated301.ilproj @@ -1,29 +1,13 @@ - - - + - Generated301 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj index c83bd150abb..a98ef361166 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest302/Generated302.ilproj @@ -1,29 +1,13 @@ - - - + - Generated302 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj index 4054e9bd057..cd58d61ee35 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest303/Generated303.ilproj @@ -1,29 +1,13 @@ - - - + - Generated303 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj index ab03f876273..723d386d392 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest304/Generated304.ilproj @@ -1,29 +1,13 @@ - - - + - Generated304 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj index dfdf5c4b683..3821818a57b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest305/Generated305.ilproj @@ -1,29 +1,13 @@ - - - + - Generated305 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj index 19dc54edeae..36eb1a77ed4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest306/Generated306.ilproj @@ -1,29 +1,13 @@ - - - + - Generated306 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj index cd7d8b68928..6178f3c5122 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest307/Generated307.ilproj @@ -1,29 +1,13 @@ - - - + - Generated307 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj index e6a65e540b2..efb68bb4112 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest308/Generated308.ilproj @@ -1,29 +1,13 @@ - - - + - Generated308 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj index 2e5d13bd86c..52e7c450a8f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest309/Generated309.ilproj @@ -1,29 +1,13 @@ - - - + - Generated309 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj index 3c593890574..7a285f32492 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest31/Generated31.ilproj @@ -1,29 +1,13 @@ - - - + - Generated31 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj index 90100d43037..46f67edcfb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest310/Generated310.ilproj @@ -1,29 +1,13 @@ - - - + - Generated310 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj index 60b30de1684..01a5db1527f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest311/Generated311.ilproj @@ -1,29 +1,13 @@ - - - + - Generated311 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj index 56f34b28d6f..48a2b9c42cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest312/Generated312.ilproj @@ -1,29 +1,13 @@ - - - + - Generated312 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj index ec01659b035..10e05f7566f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest313/Generated313.ilproj @@ -1,29 +1,13 @@ - - - + - Generated313 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj index 1c6614bbf5d..6e454bd0e44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest314/Generated314.ilproj @@ -1,29 +1,13 @@ - - - + - Generated314 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj index 67591faa604..75222a998a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest315/Generated315.ilproj @@ -1,29 +1,13 @@ - - - + - Generated315 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj index b7f26545392..eae0367112b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest316/Generated316.ilproj @@ -1,29 +1,13 @@ - - - + - Generated316 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj index b107eebe04e..a0a72f3d5f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest317/Generated317.ilproj @@ -1,29 +1,13 @@ - - - + - Generated317 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj index 7bee7e497a1..23ad0d5bb6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest318/Generated318.ilproj @@ -1,29 +1,13 @@ - - - + - Generated318 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj index b72889ca075..7d75367ffbb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest319/Generated319.ilproj @@ -1,29 +1,13 @@ - - - + - Generated319 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj index 6cc85b19b58..4fbbecf5915 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest32/Generated32.ilproj @@ -1,29 +1,13 @@ - - - + - Generated32 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj index 7af56c142b2..58674d2c37e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest320/Generated320.ilproj @@ -1,29 +1,13 @@ - - - + - Generated320 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj index 41e39a13ecf..31951084c3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest321/Generated321.ilproj @@ -1,29 +1,13 @@ - - - + - Generated321 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj index 4ab162cb742..9d13442c485 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest322/Generated322.ilproj @@ -1,29 +1,13 @@ - - - + - Generated322 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj index c279dd3d53f..91172e70250 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest323/Generated323.ilproj @@ -1,29 +1,13 @@ - - - + - Generated323 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj index fecf50a5121..b51a288e450 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest324/Generated324.ilproj @@ -1,29 +1,13 @@ - - - + - Generated324 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj index 67fb8f91fce..89795986cfb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest325/Generated325.ilproj @@ -1,29 +1,13 @@ - - - + - Generated325 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj index 7121a9f3760..caeaf741277 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest326/Generated326.ilproj @@ -1,29 +1,13 @@ - - - + - Generated326 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj index 199e5f775b7..76c49e4fa63 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest327/Generated327.ilproj @@ -1,29 +1,13 @@ - - - + - Generated327 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj index dd0449a6470..6c52aa5ff98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest328/Generated328.ilproj @@ -1,29 +1,13 @@ - - - + - Generated328 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj index 0d50775caf7..84d88649df7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest329/Generated329.ilproj @@ -1,29 +1,13 @@ - - - + - Generated329 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj index c701ecb131d..120045fe4e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest33/Generated33.ilproj @@ -1,29 +1,13 @@ - - - + - Generated33 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj index 543027f9026..4a89ee2d20b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest330/Generated330.ilproj @@ -1,29 +1,13 @@ - - - + - Generated330 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj index b334fef64b6..60a497dc999 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest331/Generated331.ilproj @@ -1,29 +1,13 @@ - - - + - Generated331 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj index 12ef8edb7a0..a1e25601265 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest332/Generated332.ilproj @@ -1,29 +1,13 @@ - - - + - Generated332 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj index 607231fc157..924faed4639 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest333/Generated333.ilproj @@ -1,29 +1,13 @@ - - - + - Generated333 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj index 42fe32480be..097d632eb32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest334/Generated334.ilproj @@ -1,29 +1,13 @@ - - - + - Generated334 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj index 054fe71477b..762abb9390e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest335/Generated335.ilproj @@ -1,29 +1,13 @@ - - - + - Generated335 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj index 1623ed06cac..80715026b27 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest336/Generated336.ilproj @@ -1,29 +1,13 @@ - - - + - Generated336 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj index ce7ff3d4a65..9cfe39389f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest337/Generated337.ilproj @@ -1,29 +1,13 @@ - - - + - Generated337 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj index b6dcb550a8d..0fb0ead6d85 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest338/Generated338.ilproj @@ -1,29 +1,13 @@ - - - + - Generated338 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj index 55fc2a98434..1c972f5c043 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest339/Generated339.ilproj @@ -1,29 +1,13 @@ - - - + - Generated339 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj index f3ad43c8222..9aac55d6dfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest34/Generated34.ilproj @@ -1,29 +1,13 @@ - - - + - Generated34 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj index c734aa8da87..ab968d77d71 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest340/Generated340.ilproj @@ -1,29 +1,13 @@ - - - + - Generated340 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj index 9f494afdff5..fd264a53045 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest341/Generated341.ilproj @@ -1,29 +1,13 @@ - - - + - Generated341 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj index af5b9de02d4..58acf3c42f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest342/Generated342.ilproj @@ -1,29 +1,13 @@ - - - + - Generated342 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj index 91893f283b5..3d38dbbcfe1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest343/Generated343.ilproj @@ -1,29 +1,13 @@ - - - + - Generated343 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj index 8846c23470a..233e473231f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest344/Generated344.ilproj @@ -1,29 +1,13 @@ - - - + - Generated344 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj index e56a67cd284..26b9733a375 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest345/Generated345.ilproj @@ -1,29 +1,13 @@ - - - + - Generated345 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj index b1e954a9ba5..4259bf6ec5a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest346/Generated346.ilproj @@ -1,29 +1,13 @@ - - - + - Generated346 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj index e11af10dc60..3f011dc198f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest347/Generated347.ilproj @@ -1,29 +1,13 @@ - - - + - Generated347 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj index 2fc312456ca..0a66b8c91c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest348/Generated348.ilproj @@ -1,29 +1,13 @@ - - - + - Generated348 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj index deabaec8872..376a2cd6933 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest349/Generated349.ilproj @@ -1,29 +1,13 @@ - - - + - Generated349 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj index a65e11d75f6..e27ae7e642c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest35/Generated35.ilproj @@ -1,29 +1,13 @@ - - - + - Generated35 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj index b39a8d9d902..5987d02c253 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest350/Generated350.ilproj @@ -1,29 +1,13 @@ - - - + - Generated350 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj index f844c723779..5910e0f1f36 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest351/Generated351.ilproj @@ -1,29 +1,13 @@ - - - + - Generated351 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj index bba14402145..9b727f74c39 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest352/Generated352.ilproj @@ -1,29 +1,13 @@ - - - + - Generated352 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj index cac0927befe..766c782c458 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest353/Generated353.ilproj @@ -1,29 +1,13 @@ - - - + - Generated353 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj index 2bd60cede72..4cfac6ee013 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest354/Generated354.ilproj @@ -1,29 +1,13 @@ - - - + - Generated354 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj index 12ae0eb9d6b..f00c3065019 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest355/Generated355.ilproj @@ -1,29 +1,13 @@ - - - + - Generated355 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj index 45f7aca2fef..f9a72d0557c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest356/Generated356.ilproj @@ -1,29 +1,13 @@ - - - + - Generated356 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj index bd450db970b..d54de55c94e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest357/Generated357.ilproj @@ -1,29 +1,13 @@ - - - + - Generated357 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj index f358e8cba8c..dff49e774e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest358/Generated358.ilproj @@ -1,29 +1,13 @@ - - - + - Generated358 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj index b025129dd6d..5b83063d19a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest359/Generated359.ilproj @@ -1,29 +1,13 @@ - - - + - Generated359 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj index 5f9a40d920c..7e1e5896fa1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest36/Generated36.ilproj @@ -1,29 +1,13 @@ - - - + - Generated36 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj index 89f5bb5b825..c59c86afdaa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest360/Generated360.ilproj @@ -1,29 +1,13 @@ - - - + - Generated360 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj index 2f1b3bdd9cb..bc03fafe7df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest361/Generated361.ilproj @@ -1,29 +1,13 @@ - - - + - Generated361 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj index bfd3cd2d42b..0dbcaf68795 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest362/Generated362.ilproj @@ -1,29 +1,13 @@ - - - + - Generated362 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj index e4ff0cfc958..737f6fe22f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest363/Generated363.ilproj @@ -1,29 +1,13 @@ - - - + - Generated363 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj index d1e741df2f1..e1533811626 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest364/Generated364.ilproj @@ -1,29 +1,13 @@ - - - + - Generated364 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj index 88406668f2f..4de876378da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest365/Generated365.ilproj @@ -1,29 +1,13 @@ - - - + - Generated365 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj index 9ec33bd5398..4e32cb9f374 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest366/Generated366.ilproj @@ -1,29 +1,13 @@ - - - + - Generated366 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj index 368e5a5af99..f04e53c84bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj @@ -1,29 +1,13 @@ - - - + - Generated367 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj index 2211b94a43d..3608bfb5fea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest368/Generated368.ilproj @@ -1,29 +1,13 @@ - - - + - Generated368 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj index 621126a2430..47187dcc968 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest369/Generated369.ilproj @@ -1,29 +1,13 @@ - - - + - Generated369 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj index e3a298fda8d..8127b284073 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest37/Generated37.ilproj @@ -1,29 +1,13 @@ - - - + - Generated37 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj index f4dc5d32ddb..1dc149a1205 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest370/Generated370.ilproj @@ -1,29 +1,13 @@ - - - + - Generated370 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj index ed5b9e3e81c..0a673a57d7b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest371/Generated371.ilproj @@ -1,29 +1,13 @@ - - - + - Generated371 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj index 7dd1f8ef9ab..87d09a85961 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest372/Generated372.ilproj @@ -1,29 +1,13 @@ - - - + - Generated372 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj index 6ccfcef83ff..bc85c719237 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest373/Generated373.ilproj @@ -1,29 +1,13 @@ - - - + - Generated373 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj index a2e69ac409d..df8a3cba3b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest374/Generated374.ilproj @@ -1,29 +1,13 @@ - - - + - Generated374 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj index 81af6123733..c8da6e2fc5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest375/Generated375.ilproj @@ -1,29 +1,13 @@ - - - + - Generated375 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj index 4199db9185e..249115c89ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest376/Generated376.ilproj @@ -1,29 +1,13 @@ - - - + - Generated376 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj index afe6d6b2d7a..1c9273da609 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest377/Generated377.ilproj @@ -1,29 +1,13 @@ - - - + - Generated377 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj index 56b18451cb0..aca4f21bf08 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest378/Generated378.ilproj @@ -1,29 +1,13 @@ - - - + - Generated378 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj index 5c37cb05a73..2d128585a84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest379/Generated379.ilproj @@ -1,29 +1,13 @@ - - - + - Generated379 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj index 6c289cd011c..4f585a76084 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest38/Generated38.ilproj @@ -1,29 +1,13 @@ - - - + - Generated38 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj index 3ecb792093d..a50a49cf525 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest380/Generated380.ilproj @@ -1,29 +1,13 @@ - - - + - Generated380 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj index 42979759061..b331a6c1b1c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest381/Generated381.ilproj @@ -1,29 +1,13 @@ - - - + - Generated381 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj index eb89306ab25..851b904105d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest382/Generated382.ilproj @@ -1,29 +1,13 @@ - - - + - Generated382 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj index e070c909cdf..a3653b7da44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest383/Generated383.ilproj @@ -1,29 +1,13 @@ - - - + - Generated383 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj index ed468b42d27..c83e993c733 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest384/Generated384.ilproj @@ -1,29 +1,13 @@ - - - + - Generated384 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj index 59710229206..864069f7861 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest385/Generated385.ilproj @@ -1,29 +1,13 @@ - - - + - Generated385 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj index 542ad77a06a..ab283ed79a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest386/Generated386.ilproj @@ -1,29 +1,13 @@ - - - + - Generated386 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj index 45040f9fb12..9e3da96d7e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest387/Generated387.ilproj @@ -1,29 +1,13 @@ - - - + - Generated387 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj index 44975ec8bda..ff4e2ad621c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest388/Generated388.ilproj @@ -1,29 +1,13 @@ - - - + - Generated388 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj index 331ce9542f6..bbf3289131c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest389/Generated389.ilproj @@ -1,29 +1,13 @@ - - - + - Generated389 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj index b14ebb5724a..8703c6fea59 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest39/Generated39.ilproj @@ -1,29 +1,13 @@ - - - + - Generated39 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj index f5c98fa51d7..34f9dcea03c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest390/Generated390.ilproj @@ -1,29 +1,13 @@ - - - + - Generated390 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj index 534c1564b4d..b95dbc6f81b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest391/Generated391.ilproj @@ -1,29 +1,13 @@ - - - + - Generated391 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj index 4f390df5fef..994e1e17b33 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest392/Generated392.ilproj @@ -1,29 +1,13 @@ - - - + - Generated392 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj index 513ea985419..0291ba57ea4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest393/Generated393.ilproj @@ -1,29 +1,13 @@ - - - + - Generated393 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj index 578cdb9bb1b..d14a2180bce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest394/Generated394.ilproj @@ -1,29 +1,13 @@ - - - + - Generated394 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj index 03ad3cf61b2..0b6adc6c0d8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest395/Generated395.ilproj @@ -1,29 +1,13 @@ - - - + - Generated395 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj index 47c0e9d1285..a7c5b19c3dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest396/Generated396.ilproj @@ -1,29 +1,13 @@ - - - + - Generated396 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj index 05501a954c4..1692fa1cb2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest397/Generated397.ilproj @@ -1,29 +1,13 @@ - - - + - Generated397 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj index 8877b6df486..f52cb275067 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest398/Generated398.ilproj @@ -1,29 +1,13 @@ - - - + - Generated398 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj index 8c08f1dee1f..23059b21fc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest399/Generated399.ilproj @@ -1,29 +1,13 @@ - - - + - Generated399 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj index ba9ea5e7bc3..5fe5e304b7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest4/Generated4.ilproj @@ -1,29 +1,13 @@ - - - + - Generated4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj index f952f3c5b24..68e87bbff2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest40/Generated40.ilproj @@ -1,29 +1,13 @@ - - - + - Generated40 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj index cd9083890f2..e70668be9c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest400/Generated400.ilproj @@ -1,29 +1,13 @@ - - - + - Generated400 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj index f35d6133014..5f73c1184bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest401/Generated401.ilproj @@ -1,29 +1,13 @@ - - - + - Generated401 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj index 9c6a77e4274..2bbdd97db8a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest402/Generated402.ilproj @@ -1,29 +1,13 @@ - - - + - Generated402 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj index 997af0fe20d..650326e6438 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest403/Generated403.ilproj @@ -1,29 +1,13 @@ - - - + - Generated403 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj index 077396c3b0a..82d05964328 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest404/Generated404.ilproj @@ -1,29 +1,13 @@ - - - + - Generated404 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj index e59b7dcf9a1..ddcc9de723e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest405/Generated405.ilproj @@ -1,29 +1,13 @@ - - - + - Generated405 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj index 01588d2fd6c..28bd0466a25 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest406/Generated406.ilproj @@ -1,29 +1,13 @@ - - - + - Generated406 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj index 52aa3086cf9..68b16e3d3c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest407/Generated407.ilproj @@ -1,29 +1,13 @@ - - - + - Generated407 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj index 46b262d619d..595a8ca35b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest408/Generated408.ilproj @@ -1,29 +1,13 @@ - - - + - Generated408 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj index 30750aa7ad8..08b9d6415e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest409/Generated409.ilproj @@ -1,29 +1,13 @@ - - - + - Generated409 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj index 3820d1e718e..dd614050392 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest41/Generated41.ilproj @@ -1,29 +1,13 @@ - - - + - Generated41 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj index 5f37ef62650..c8f6ec081cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest410/Generated410.ilproj @@ -1,29 +1,13 @@ - - - + - Generated410 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj index 0181c01c45a..22a085cdce4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest411/Generated411.ilproj @@ -1,29 +1,13 @@ - - - + - Generated411 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj index 9f88c476785..23cad052ac8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest412/Generated412.ilproj @@ -1,29 +1,13 @@ - - - + - Generated412 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj index b8fdac1cf7c..a6e9ce23328 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest413/Generated413.ilproj @@ -1,29 +1,13 @@ - - - + - Generated413 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj index 26142b11353..f745161556b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest414/Generated414.ilproj @@ -1,29 +1,13 @@ - - - + - Generated414 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj index cf991b7b368..8d8d7989a19 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest415/Generated415.ilproj @@ -1,29 +1,13 @@ - - - + - Generated415 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj index d127baea633..7c008d5d09f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest416/Generated416.ilproj @@ -1,29 +1,13 @@ - - - + - Generated416 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj index e8336ba7b36..f2545fa8bf7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest417/Generated417.ilproj @@ -1,29 +1,13 @@ - - - + - Generated417 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj index 24ea77235bd..63a152fca28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest418/Generated418.ilproj @@ -1,29 +1,13 @@ - - - + - Generated418 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj index 596711f783f..bab5cfe68e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest419/Generated419.ilproj @@ -1,29 +1,13 @@ - - - + - Generated419 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj index ddfa371fe4d..6eb159fa471 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest42/Generated42.ilproj @@ -1,29 +1,13 @@ - - - + - Generated42 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj index 9bab4416370..3065e4b713f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest420/Generated420.ilproj @@ -1,29 +1,13 @@ - - - + - Generated420 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj index 30815f46729..077f569caec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest421/Generated421.ilproj @@ -1,29 +1,13 @@ - - - + - Generated421 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj index 3fc6c926b33..9e8110dd7e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest422/Generated422.ilproj @@ -1,29 +1,13 @@ - - - + - Generated422 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj index 3bb27192806..f8394949dc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest423/Generated423.ilproj @@ -1,29 +1,13 @@ - - - + - Generated423 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj index d7237f0b8ea..82c64d2827a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest424/Generated424.ilproj @@ -1,29 +1,13 @@ - - - + - Generated424 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj index 10aa6390f9b..82d0174aebc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest425/Generated425.ilproj @@ -1,29 +1,13 @@ - - - + - Generated425 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj index 7e2473d88dc..04db50e10ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest426/Generated426.ilproj @@ -1,29 +1,13 @@ - - - + - Generated426 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj index 86a8cecf716..ebf0ecfcbc7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest427/Generated427.ilproj @@ -1,29 +1,13 @@ - - - + - Generated427 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj index 1ec8074f5cd..3a22cd2205c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest428/Generated428.ilproj @@ -1,29 +1,13 @@ - - - + - Generated428 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj index 72d8a6e382c..02a3a51741b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest429/Generated429.ilproj @@ -1,29 +1,13 @@ - - - + - Generated429 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj index 081ab29ec65..bf61dc6593e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest43/Generated43.ilproj @@ -1,29 +1,13 @@ - - - + - Generated43 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj index 6f190cd811b..ee2c9ad8d10 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest430/Generated430.ilproj @@ -1,29 +1,13 @@ - - - + - Generated430 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj index 8663417409f..c200fc7aba1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest431/Generated431.ilproj @@ -1,29 +1,13 @@ - - - + - Generated431 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj index 58b492f00f7..319351a91b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest432/Generated432.ilproj @@ -1,29 +1,13 @@ - - - + - Generated432 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj index eb8968213a3..34e7d157cb6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest433/Generated433.ilproj @@ -1,29 +1,13 @@ - - - + - Generated433 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj index 2f9bfaba771..84b9a3bb40b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest434/Generated434.ilproj @@ -1,29 +1,13 @@ - - - + - Generated434 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj index 867d9a97d51..7d5baa0c568 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest435/Generated435.ilproj @@ -1,29 +1,13 @@ - - - + - Generated435 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj index 75e5ced4cd0..997b58cbbb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest436/Generated436.ilproj @@ -1,29 +1,13 @@ - - - + - Generated436 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj index 8a9f626f578..246d7cff532 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest437/Generated437.ilproj @@ -1,29 +1,13 @@ - - - + - Generated437 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj index e3e8b9a694d..5ed9d6d9744 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest438/Generated438.ilproj @@ -1,29 +1,13 @@ - - - + - Generated438 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj index 9c6fb2696ca..bbf97ee5ac6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest439/Generated439.ilproj @@ -1,29 +1,13 @@ - - - + - Generated439 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj index 98529e3c176..cb7ee6a02d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest44/Generated44.ilproj @@ -1,29 +1,13 @@ - - - + - Generated44 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj index 9408efe2b0d..d84c3a227ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest440/Generated440.ilproj @@ -1,29 +1,13 @@ - - - + - Generated440 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj index 77fb605debd..5e8f5940839 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest441/Generated441.ilproj @@ -1,29 +1,13 @@ - - - + - Generated441 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj index 8776489f66b..b725bf9b97b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest442/Generated442.ilproj @@ -1,29 +1,13 @@ - - - + - Generated442 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj index c8b7ebda29b..3991ca956b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest443/Generated443.ilproj @@ -1,29 +1,13 @@ - - - + - Generated443 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj index c880a5f02c1..0b48f1619ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest444/Generated444.ilproj @@ -1,29 +1,13 @@ - - - + - Generated444 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj index a8d3bcfa49a..fe7c448d8c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest445/Generated445.ilproj @@ -1,29 +1,13 @@ - - - + - Generated445 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj index bf3eee46a9e..0d615fd7063 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest446/Generated446.ilproj @@ -1,29 +1,13 @@ - - - + - Generated446 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj index 832c4382864..480ce11d6c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest447/Generated447.ilproj @@ -1,29 +1,13 @@ - - - + - Generated447 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj index 94c9bebafab..af16a500750 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest448/Generated448.ilproj @@ -1,29 +1,13 @@ - - - + - Generated448 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj index 00957a06bd8..eba98126f45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest449/Generated449.ilproj @@ -1,29 +1,13 @@ - - - + - Generated449 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj index 41004115fb2..4c0de68b33a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest45/Generated45.ilproj @@ -1,29 +1,13 @@ - - - + - Generated45 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj index 55836485b51..f9199a2c447 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest450/Generated450.ilproj @@ -1,29 +1,13 @@ - - - + - Generated450 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj index 45ecfbd66e8..dfae659a4bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.ilproj @@ -1,29 +1,13 @@ - - - + - Generated451 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj index c2bbe2a28fe..7f356ae5a7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest452/Generated452.ilproj @@ -1,29 +1,13 @@ - - - + - Generated452 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj index add6eccffa4..e77d14338b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest453/Generated453.ilproj @@ -1,29 +1,13 @@ - - - + - Generated453 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj index 66177d07b4f..64b33c90761 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest454/Generated454.ilproj @@ -1,29 +1,13 @@ - - - + - Generated454 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj index 422af685c7d..3882980c272 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest455/Generated455.ilproj @@ -1,29 +1,13 @@ - - - + - Generated455 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj index 059326dc42a..1061bd9176f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest456/Generated456.ilproj @@ -1,29 +1,13 @@ - - - + - Generated456 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj index 5e9c90da0ec..de9804e1bb8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest457/Generated457.ilproj @@ -1,29 +1,13 @@ - - - + - Generated457 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj index 4cc28a1ed8c..635afe88f82 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest458/Generated458.ilproj @@ -1,29 +1,13 @@ - - - + - Generated458 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj index f662c160322..ef759dafcbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest459/Generated459.ilproj @@ -1,29 +1,13 @@ - - - + - Generated459 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj index 90d898ce6be..29b6d514214 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest46/Generated46.ilproj @@ -1,29 +1,13 @@ - - - + - Generated46 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj index 2fd7d101345..fd90c0250b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest460/Generated460.ilproj @@ -1,29 +1,13 @@ - - - + - Generated460 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj index b7fc0373c99..b9b19e10292 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest461/Generated461.ilproj @@ -1,29 +1,13 @@ - - - + - Generated461 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj index a5a28fa43ae..17a695a557f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest462/Generated462.ilproj @@ -1,29 +1,13 @@ - - - + - Generated462 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj index 5edeffb0ad4..72566ec0100 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest463/Generated463.ilproj @@ -1,29 +1,13 @@ - - - + - Generated463 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj index bb9d769165c..489d9a633ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest464/Generated464.ilproj @@ -1,29 +1,13 @@ - - - + - Generated464 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj index 7cfbe218986..9bc209ceb98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest465/Generated465.ilproj @@ -1,29 +1,13 @@ - - - + - Generated465 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj index 5aa379c2986..c389e7500c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest466/Generated466.ilproj @@ -1,29 +1,13 @@ - - - + - Generated466 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj index 66d0b041566..3df6ea656c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest467/Generated467.ilproj @@ -1,29 +1,13 @@ - - - + - Generated467 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj index aee01552919..1b599f10906 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest468/Generated468.ilproj @@ -1,29 +1,13 @@ - - - + - Generated468 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj index 130c08c3e50..953b1938a85 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest469/Generated469.ilproj @@ -1,29 +1,13 @@ - - - + - Generated469 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj index fc9cf0c7946..1b7ab02f110 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest47/Generated47.ilproj @@ -1,29 +1,13 @@ - - - + - Generated47 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj index 7a0cb20bbb7..c6bf75af28d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest470/Generated470.ilproj @@ -1,29 +1,13 @@ - - - + - Generated470 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj index f57eaf12275..ab8d10f2522 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest471/Generated471.ilproj @@ -1,29 +1,13 @@ - - - + - Generated471 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj index d4024b84b76..046230b4eb3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest472/Generated472.ilproj @@ -1,29 +1,13 @@ - - - + - Generated472 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj index 5dcdae7690c..a075b957da0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest473/Generated473.ilproj @@ -1,29 +1,13 @@ - - - + - Generated473 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj index 4700a2831bb..dc201674417 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest474/Generated474.ilproj @@ -1,29 +1,13 @@ - - - + - Generated474 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj index 0db5f9fc89a..eb5cf378834 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest475/Generated475.ilproj @@ -1,29 +1,13 @@ - - - + - Generated475 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj index 62e901766b1..c9795f6f4f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest476/Generated476.ilproj @@ -1,29 +1,13 @@ - - - + - Generated476 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj index 445a51b022e..795f9e34b4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest477/Generated477.ilproj @@ -1,29 +1,13 @@ - - - + - Generated477 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj index 9bbbc1914f0..337bb83e489 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest478/Generated478.ilproj @@ -1,29 +1,13 @@ - - - + - Generated478 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj index 40a76938b26..5e96484a7a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest479/Generated479.ilproj @@ -1,29 +1,13 @@ - - - + - Generated479 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj index b03d0353932..b739d0224c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest48/Generated48.ilproj @@ -1,29 +1,13 @@ - - - + - Generated48 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj index 581bd5d1a2a..fb35d54ff54 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest480/Generated480.ilproj @@ -1,29 +1,13 @@ - - - + - Generated480 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj index 57a6d329fad..d68d47f5b91 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest481/Generated481.ilproj @@ -1,29 +1,13 @@ - - - + - Generated481 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj index 96229de50d8..54a6a49c1bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest482/Generated482.ilproj @@ -1,29 +1,13 @@ - - - + - Generated482 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj index e2b163a6af9..74eda94ff1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest483/Generated483.ilproj @@ -1,29 +1,13 @@ - - - + - Generated483 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj index cfd87db3e33..6f2c34c2c9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest484/Generated484.ilproj @@ -1,29 +1,13 @@ - - - + - Generated484 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj index bed7370865f..d73d71e4427 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest485/Generated485.ilproj @@ -1,29 +1,13 @@ - - - + - Generated485 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj index 4a7887bf02c..d4784ecc657 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest486/Generated486.ilproj @@ -1,29 +1,13 @@ - - - + - Generated486 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj index ecbd228c0a2..699f65639de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest487/Generated487.ilproj @@ -1,29 +1,13 @@ - - - + - Generated487 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj index bbd9cdfa3bb..43c5c4ae9d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest488/Generated488.ilproj @@ -1,29 +1,13 @@ - - - + - Generated488 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj index f1cad6b8745..3d900ef05af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest489/Generated489.ilproj @@ -1,29 +1,13 @@ - - - + - Generated489 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj index 8dba4c37677..a41c7714a69 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest49/Generated49.ilproj @@ -1,29 +1,13 @@ - - - + - Generated49 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj index de6bb9f6a09..fe46c0cfef1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest490/Generated490.ilproj @@ -1,29 +1,13 @@ - - - + - Generated490 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj index 1f93cda3848..29fee88ebda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest491/Generated491.ilproj @@ -1,29 +1,13 @@ - - - + - Generated491 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj index 550faec2c64..9bd579cc1dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest492/Generated492.ilproj @@ -1,29 +1,13 @@ - - - + - Generated492 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj index eab6db638d0..7dda6349bb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest493/Generated493.ilproj @@ -1,29 +1,13 @@ - - - + - Generated493 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj index 6f309a71288..75ef85764fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest494/Generated494.ilproj @@ -1,29 +1,13 @@ - - - + - Generated494 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj index 117f50f3f5b..91986444566 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest495/Generated495.ilproj @@ -1,29 +1,13 @@ - - - + - Generated495 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj index a88fc9d5499..0eac582a49c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest496/Generated496.ilproj @@ -1,29 +1,13 @@ - - - + - Generated496 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj index 6c30d6ac69c..3bfe755ecbd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest497/Generated497.ilproj @@ -1,29 +1,13 @@ - - - + - Generated497 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj index 0c3c4954c56..1fce24d90f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest498/Generated498.ilproj @@ -1,29 +1,13 @@ - - - + - Generated498 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj index 0f41a318f80..cf10b290c12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest499/Generated499.ilproj @@ -1,29 +1,13 @@ - - - + - Generated499 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj index 99192675b99..0b6f894dcde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest5/Generated5.ilproj @@ -1,29 +1,13 @@ - - - + - Generated5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj index 670c10f9370..daf9d21cd7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest50/Generated50.ilproj @@ -1,29 +1,13 @@ - - - + - Generated50 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj index ad64061de40..2040171fc4a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest500/Generated500.ilproj @@ -1,29 +1,13 @@ - - - + - Generated500 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj index cb30ab138e8..806647464c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest501/Generated501.ilproj @@ -1,29 +1,13 @@ - - - + - Generated501 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj index 3c116a3ff68..9e3018890f2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest502/Generated502.ilproj @@ -1,29 +1,13 @@ - - - + - Generated502 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj index 0a719bcf868..d35f8cbb273 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest503/Generated503.ilproj @@ -1,29 +1,13 @@ - - - + - Generated503 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj index 2a569698caa..f840c6df4e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest504/Generated504.ilproj @@ -1,29 +1,13 @@ - - - + - Generated504 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj index 9c6ece17d77..cf4865e41ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest505/Generated505.ilproj @@ -1,29 +1,13 @@ - - - + - Generated505 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj index 878ee1d0a90..e7407c6968a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest506/Generated506.ilproj @@ -1,29 +1,13 @@ - - - + - Generated506 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj index b79c8b7607f..722ad2ad687 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest507/Generated507.ilproj @@ -1,29 +1,13 @@ - - - + - Generated507 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj index 5f9352a277d..520e2714c2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest508/Generated508.ilproj @@ -1,29 +1,13 @@ - - - + - Generated508 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj index d7e9a890f44..e0db2960905 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest509/Generated509.ilproj @@ -1,29 +1,13 @@ - - - + - Generated509 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj index b52c42ca5ca..77f287cb413 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest51/Generated51.ilproj @@ -1,29 +1,13 @@ - - - + - Generated51 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj index 011272a763d..becfa9ff29d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest510/Generated510.ilproj @@ -1,29 +1,13 @@ - - - + - Generated510 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj index 420b8f86811..288283dedd3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest511/Generated511.ilproj @@ -1,29 +1,13 @@ - - - + - Generated511 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj index 38d454f88fe..7eb66fe99a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest512/Generated512.ilproj @@ -1,29 +1,13 @@ - - - + - Generated512 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj index dc938db90b3..890e4ceccc3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest513/Generated513.ilproj @@ -1,29 +1,13 @@ - - - + - Generated513 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj index 726ef9ff4da..422198b9ded 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest514/Generated514.ilproj @@ -1,29 +1,13 @@ - - - + - Generated514 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj index e08eb03e712..0f1f6a2e2c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest515/Generated515.ilproj @@ -1,29 +1,13 @@ - - - + - Generated515 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj index 7d444ebbd8f..326c4fba355 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest516/Generated516.ilproj @@ -1,29 +1,13 @@ - - - + - Generated516 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj index 196bbda0e03..29ed98715ea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest517/Generated517.ilproj @@ -1,29 +1,13 @@ - - - + - Generated517 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj index a4a3113c17f..588b1f6e7c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest518/Generated518.ilproj @@ -1,29 +1,13 @@ - - - + - Generated518 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj index 0e2e79c1b95..ac7d2e46818 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest519/Generated519.ilproj @@ -1,29 +1,13 @@ - - - + - Generated519 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj index cbd9aefb9b7..7f1a0cf01f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest52/Generated52.ilproj @@ -1,29 +1,13 @@ - - - + - Generated52 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj index 004a17e1f71..301c033c76e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest520/Generated520.ilproj @@ -1,29 +1,13 @@ - - - + - Generated520 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj index ae6162a6f27..004cd1b68a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest521/Generated521.ilproj @@ -1,29 +1,13 @@ - - - + - Generated521 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj index bdb65e6df92..5a94a777ac6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest522/Generated522.ilproj @@ -1,29 +1,13 @@ - - - + - Generated522 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj index b217364acec..7396f0b661c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest523/Generated523.ilproj @@ -1,29 +1,13 @@ - - - + - Generated523 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj index 05c6ef6222b..2bcf4c5b341 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest524/Generated524.ilproj @@ -1,29 +1,13 @@ - - - + - Generated524 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj index 9f5d73c08ed..a3e87874687 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest525/Generated525.ilproj @@ -1,29 +1,13 @@ - - - + - Generated525 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj index 56c5d077c0a..c2703f731cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest526/Generated526.ilproj @@ -1,29 +1,13 @@ - - - + - Generated526 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj index 91a7c39489d..bd005d356a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest527/Generated527.ilproj @@ -1,29 +1,13 @@ - - - + - Generated527 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj index 61611c1911b..3a45841bb41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest528/Generated528.ilproj @@ -1,29 +1,13 @@ - - - + - Generated528 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj index a889c8b7004..63a579bc2cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest529/Generated529.ilproj @@ -1,29 +1,13 @@ - - - + - Generated529 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj index 3618214fec3..d3cdd768d0e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest53/Generated53.ilproj @@ -1,29 +1,13 @@ - - - + - Generated53 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj index b8a84d8f0eb..a7bb9da99b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest530/Generated530.ilproj @@ -1,29 +1,13 @@ - - - + - Generated530 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj index 6b3e6f6af41..e8e9c970507 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest531/Generated531.ilproj @@ -1,29 +1,13 @@ - - - + - Generated531 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj index 9979a5dd250..80fed4677b6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest532/Generated532.ilproj @@ -1,29 +1,13 @@ - - - + - Generated532 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj index 4453e28d8f1..562aaaf0f4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest533/Generated533.ilproj @@ -1,29 +1,13 @@ - - - + - Generated533 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj index 115c02bad9d..ef97761768b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest534/Generated534.ilproj @@ -1,29 +1,13 @@ - - - + - Generated534 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj index a474ba056a4..e3caeed738d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest535/Generated535.ilproj @@ -1,29 +1,13 @@ - - - + - Generated535 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj index 20d004673cd..6c3af75fa24 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest536/Generated536.ilproj @@ -1,29 +1,13 @@ - - - + - Generated536 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj index 1acb1354cba..ba8cde074e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest537/Generated537.ilproj @@ -1,29 +1,13 @@ - - - + - Generated537 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj index e0d3db4c9f0..27bc4b915cb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest538/Generated538.ilproj @@ -1,29 +1,13 @@ - - - + - Generated538 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj index fbefe731337..eb98991fd49 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest539/Generated539.ilproj @@ -1,29 +1,13 @@ - - - + - Generated539 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj index fae4f027de8..36578fd4d28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest54/Generated54.ilproj @@ -1,29 +1,13 @@ - - - + - Generated54 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj index 589c185a215..25a7cefc8e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest540/Generated540.ilproj @@ -1,29 +1,13 @@ - - - + - Generated540 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj index 424e8bfd71d..7c1bf54dc5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest541/Generated541.ilproj @@ -1,29 +1,13 @@ - - - + - Generated541 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj index 0e26cfb68a9..04396102947 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest542/Generated542.ilproj @@ -1,29 +1,13 @@ - - - + - Generated542 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj index 612aaae71fd..073331ce43f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest543/Generated543.ilproj @@ -1,29 +1,13 @@ - - - + - Generated543 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj index 0595904e274..b178e70686d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest544/Generated544.ilproj @@ -1,29 +1,13 @@ - - - + - Generated544 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj index 19d4279f1ce..0fbff712045 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest545/Generated545.ilproj @@ -1,29 +1,13 @@ - - - + - Generated545 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj index 74bc149bbcc..efefe09c556 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest546/Generated546.ilproj @@ -1,29 +1,13 @@ - - - + - Generated546 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj index 54156d067d9..b4b2fe86494 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest547/Generated547.ilproj @@ -1,29 +1,13 @@ - - - + - Generated547 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj index b0c9598dd2b..efa1002f535 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest548/Generated548.ilproj @@ -1,29 +1,13 @@ - - - + - Generated548 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj index e651612c625..89113c5a31f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest549/Generated549.ilproj @@ -1,29 +1,13 @@ - - - + - Generated549 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj index 957d9ab1df6..ebeea19d6ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest55/Generated55.ilproj @@ -1,29 +1,13 @@ - - - + - Generated55 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj index 85695ffcdbf..66883469de0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest550/Generated550.ilproj @@ -1,29 +1,13 @@ - - - + - Generated550 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj index c4c2370e218..ccce03acca8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest551/Generated551.ilproj @@ -1,29 +1,13 @@ - - - + - Generated551 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj index 1e72d7f45cb..6f3dda115f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest552/Generated552.ilproj @@ -1,29 +1,13 @@ - - - + - Generated552 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj index af8c785f05e..d89b68ceb01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest553/Generated553.ilproj @@ -1,29 +1,13 @@ - - - + - Generated553 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj index 28db436af41..d5c97917bc7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest554/Generated554.ilproj @@ -1,29 +1,13 @@ - - - + - Generated554 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj index 0205c64df42..bbaa111c8b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest555/Generated555.ilproj @@ -1,29 +1,13 @@ - - - + - Generated555 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj index 60e5f2ec8c9..288aed55204 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest556/Generated556.ilproj @@ -1,29 +1,13 @@ - - - + - Generated556 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj index ba3f942860d..8db46af030b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest557/Generated557.ilproj @@ -1,29 +1,13 @@ - - - + - Generated557 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj index e4ac01296cb..db36d7f1b25 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest558/Generated558.ilproj @@ -1,29 +1,13 @@ - - - + - Generated558 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj index 0211c218d96..5482edaa5b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest559/Generated559.ilproj @@ -1,29 +1,13 @@ - - - + - Generated559 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj index b6aa531bdc5..cb40a952c27 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest56/Generated56.ilproj @@ -1,29 +1,13 @@ - - - + - Generated56 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj index 76986a29143..83476d99932 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest560/Generated560.ilproj @@ -1,29 +1,13 @@ - - - + - Generated560 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj index ed316a3f38b..206e31ce90b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest561/Generated561.ilproj @@ -1,29 +1,13 @@ - - - + - Generated561 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj index d338424603e..a0e750c8dfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest562/Generated562.ilproj @@ -1,29 +1,13 @@ - - - + - Generated562 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj index dc9b86dc992..7f0a4ab72f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest563/Generated563.ilproj @@ -1,29 +1,13 @@ - - - + - Generated563 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj index 9cf913b0c0b..0943652f261 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest564/Generated564.ilproj @@ -1,29 +1,13 @@ - - - + - Generated564 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj index 6998ecda7e7..9996754fae2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest565/Generated565.ilproj @@ -1,29 +1,13 @@ - - - + - Generated565 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj index b8f854417c2..0ee2fe0b971 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest566/Generated566.ilproj @@ -1,29 +1,13 @@ - - - + - Generated566 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj index ae68fd8eabc..80001be81ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest567/Generated567.ilproj @@ -1,29 +1,13 @@ - - - + - Generated567 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj index 0931457ef14..f4f08116a4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest568/Generated568.ilproj @@ -1,29 +1,13 @@ - - - + - Generated568 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj index 59072575540..53942061a0d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest569/Generated569.ilproj @@ -1,29 +1,13 @@ - - - + - Generated569 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj index 3b0a2bbff8f..1dbefd5976d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest57/Generated57.ilproj @@ -1,29 +1,13 @@ - - - + - Generated57 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj index ce379759715..193d4166bf8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest570/Generated570.ilproj @@ -1,29 +1,13 @@ - - - + - Generated570 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj index 711a6484df8..295b82dadba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest571/Generated571.ilproj @@ -1,29 +1,13 @@ - - - + - Generated571 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj index 8d03aac42f3..03b961605bc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest572/Generated572.ilproj @@ -1,29 +1,13 @@ - - - + - Generated572 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj index c1058919a7c..ab75e5b07b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest573/Generated573.ilproj @@ -1,29 +1,13 @@ - - - + - Generated573 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj index d8522fbaa79..ba11de19110 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest574/Generated574.ilproj @@ -1,29 +1,13 @@ - - - + - Generated574 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj index a24dd08e953..db3524a6831 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest575/Generated575.ilproj @@ -1,29 +1,13 @@ - - - + - Generated575 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj index 2dc1240dfc3..752bc3df8c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest576/Generated576.ilproj @@ -1,29 +1,13 @@ - - - + - Generated576 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj index 85e925c01a7..4be8304028e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest577/Generated577.ilproj @@ -1,29 +1,13 @@ - - - + - Generated577 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj index 957eb8e9b64..6ccf9df0e91 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest578/Generated578.ilproj @@ -1,29 +1,13 @@ - - - + - Generated578 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj index 4e4f34cba13..7c59ed4a66f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest579/Generated579.ilproj @@ -1,29 +1,13 @@ - - - + - Generated579 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj index 7e53f549092..411a45befe7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest58/Generated58.ilproj @@ -1,29 +1,13 @@ - - - + - Generated58 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj index dfa795da54c..6dda6cde92b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest580/Generated580.ilproj @@ -1,29 +1,13 @@ - - - + - Generated580 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj index 3fa950e80cc..8a28ecde2c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest581/Generated581.ilproj @@ -1,29 +1,13 @@ - - - + - Generated581 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj index a6342b5c7e3..1ff5b8049f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest582/Generated582.ilproj @@ -1,29 +1,13 @@ - - - + - Generated582 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj index 0afd5cb5f0f..ee0aba80935 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest583/Generated583.ilproj @@ -1,29 +1,13 @@ - - - + - Generated583 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj index 64c310d1f7b..aa226f9bb29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest584/Generated584.ilproj @@ -1,29 +1,13 @@ - - - + - Generated584 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj index c802adf2522..3934ff8e85b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest585/Generated585.ilproj @@ -1,29 +1,13 @@ - - - + - Generated585 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj index c89ad2a5561..8e8ef5d38fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest586/Generated586.ilproj @@ -1,29 +1,13 @@ - - - + - Generated586 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj index ae5b5f4d4fc..7aa4a126b58 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest587/Generated587.ilproj @@ -1,29 +1,13 @@ - - - + - Generated587 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj index 47b4870a98a..9fd3a706e9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest588/Generated588.ilproj @@ -1,29 +1,13 @@ - - - + - Generated588 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj index 8a4a01911d6..9fa5d8113cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest589/Generated589.ilproj @@ -1,29 +1,13 @@ - - - + - Generated589 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj index 0f87db44cad..9d9b790144e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest59/Generated59.ilproj @@ -1,29 +1,13 @@ - - - + - Generated59 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj index 8e70b903fa7..41ac3b30d70 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest590/Generated590.ilproj @@ -1,29 +1,13 @@ - - - + - Generated590 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj index aa8d33baa48..6ea6cccf2cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest591/Generated591.ilproj @@ -1,29 +1,13 @@ - - - + - Generated591 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj index 0195e5556d7..f028a46ee45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest592/Generated592.ilproj @@ -1,29 +1,13 @@ - - - + - Generated592 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj index 89d89de16fc..978a6371753 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest593/Generated593.ilproj @@ -1,29 +1,13 @@ - - - + - Generated593 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj index 05c6c68ed37..a6b253587f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest594/Generated594.ilproj @@ -1,29 +1,13 @@ - - - + - Generated594 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj index d19d57b4b2a..3551d1aa867 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest595/Generated595.ilproj @@ -1,29 +1,13 @@ - - - + - Generated595 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj index 7ac94360d1e..260fdf87e56 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest596/Generated596.ilproj @@ -1,29 +1,13 @@ - - - + - Generated596 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj index 4872a034bf5..3def58b2017 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest597/Generated597.ilproj @@ -1,29 +1,13 @@ - - - + - Generated597 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj index 18689c14d90..f412e96682b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest598/Generated598.ilproj @@ -1,29 +1,13 @@ - - - + - Generated598 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj index 92ea56e9a48..c7ca82a2684 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest599/Generated599.ilproj @@ -1,29 +1,13 @@ - - - + - Generated599 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj index e8447f10f46..3537a858947 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest6/Generated6.ilproj @@ -1,29 +1,13 @@ - - - + - Generated6 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj index 0c2400a153d..6dad89e134e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest60/Generated60.ilproj @@ -1,29 +1,13 @@ - - - + - Generated60 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj index 29fee8eae2c..52bf9bdc0ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest600/Generated600.ilproj @@ -1,29 +1,13 @@ - - - + - Generated600 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj index 8b5b7fc9df5..3171f42e855 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest601/Generated601.ilproj @@ -1,29 +1,13 @@ - - - + - Generated601 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj index a234696c6ba..061988675a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest602/Generated602.ilproj @@ -1,29 +1,13 @@ - - - + - Generated602 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj index 3d656676dd8..622537b5ecb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest603/Generated603.ilproj @@ -1,29 +1,13 @@ - - - + - Generated603 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj index 6f726b8184f..5fe1f24fcf8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest604/Generated604.ilproj @@ -1,29 +1,13 @@ - - - + - Generated604 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj index 1bbbadba136..0be2e7a3d08 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest605/Generated605.ilproj @@ -1,29 +1,13 @@ - - - + - Generated605 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj index 808de9d1c8a..c1c83781131 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest606/Generated606.ilproj @@ -1,29 +1,13 @@ - - - + - Generated606 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj index 119bce34d22..33b7c9ad351 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest607/Generated607.ilproj @@ -1,29 +1,13 @@ - - - + - Generated607 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj index ea6a65d2f99..8f32652e377 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest608/Generated608.ilproj @@ -1,29 +1,13 @@ - - - + - Generated608 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj index 5349fd20ae7..e38aa3428a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest609/Generated609.ilproj @@ -1,29 +1,13 @@ - - - + - Generated609 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj index f4cdbe84a16..d9812250f30 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest61/Generated61.ilproj @@ -1,29 +1,13 @@ - - - + - Generated61 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj index 4392781a0ad..a6a2cbff6da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest610/Generated610.ilproj @@ -1,29 +1,13 @@ - - - + - Generated610 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj index 92e365f52bc..04c2dac2cd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest611/Generated611.ilproj @@ -1,29 +1,13 @@ - - - + - Generated611 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj index c41c6e9deeb..e52eda1ee28 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest612/Generated612.ilproj @@ -1,29 +1,13 @@ - - - + - Generated612 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj index f29270de653..2f456de6117 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest613/Generated613.ilproj @@ -1,29 +1,13 @@ - - - + - Generated613 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj index 4eb7251ca60..bd6ef1750b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest614/Generated614.ilproj @@ -1,29 +1,13 @@ - - - + - Generated614 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj index c556b3b2917..69894c36ff6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest615/Generated615.ilproj @@ -1,29 +1,13 @@ - - - + - Generated615 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj index 679339c0eaa..5cb7ae524f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj @@ -1,29 +1,13 @@ - - - + - Generated616 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj index 22cd7a382bd..d25ded791f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest617/Generated617.ilproj @@ -1,29 +1,13 @@ - - - + - Generated617 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj index 7699e6ea782..f7c52391083 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest618/Generated618.ilproj @@ -1,29 +1,13 @@ - - - + - Generated618 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj index b4748a5a921..4971e2ae951 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest619/Generated619.ilproj @@ -1,29 +1,13 @@ - - - + - Generated619 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj index 0b969062cf9..334f499a69f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest62/Generated62.ilproj @@ -1,29 +1,13 @@ - - - + - Generated62 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj index aa6795cbc95..acd935637e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest620/Generated620.ilproj @@ -1,29 +1,13 @@ - - - + - Generated620 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj index f1dd8d119fc..400717f09e5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest621/Generated621.ilproj @@ -1,29 +1,13 @@ - - - + - Generated621 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj index 890a36859ef..4c3ac484cbf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest622/Generated622.ilproj @@ -1,29 +1,13 @@ - - - + - Generated622 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj index 9c75d9d106a..01b82073638 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest623/Generated623.ilproj @@ -1,29 +1,13 @@ - - - + - Generated623 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj index 2513ec35f33..f89395fc22c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest624/Generated624.ilproj @@ -1,29 +1,13 @@ - - - + - Generated624 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj index d8959dc1009..17c623e9376 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest625/Generated625.ilproj @@ -1,29 +1,13 @@ - - - + - Generated625 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj index 05ed293562b..8e725a6dd29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest626/Generated626.ilproj @@ -1,29 +1,13 @@ - - - + - Generated626 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj index 730f196bcc8..80320e0bb61 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest627/Generated627.ilproj @@ -1,29 +1,13 @@ - - - + - Generated627 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj index 5215815b303..c1f7aa6ce23 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest628/Generated628.ilproj @@ -1,29 +1,13 @@ - - - + - Generated628 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj index 793da0e5937..6274e990463 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest629/Generated629.ilproj @@ -1,29 +1,13 @@ - - - + - Generated629 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj index 724b44cbf7f..c2546d724c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest63/Generated63.ilproj @@ -1,29 +1,13 @@ - - - + - Generated63 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj index 7559bc5b2fd..3e8e7ac0760 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest630/Generated630.ilproj @@ -1,29 +1,13 @@ - - - + - Generated630 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj index 5273eb38a5b..b7dcb072dd1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest631/Generated631.ilproj @@ -1,29 +1,13 @@ - - - + - Generated631 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj index 2366d54ba17..683f3a13b27 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest632/Generated632.ilproj @@ -1,29 +1,13 @@ - - - + - Generated632 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj index 3f8a16f9478..2ab63429a9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest633/Generated633.ilproj @@ -1,29 +1,13 @@ - - - + - Generated633 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj index 8cfc42b12a3..c754e6eb09e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest634/Generated634.ilproj @@ -1,29 +1,13 @@ - - - + - Generated634 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj index 35cb5b9ac68..57aa4153222 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest635/Generated635.ilproj @@ -1,29 +1,13 @@ - - - + - Generated635 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj index 91de5be5f6c..4ef8b3a0b86 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest636/Generated636.ilproj @@ -1,29 +1,13 @@ - - - + - Generated636 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj index 9140668e3ac..6ba53ccdead 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest637/Generated637.ilproj @@ -1,29 +1,13 @@ - - - + - Generated637 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj index 279be11ebb7..a8080d3b69a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest638/Generated638.ilproj @@ -1,29 +1,13 @@ - - - + - Generated638 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj index 90166720747..bdc6d727084 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest639/Generated639.ilproj @@ -1,29 +1,13 @@ - - - + - Generated639 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj index 4b28de71adc..1c17fa0c47e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest64/Generated64.ilproj @@ -1,29 +1,13 @@ - - - + - Generated64 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj index ad8b135f334..0035ce44a12 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest640/Generated640.ilproj @@ -1,29 +1,13 @@ - - - + - Generated640 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj index b8465dca631..bb85002b96b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest641/Generated641.ilproj @@ -1,29 +1,13 @@ - - - + - Generated641 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj index 31f367cf7d4..9cd5ee0ae02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest642/Generated642.ilproj @@ -1,29 +1,13 @@ - - - + - Generated642 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj index 910744ffa40..37f1d023cea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest643/Generated643.ilproj @@ -1,29 +1,13 @@ - - - + - Generated643 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj index 099b6b58cf3..f5ed1d62d03 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest644/Generated644.ilproj @@ -1,29 +1,13 @@ - - - + - Generated644 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj index e40f38ea52f..dbc69329487 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest645/Generated645.ilproj @@ -1,29 +1,13 @@ - - - + - Generated645 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj index a33b23b61bc..9c434bb8c96 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest646/Generated646.ilproj @@ -1,29 +1,13 @@ - - - + - Generated646 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj index 00814d290ce..8cab7c69385 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest647/Generated647.ilproj @@ -1,29 +1,13 @@ - - - + - Generated647 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj index 86c0f5d9ad1..e8d7aa78375 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest648/Generated648.ilproj @@ -1,29 +1,13 @@ - - - + - Generated648 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj index c9a4c12f034..01e3ae87595 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest649/Generated649.ilproj @@ -1,29 +1,13 @@ - - - + - Generated649 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj index b09f6d25c7a..f8ac43d25d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest65/Generated65.ilproj @@ -1,29 +1,13 @@ - - - + - Generated65 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj index ff00b492a9b..39e69eb8e23 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest650/Generated650.ilproj @@ -1,29 +1,13 @@ - - - + - Generated650 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj index fdf3f5b89c8..c386a883bbb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest651/Generated651.ilproj @@ -1,29 +1,13 @@ - - - + - Generated651 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj index 067ed31d563..8fa71104649 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest652/Generated652.ilproj @@ -1,29 +1,13 @@ - - - + - Generated652 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj index 2795d1a5efd..0485c6b3ea3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest653/Generated653.ilproj @@ -1,29 +1,13 @@ - - - + - Generated653 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj index 8552f44e7e9..403819c5005 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest654/Generated654.ilproj @@ -1,29 +1,13 @@ - - - + - Generated654 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj index ecedcccd97c..9a18b8a1b11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest655/Generated655.ilproj @@ -1,29 +1,13 @@ - - - + - Generated655 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj index 2978b6267dd..aa9ae0d5321 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest656/Generated656.ilproj @@ -1,29 +1,13 @@ - - - + - Generated656 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj index f768f7bd642..4ffe6a66c1a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest657/Generated657.ilproj @@ -1,29 +1,13 @@ - - - + - Generated657 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj index 84bea59e0c9..995aad3cca1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest658/Generated658.ilproj @@ -1,29 +1,13 @@ - - - + - Generated658 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj index 3a3bcc7b63d..bac02f0da06 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest659/Generated659.ilproj @@ -1,29 +1,13 @@ - - - + - Generated659 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj index fce801d964c..989b1e2c7df 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest66/Generated66.ilproj @@ -1,29 +1,13 @@ - - - + - Generated66 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj index 669c16d2aa0..c6a5720c820 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest660/Generated660.ilproj @@ -1,29 +1,13 @@ - - - + - Generated660 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj index 076d44a9ec3..c325da42655 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest661/Generated661.ilproj @@ -1,29 +1,13 @@ - - - + - Generated661 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj index 52fa9aa6efa..3766fadb9de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest662/Generated662.ilproj @@ -1,29 +1,13 @@ - - - + - Generated662 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj index c6c65ae825e..bb4cc94afe1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest663/Generated663.ilproj @@ -1,29 +1,13 @@ - - - + - Generated663 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj index 0344ff11d9b..79dd6a1c45b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest664/Generated664.ilproj @@ -1,29 +1,13 @@ - - - + - Generated664 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj index 4e744ae3d7d..63345c53b45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest665/Generated665.ilproj @@ -1,29 +1,13 @@ - - - + - Generated665 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj index e505824e5b8..c730e8777ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest666/Generated666.ilproj @@ -1,29 +1,13 @@ - - - + - Generated666 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj index 13dc5f6205c..5584d9abadc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest667/Generated667.ilproj @@ -1,29 +1,13 @@ - - - + - Generated667 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj index 6d619befcd7..529c1afe6dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest668/Generated668.ilproj @@ -1,29 +1,13 @@ - - - + - Generated668 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj index 88725ccac5c..47c6bfaf311 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest669/Generated669.ilproj @@ -1,29 +1,13 @@ - - - + - Generated669 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj index 6cc16a66d8e..81212d7c001 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest67/Generated67.ilproj @@ -1,29 +1,13 @@ - - - + - Generated67 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj index 1651ade0e96..5cb9f2a9d11 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest670/Generated670.ilproj @@ -1,29 +1,13 @@ - - - + - Generated670 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj index de164c8f326..5099fd82f51 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest671/Generated671.ilproj @@ -1,29 +1,13 @@ - - - + - Generated671 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj index be6367db09a..1f2141437ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest672/Generated672.ilproj @@ -1,29 +1,13 @@ - - - + - Generated672 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj index 30a46cb7c7f..e840535c3ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest673/Generated673.ilproj @@ -1,29 +1,13 @@ - - - + - Generated673 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj index 44658c202df..0a52e0eb990 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest674/Generated674.ilproj @@ -1,29 +1,13 @@ - - - + - Generated674 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj index 1d8f6bd181a..d4ea9e898d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest675/Generated675.ilproj @@ -1,29 +1,13 @@ - - - + - Generated675 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj index 41775547981..3ba1f664bac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest676/Generated676.ilproj @@ -1,29 +1,13 @@ - - - + - Generated676 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj index 214895fee6c..2f4426a49f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest677/Generated677.ilproj @@ -1,29 +1,13 @@ - - - + - Generated677 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj index 2e18c747a72..d32bf8b4286 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest678/Generated678.ilproj @@ -1,29 +1,13 @@ - - - + - Generated678 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj index cfb65e7145e..bcabdaa5ce1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest679/Generated679.ilproj @@ -1,29 +1,13 @@ - - - + - Generated679 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj index 833bf781074..329cc6b7aa8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest68/Generated68.ilproj @@ -1,29 +1,13 @@ - - - + - Generated68 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj index d4a5edf4bec..6e8cd7e2f00 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest680/Generated680.ilproj @@ -1,29 +1,13 @@ - - - + - Generated680 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj index cab2cec1938..eb177e0e818 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest681/Generated681.ilproj @@ -1,29 +1,13 @@ - - - + - Generated681 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj index abc75cba771..5e16717d4fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest682/Generated682.ilproj @@ -1,29 +1,13 @@ - - - + - Generated682 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj index 232f12dcc7d..bfb9b613eeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest683/Generated683.ilproj @@ -1,29 +1,13 @@ - - - + - Generated683 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj index 33b02e15fef..d3edb5b3645 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest684/Generated684.ilproj @@ -1,29 +1,13 @@ - - - + - Generated684 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj index 112f2c860c8..b6cac33384f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest685/Generated685.ilproj @@ -1,29 +1,13 @@ - - - + - Generated685 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj index 50aa18c615d..a780f396cc9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest686/Generated686.ilproj @@ -1,29 +1,13 @@ - - - + - Generated686 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj index 447dc92da79..59176496c46 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest687/Generated687.ilproj @@ -1,29 +1,13 @@ - - - + - Generated687 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj index 5bd7c609452..3a63201d0ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest688/Generated688.ilproj @@ -1,29 +1,13 @@ - - - + - Generated688 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj index 5c5f91bfd4f..1265a6c5aa2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest689/Generated689.ilproj @@ -1,29 +1,13 @@ - - - + - Generated689 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj index 18a76c24904..750c4b201f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest69/Generated69.ilproj @@ -1,29 +1,13 @@ - - - + - Generated69 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj index bf588f94e53..6d5f94a0b9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest690/Generated690.ilproj @@ -1,29 +1,13 @@ - - - + - Generated690 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj index 64df9ab1a2e..3b108cea922 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest691/Generated691.ilproj @@ -1,29 +1,13 @@ - - - + - Generated691 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj index c8fb7f70244..c68b0aee08a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest692/Generated692.ilproj @@ -1,29 +1,13 @@ - - - + - Generated692 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj index cbe20f3a6d1..292f263cbdb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest693/Generated693.ilproj @@ -1,29 +1,13 @@ - - - + - Generated693 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj index ce25731a80f..ed4f6ad4ba9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest694/Generated694.ilproj @@ -1,29 +1,13 @@ - - - + - Generated694 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj index bdc484af7ac..9127ded55c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest695/Generated695.ilproj @@ -1,29 +1,13 @@ - - - + - Generated695 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj index 948983079ba..f9f1e1a931d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest696/Generated696.ilproj @@ -1,29 +1,13 @@ - - - + - Generated696 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj index faddb70744a..87210988497 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest697/Generated697.ilproj @@ -1,29 +1,13 @@ - - - + - Generated697 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj index 84deca7d708..bc06907a793 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest698/Generated698.ilproj @@ -1,29 +1,13 @@ - - - + - Generated698 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj index 34357c8fcd7..777bced639e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest699/Generated699.ilproj @@ -1,29 +1,13 @@ - - - + - Generated699 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj index 7ded3f1aba7..51e300979d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest7/Generated7.ilproj @@ -1,29 +1,13 @@ - - - + - Generated7 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj index 9f08eb1e80b..006fb215316 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest70/Generated70.ilproj @@ -1,29 +1,13 @@ - - - + - Generated70 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj index 18c6b156a97..54730273b98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest700/Generated700.ilproj @@ -1,29 +1,13 @@ - - - + - Generated700 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj index 7da7e02f591..f8b99e64423 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest701/Generated701.ilproj @@ -1,29 +1,13 @@ - - - + - Generated701 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj index 52c92674cf9..bcf62905c98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest702/Generated702.ilproj @@ -1,29 +1,13 @@ - - - + - Generated702 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj index 6cabffec1bf..c3e1f32c3de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest703/Generated703.ilproj @@ -1,29 +1,13 @@ - - - + - Generated703 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj index 82108ea22e4..0475ce69a52 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest704/Generated704.ilproj @@ -1,29 +1,13 @@ - - - + - Generated704 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj index 49a3fb05c4b..f99c6c4b732 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest705/Generated705.ilproj @@ -1,29 +1,13 @@ - - - + - Generated705 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj index 9a3f4e32eb5..d897fcc4de0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest706/Generated706.ilproj @@ -1,29 +1,13 @@ - - - + - Generated706 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj index f2d73a86d07..2fc01bb404f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest707/Generated707.ilproj @@ -1,29 +1,13 @@ - - - + - Generated707 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj index cf4528c3ef2..2d5c08c656b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest708/Generated708.ilproj @@ -1,29 +1,13 @@ - - - + - Generated708 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj index 25194d9016c..a1a2d065fa3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest709/Generated709.ilproj @@ -1,29 +1,13 @@ - - - + - Generated709 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj index b9a294edf87..7ba2e80cc53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest71/Generated71.ilproj @@ -1,29 +1,13 @@ - - - + - Generated71 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj index 57ce54db25f..c1343fefcc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest710/Generated710.ilproj @@ -1,29 +1,13 @@ - - - + - Generated710 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj index 3e7bf0c5923..5db3c6bee92 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest711/Generated711.ilproj @@ -1,29 +1,13 @@ - - - + - Generated711 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj index 2b6a6cdd392..d58169c35e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest712/Generated712.ilproj @@ -1,29 +1,13 @@ - - - + - Generated712 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj index 1f450a8797d..e7eda025708 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest713/Generated713.ilproj @@ -1,29 +1,13 @@ - - - + - Generated713 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj index 0e50ee0c05f..9c5942c1fa2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest714/Generated714.ilproj @@ -1,29 +1,13 @@ - - - + - Generated714 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj index 28d28aa9db9..59ab225456c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest715/Generated715.ilproj @@ -1,29 +1,13 @@ - - - + - Generated715 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj index 612ca0d5da9..06ae55846f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest716/Generated716.ilproj @@ -1,29 +1,13 @@ - - - + - Generated716 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj index 44860b9d93b..580e8cdebe9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest717/Generated717.ilproj @@ -1,29 +1,13 @@ - - - + - Generated717 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj index 2a7b46dbe36..ad73a42d065 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest718/Generated718.ilproj @@ -1,29 +1,13 @@ - - - + - Generated718 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj index f6dec973040..732968dd824 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest719/Generated719.ilproj @@ -1,29 +1,13 @@ - - - + - Generated719 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj index 6f11b268355..f1bdc8e26cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest72/Generated72.ilproj @@ -1,29 +1,13 @@ - - - + - Generated72 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj index 23f78722881..981dff3bf44 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest720/Generated720.ilproj @@ -1,29 +1,13 @@ - - - + - Generated720 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj index a47ee4d25a0..ffa731d2067 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest721/Generated721.ilproj @@ -1,29 +1,13 @@ - - - + - Generated721 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj index 5ea520f9600..7660f1573d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest722/Generated722.ilproj @@ -1,29 +1,13 @@ - - - + - Generated722 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj index 01fbd929b02..15a6bccd63f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest723/Generated723.ilproj @@ -1,29 +1,13 @@ - - - + - Generated723 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj index 65b14ae3e24..337aac960b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest724/Generated724.ilproj @@ -1,29 +1,13 @@ - - - + - Generated724 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj index a8c85a5ddb9..6166a41076f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest725/Generated725.ilproj @@ -1,29 +1,13 @@ - - - + - Generated725 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj index 6884bcf0a8f..c61a2df235a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest726/Generated726.ilproj @@ -1,29 +1,13 @@ - - - + - Generated726 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj index 160bfa6ba04..61f28345039 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest727/Generated727.ilproj @@ -1,29 +1,13 @@ - - - + - Generated727 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj index 9260a5a4ca1..2cc676f30d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest728/Generated728.ilproj @@ -1,29 +1,13 @@ - - - + - Generated728 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj index 11a562a577f..c619c8833e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest729/Generated729.ilproj @@ -1,29 +1,13 @@ - - - + - Generated729 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj index fb30e7c03eb..17f45a8bfeb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest73/Generated73.ilproj @@ -1,29 +1,13 @@ - - - + - Generated73 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj index f5052db82db..16272cac248 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest730/Generated730.ilproj @@ -1,29 +1,13 @@ - - - + - Generated730 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj index ef914a87b0d..b6a22374b5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest731/Generated731.ilproj @@ -1,29 +1,13 @@ - - - + - Generated731 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj index a937828b985..b63cc56b51b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest732/Generated732.ilproj @@ -1,29 +1,13 @@ - - - + - Generated732 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj index b46a810987f..27c399e6cfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest733/Generated733.ilproj @@ -1,29 +1,13 @@ - - - + - Generated733 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj index d6b162556c0..7dd25b4b5b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest734/Generated734.ilproj @@ -1,29 +1,13 @@ - - - + - Generated734 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj index 6cff7086f75..7279e6985ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest735/Generated735.ilproj @@ -1,29 +1,13 @@ - - - + - Generated735 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj index da746af31c6..649932242e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest736/Generated736.ilproj @@ -1,29 +1,13 @@ - - - + - Generated736 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj index 45060d2cf42..a20193742c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest737/Generated737.ilproj @@ -1,29 +1,13 @@ - - - + - Generated737 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj index 2024238f43c..7699fc14042 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest738/Generated738.ilproj @@ -1,29 +1,13 @@ - - - + - Generated738 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj index af81bc7f3a2..1e994104dae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest739/Generated739.ilproj @@ -1,29 +1,13 @@ - - - + - Generated739 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj index 574438208e2..cedd0cc2583 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest74/Generated74.ilproj @@ -1,29 +1,13 @@ - - - + - Generated74 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj index dd29521df5b..fd72b9e11eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest740/Generated740.ilproj @@ -1,29 +1,13 @@ - - - + - Generated740 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj index 7c6600a888e..098495f2c32 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest741/Generated741.ilproj @@ -1,29 +1,13 @@ - - - + - Generated741 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj index 78d10bd3095..b2501aeb705 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest742/Generated742.ilproj @@ -1,29 +1,13 @@ - - - + - Generated742 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj index 6c061b262f2..9d49ac9697f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest743/Generated743.ilproj @@ -1,29 +1,13 @@ - - - + - Generated743 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj index 9b927698b50..f4854ce8557 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest744/Generated744.ilproj @@ -1,29 +1,13 @@ - - - + - Generated744 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj index 3ada5585140..e8e501e9dfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest745/Generated745.ilproj @@ -1,29 +1,13 @@ - - - + - Generated745 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj index 9081590ab91..b4e5d885b6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest746/Generated746.ilproj @@ -1,29 +1,13 @@ - - - + - Generated746 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj index 6045dd203e7..d6b263aa16d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest747/Generated747.ilproj @@ -1,29 +1,13 @@ - - - + - Generated747 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj index 7da06badc8b..ec2b34077ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest748/Generated748.ilproj @@ -1,29 +1,13 @@ - - - + - Generated748 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj index 005138dddd9..a41931bd7a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest749/Generated749.ilproj @@ -1,29 +1,13 @@ - - - + - Generated749 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj index 91d0c517eb1..1de3133499d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest75/Generated75.ilproj @@ -1,29 +1,13 @@ - - - + - Generated75 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj index 35515964987..444495ecd70 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest750/Generated750.ilproj @@ -1,29 +1,13 @@ - - - + - Generated750 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj index 54ce7d0d817..9287aa733dc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest751/Generated751.ilproj @@ -1,29 +1,13 @@ - - - + - Generated751 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj index d1ad534c6c1..8b43214a3c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest752/Generated752.ilproj @@ -1,29 +1,13 @@ - - - + - Generated752 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj index 3049a842f5a..fd752274306 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest753/Generated753.ilproj @@ -1,29 +1,13 @@ - - - + - Generated753 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj index 53201342b3b..73e251eccbe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest754/Generated754.ilproj @@ -1,29 +1,13 @@ - - - + - Generated754 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj index 5fbcaebb9bf..64e9a47c025 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest755/Generated755.ilproj @@ -1,29 +1,13 @@ - - - + - Generated755 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj index b6ec69829f9..7eefb302a17 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest756/Generated756.ilproj @@ -1,29 +1,13 @@ - - - + - Generated756 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj index 2cb0e012872..c8d3a36bad3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest757/Generated757.ilproj @@ -1,29 +1,13 @@ - - - + - Generated757 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj index a04b4b9db88..674cdbc7db6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest758/Generated758.ilproj @@ -1,29 +1,13 @@ - - - + - Generated758 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj index a71350bd8e7..4acd68ba4d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest759/Generated759.ilproj @@ -1,29 +1,13 @@ - - - + - Generated759 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj index da820b749e5..8a87c80343a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest76/Generated76.ilproj @@ -1,29 +1,13 @@ - - - + - Generated76 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj index 37d2561cfb5..c6c9ccdf544 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest760/Generated760.ilproj @@ -1,29 +1,13 @@ - - - + - Generated760 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj index 434b2ba845d..fd1941388e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest761/Generated761.ilproj @@ -1,29 +1,13 @@ - - - + - Generated761 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj index 8b7136cd9b7..368de5edb62 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest762/Generated762.ilproj @@ -1,29 +1,13 @@ - - - + - Generated762 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj index 6703e1607d2..24f8e14a35a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest763/Generated763.ilproj @@ -1,29 +1,13 @@ - - - + - Generated763 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj index ba06b4764da..ebc37d26dde 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest764/Generated764.ilproj @@ -1,29 +1,13 @@ - - - + - Generated764 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj index 76e448864c9..c3a4e78bfdd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest765/Generated765.ilproj @@ -1,29 +1,13 @@ - - - + - Generated765 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj index a2c65e271f4..ae69d773054 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest766/Generated766.ilproj @@ -1,29 +1,13 @@ - - - + - Generated766 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj index 21b3cb9ab3d..f4418e5a1a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest767/Generated767.ilproj @@ -1,29 +1,13 @@ - - - + - Generated767 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj index e14e23c537b..5d704a035d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest768/Generated768.ilproj @@ -1,29 +1,13 @@ - - - + - Generated768 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj index f54e03681ba..84e48304b53 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest769/Generated769.ilproj @@ -1,29 +1,13 @@ - - - + - Generated769 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj index 628480136c9..4a354b1ee4e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest77/Generated77.ilproj @@ -1,29 +1,13 @@ - - - + - Generated77 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj index d49589ac4f9..876783979b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest770/Generated770.ilproj @@ -1,29 +1,13 @@ - - - + - Generated770 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj index e9d70ca4380..10dda7f4187 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest771/Generated771.ilproj @@ -1,29 +1,13 @@ - - - + - Generated771 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj index 093886f41f1..1e4bfbadc99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest772/Generated772.ilproj @@ -1,29 +1,13 @@ - - - + - Generated772 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj index 794e3152d57..868d8b1ef5d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest773/Generated773.ilproj @@ -1,29 +1,13 @@ - - - + - Generated773 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj index 6013a5041df..6ede205ac26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest774/Generated774.ilproj @@ -1,29 +1,13 @@ - - - + - Generated774 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj index 3e99d88b30b..efdbaf69530 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest775/Generated775.ilproj @@ -1,29 +1,13 @@ - - - + - Generated775 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj index 628fa3afb98..dac5e1e0a85 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest776/Generated776.ilproj @@ -1,29 +1,13 @@ - - - + - Generated776 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj index 0de48bea2a2..9da7df181a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj @@ -1,29 +1,13 @@ - - - + - Generated777 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj index 21fdc9a72a4..67ef1dd5696 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest778/Generated778.ilproj @@ -1,29 +1,13 @@ - - - + - Generated778 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj index cb0ab107347..3de1dfebda7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest779/Generated779.ilproj @@ -1,29 +1,13 @@ - - - + - Generated779 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj index b0ae4a87e2d..82c31ef0861 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest78/Generated78.ilproj @@ -1,29 +1,13 @@ - - - + - Generated78 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj index 0a773475859..e4ba1c2733b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest780/Generated780.ilproj @@ -1,29 +1,13 @@ - - - + - Generated780 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj index 889a16823a3..567fc99080e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest781/Generated781.ilproj @@ -1,29 +1,13 @@ - - - + - Generated781 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj index fea279c83a0..9739f1be4e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest782/Generated782.ilproj @@ -1,29 +1,13 @@ - - - + - Generated782 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj index 69a32cbd724..33333111b6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest783/Generated783.ilproj @@ -1,29 +1,13 @@ - - - + - Generated783 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj index 008730c6f19..19998f38d65 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest784/Generated784.ilproj @@ -1,29 +1,13 @@ - - - + - Generated784 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj index 0c5e83c7ea3..a2239b16724 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest785/Generated785.ilproj @@ -1,29 +1,13 @@ - - - + - Generated785 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj index 97ef4fbce14..b5b05cceffb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest786/Generated786.ilproj @@ -1,29 +1,13 @@ - - - + - Generated786 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj index d9e98c8ead2..b8d361c73cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest787/Generated787.ilproj @@ -1,29 +1,13 @@ - - - + - Generated787 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj index 2dd5e894739..6525ef8421d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest788/Generated788.ilproj @@ -1,29 +1,13 @@ - - - + - Generated788 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj index a4b12414a22..2738211c73e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest789/Generated789.ilproj @@ -1,29 +1,13 @@ - - - + - Generated789 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj index ab408434591..f7415f10dda 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest79/Generated79.ilproj @@ -1,29 +1,13 @@ - - - + - Generated79 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj index bf92d639bbc..a0998b85438 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest790/Generated790.ilproj @@ -1,29 +1,13 @@ - - - + - Generated790 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj index 550afd12d3b..75f3a85b819 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest791/Generated791.ilproj @@ -1,29 +1,13 @@ - - - + - Generated791 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj index 60dbfd6b470..d37061e7610 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest792/Generated792.ilproj @@ -1,29 +1,13 @@ - - - + - Generated792 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj index ae5e0bc9f32..5d79700b60d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest793/Generated793.ilproj @@ -1,29 +1,13 @@ - - - + - Generated793 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj index 9bc9841dc8d..68a72cd52d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest794/Generated794.ilproj @@ -1,29 +1,13 @@ - - - + - Generated794 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj index deafc8a1001..8855d196315 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest795/Generated795.ilproj @@ -1,29 +1,13 @@ - - - + - Generated795 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj index 8d9a444b248..0948d92cb83 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest796/Generated796.ilproj @@ -1,29 +1,13 @@ - - - + - Generated796 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj index 003575e13d2..a2fd958c3a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest797/Generated797.ilproj @@ -1,29 +1,13 @@ - - - + - Generated797 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj index d7192c6fc5c..ff907ddd83e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest798/Generated798.ilproj @@ -1,29 +1,13 @@ - - - + - Generated798 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj index f9457d9c8e1..ae22b8f130e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest799/Generated799.ilproj @@ -1,29 +1,13 @@ - - - + - Generated799 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj index 84773264d36..64cf1ef7726 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest8/Generated8.ilproj @@ -1,29 +1,13 @@ - - - + - Generated8 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj index 3c31123b113..79669c864f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest80/Generated80.ilproj @@ -1,29 +1,13 @@ - - - + - Generated80 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj index 4329c1ba621..a786fc2dc14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest800/Generated800.ilproj @@ -1,29 +1,13 @@ - - - + - Generated800 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj index 414b48e6f28..246662048f8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest801/Generated801.ilproj @@ -1,29 +1,13 @@ - - - + - Generated801 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj index 32f8e5bab9d..64aee00b3f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest802/Generated802.ilproj @@ -1,29 +1,13 @@ - - - + - Generated802 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj index bd052a4bb7c..f601d23874a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest803/Generated803.ilproj @@ -1,29 +1,13 @@ - - - + - Generated803 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj index 397c8e9c912..9fe53864ef7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest804/Generated804.ilproj @@ -1,29 +1,13 @@ - - - + - Generated804 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj index a0d2e4817a0..02ddc2e92c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest805/Generated805.ilproj @@ -1,29 +1,13 @@ - - - + - Generated805 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj index 239dcda9669..6832b0de16c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest806/Generated806.ilproj @@ -1,29 +1,13 @@ - - - + - Generated806 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj index 0597eba088a..a474bad1fcd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest807/Generated807.ilproj @@ -1,29 +1,13 @@ - - - + - Generated807 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj index 07f02a6d97e..f913201ff9b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest808/Generated808.ilproj @@ -1,29 +1,13 @@ - - - + - Generated808 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj index 4b9e92e737b..d28bf5121d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest809/Generated809.ilproj @@ -1,29 +1,13 @@ - - - + - Generated809 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj index 69d66d34e58..5a23a84f6e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest81/Generated81.ilproj @@ -1,29 +1,13 @@ - - - + - Generated81 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj index 0bdff22e0fc..4c7228850b5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest810/Generated810.ilproj @@ -1,29 +1,13 @@ - - - + - Generated810 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj index 6c9749f08af..d61e8841d05 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest811/Generated811.ilproj @@ -1,29 +1,13 @@ - - - + - Generated811 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj index fe3f4359a14..67689e463e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest812/Generated812.ilproj @@ -1,29 +1,13 @@ - - - + - Generated812 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj index da57d3e0463..72b5359d252 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest813/Generated813.ilproj @@ -1,29 +1,13 @@ - - - + - Generated813 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj index 27b39e740bb..1e42bd5d5ae 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest814/Generated814.ilproj @@ -1,29 +1,13 @@ - - - + - Generated814 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj index 1f089a260c2..b1699a808a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest815/Generated815.ilproj @@ -1,29 +1,13 @@ - - - + - Generated815 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj index 9b8f5ee521d..446ea684363 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest816/Generated816.ilproj @@ -1,29 +1,13 @@ - - - + - Generated816 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj index c0a359ce83f..c7680bcb5fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest817/Generated817.ilproj @@ -1,29 +1,13 @@ - - - + - Generated817 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj index d7ef4eb03e6..8ab6305ce4c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest818/Generated818.ilproj @@ -1,29 +1,13 @@ - - - + - Generated818 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj index 8db5ab1ccc3..733afcd589b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest819/Generated819.ilproj @@ -1,29 +1,13 @@ - - - + - Generated819 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj index 73aac50be2a..57fd9e95962 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest82/Generated82.ilproj @@ -1,29 +1,13 @@ - - - + - Generated82 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj index 6f652fca8f6..0e96f61eb7e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest820/Generated820.ilproj @@ -1,29 +1,13 @@ - - - + - Generated820 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj index 813e2be5aed..62bb212f3c2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest821/Generated821.ilproj @@ -1,29 +1,13 @@ - - - + - Generated821 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj index 242c5f39125..423a9225afb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest822/Generated822.ilproj @@ -1,29 +1,13 @@ - - - + - Generated822 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj index 967fbd3da53..358d53e3a6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest823/Generated823.ilproj @@ -1,29 +1,13 @@ - - - + - Generated823 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj index 5f118d65fc6..702c74d37d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest824/Generated824.ilproj @@ -1,29 +1,13 @@ - - - + - Generated824 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj index 0ef6e9c063b..315df3f90db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest825/Generated825.ilproj @@ -1,29 +1,13 @@ - - - + - Generated825 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj index 5e22426d3c6..084f02d1be1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest826/Generated826.ilproj @@ -1,29 +1,13 @@ - - - + - Generated826 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj index cad787deabe..2d1696584c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest827/Generated827.ilproj @@ -1,29 +1,13 @@ - - - + - Generated827 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj index b444d52e15c..529269cca29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest828/Generated828.ilproj @@ -1,29 +1,13 @@ - - - + - Generated828 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj index 82497fa5e06..7057cd64212 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest829/Generated829.ilproj @@ -1,29 +1,13 @@ - - - + - Generated829 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj index 1594af63e02..1e61d8e0ca1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest83/Generated83.ilproj @@ -1,29 +1,13 @@ - - - + - Generated83 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj index 16603920703..23f56ea11aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest830/Generated830.ilproj @@ -1,29 +1,13 @@ - - - + - Generated830 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj index d0e999fddd7..20a878532d0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest831/Generated831.ilproj @@ -1,29 +1,13 @@ - - - + - Generated831 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj index 48b9266a148..66edf70eaca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest832/Generated832.ilproj @@ -1,29 +1,13 @@ - - - + - Generated832 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj index 988294037a6..bbdbd50bbd9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest833/Generated833.ilproj @@ -1,29 +1,13 @@ - - - + - Generated833 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj index 94587c0c540..5252150f3a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest834/Generated834.ilproj @@ -1,29 +1,13 @@ - - - + - Generated834 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj index c596ddb72da..949a84809de 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest835/Generated835.ilproj @@ -1,29 +1,13 @@ - - - + - Generated835 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj index 3c607630f7e..a9c1f99df2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest836/Generated836.ilproj @@ -1,29 +1,13 @@ - - - + - Generated836 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj index 01083fe5578..15f10a140c5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest837/Generated837.ilproj @@ -1,29 +1,13 @@ - - - + - Generated837 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj index 1681b8d9c31..5becaac4f7d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest838/Generated838.ilproj @@ -1,29 +1,13 @@ - - - + - Generated838 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj index 9306d36199a..87def814ea2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest839/Generated839.ilproj @@ -1,29 +1,13 @@ - - - + - Generated839 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj index 3795e3a032b..64d9003ed79 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest84/Generated84.ilproj @@ -1,29 +1,13 @@ - - - + - Generated84 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj index d4d9eb7a1f4..ec276a4229d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest840/Generated840.ilproj @@ -1,29 +1,13 @@ - - - + - Generated840 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj index 725ae735d91..b6eebc6b940 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest841/Generated841.ilproj @@ -1,29 +1,13 @@ - - - + - Generated841 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj index 581766e0b38..e39e31a972a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest842/Generated842.ilproj @@ -1,29 +1,13 @@ - - - + - Generated842 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj index 7354f34b936..8d9e2209275 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest843/Generated843.ilproj @@ -1,29 +1,13 @@ - - - + - Generated843 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj index f8376c816fc..c42547848f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest844/Generated844.ilproj @@ -1,29 +1,13 @@ - - - + - Generated844 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj index a96b5992b70..9a4dea7a125 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest845/Generated845.ilproj @@ -1,29 +1,13 @@ - - - + - Generated845 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj index b0b7fd0c247..96359c396a9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest846/Generated846.ilproj @@ -1,29 +1,13 @@ - - - + - Generated846 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj index 497b3bab57b..15e0fc9facb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest847/Generated847.ilproj @@ -1,29 +1,13 @@ - - - + - Generated847 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj index 140af575943..9bb25b83577 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest848/Generated848.ilproj @@ -1,29 +1,13 @@ - - - + - Generated848 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj index c9fc233c9b6..cf3225402ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest849/Generated849.ilproj @@ -1,29 +1,13 @@ - - - + - Generated849 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj index ea11f0392a8..11e86e0839f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest85/Generated85.ilproj @@ -1,29 +1,13 @@ - - - + - Generated85 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj index 03b35a8d554..37c7a1330e2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest850/Generated850.ilproj @@ -1,29 +1,13 @@ - - - + - Generated850 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj index ec902f4b7aa..b6340eca633 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest851/Generated851.ilproj @@ -1,29 +1,13 @@ - - - + - Generated851 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj index 11a3b65a988..3f5c3a9ed6d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest852/Generated852.ilproj @@ -1,29 +1,13 @@ - - - + - Generated852 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj index 677a9ffc837..7127096948c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest853/Generated853.ilproj @@ -1,29 +1,13 @@ - - - + - Generated853 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj index f5e5b76469f..78b6ac9206b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest854/Generated854.ilproj @@ -1,29 +1,13 @@ - - - + - Generated854 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj index cf1f70b7bc8..702b9a23651 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest855/Generated855.ilproj @@ -1,29 +1,13 @@ - - - + - Generated855 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj index fce54477ab9..62eeefcdead 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest856/Generated856.ilproj @@ -1,29 +1,13 @@ - - - + - Generated856 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj index 30f994b2114..6cf32c96ed8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest857/Generated857.ilproj @@ -1,29 +1,13 @@ - - - + - Generated857 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj index 8c92db21270..39cd41838d1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest858/Generated858.ilproj @@ -1,29 +1,13 @@ - - - + - Generated858 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj index 10b2738dcb6..50e6dce6390 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest859/Generated859.ilproj @@ -1,29 +1,13 @@ - - - + - Generated859 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj index 2e8b53ced35..40719096f45 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest86/Generated86.ilproj @@ -1,29 +1,13 @@ - - - + - Generated86 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj index 65077a7a6d2..4b04b8aa39a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest860/Generated860.ilproj @@ -1,29 +1,13 @@ - - - + - Generated860 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj index a20d2837fe6..6b27a89122c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest861/Generated861.ilproj @@ -1,29 +1,13 @@ - - - + - Generated861 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj index 81bfa0b1ba0..0c226e69e6f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest862/Generated862.ilproj @@ -1,29 +1,13 @@ - - - + - Generated862 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj index 8d69aa3b870..0503ea260c3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest863/Generated863.ilproj @@ -1,29 +1,13 @@ - - - + - Generated863 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj index 78aaba1ebc0..cdfa8feb9ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest864/Generated864.ilproj @@ -1,29 +1,13 @@ - - - + - Generated864 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj index b26bc9d5bef..a73c2b6c0e7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest865/Generated865.ilproj @@ -1,29 +1,13 @@ - - - + - Generated865 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj index 3cdb3429b4b..e3b250bc190 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest866/Generated866.ilproj @@ -1,29 +1,13 @@ - - - + - Generated866 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj index b32b9bbc306..c095344bcb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest867/Generated867.ilproj @@ -1,29 +1,13 @@ - - - + - Generated867 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj index a8ee961ee0d..c676674b574 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest868/Generated868.ilproj @@ -1,29 +1,13 @@ - - - + - Generated868 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj index d431eb6f3d7..89ca93547b0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest869/Generated869.ilproj @@ -1,29 +1,13 @@ - - - + - Generated869 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj index 8950eeff3e6..d0a30e29476 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest87/Generated87.ilproj @@ -1,29 +1,13 @@ - - - + - Generated87 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj index 5c7271627fd..6046a875ab3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest870/Generated870.ilproj @@ -1,29 +1,13 @@ - - - + - Generated870 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj index c911ab5c4e4..bf3b37f0961 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest871/Generated871.ilproj @@ -1,29 +1,13 @@ - - - + - Generated871 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj index e133079cd99..9ffadc26448 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest872/Generated872.ilproj @@ -1,29 +1,13 @@ - - - + - Generated872 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj index 9a67200b227..dda0dab0dd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest873/Generated873.ilproj @@ -1,29 +1,13 @@ - - - + - Generated873 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj index 20715c5d8a1..eb3a9c511da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest874/Generated874.ilproj @@ -1,29 +1,13 @@ - - - + - Generated874 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj index b1a2c6c8510..00b59a758db 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest875/Generated875.ilproj @@ -1,29 +1,13 @@ - - - + - Generated875 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj index 15a5ece415b..d1268ba6c07 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest876/Generated876.ilproj @@ -1,29 +1,13 @@ - - - + - Generated876 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj index 12a56b99db7..c51e55dcf37 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest877/Generated877.ilproj @@ -1,29 +1,13 @@ - - - + - Generated877 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj index 1d86882f4ef..087f7e30979 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest878/Generated878.ilproj @@ -1,29 +1,13 @@ - - - + - Generated878 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj index 22120e3e19d..6150a2d681d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest879/Generated879.ilproj @@ -1,29 +1,13 @@ - - - + - Generated879 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj index cda2d024033..fa7fc400ef7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest88/Generated88.ilproj @@ -1,29 +1,13 @@ - - - + - Generated88 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj index 8ddc021bf65..67038620057 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest880/Generated880.ilproj @@ -1,29 +1,13 @@ - - - + - Generated880 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj index 1b14283c4b9..24696762089 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest881/Generated881.ilproj @@ -1,29 +1,13 @@ - - - + - Generated881 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj index 6fbef106b7c..71f0dc6a4a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest882/Generated882.ilproj @@ -1,29 +1,13 @@ - - - + - Generated882 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj index e4c003cffcb..70e4758ca14 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest883/Generated883.ilproj @@ -1,29 +1,13 @@ - - - + - Generated883 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj index 2da57b5c912..ee179024c5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest884/Generated884.ilproj @@ -1,29 +1,13 @@ - - - + - Generated884 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj index 8f79f79af52..eb9b692ba04 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest885/Generated885.ilproj @@ -1,29 +1,13 @@ - - - + - Generated885 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj index 4ae995f5477..8a46a3b9ea4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest886/Generated886.ilproj @@ -1,29 +1,13 @@ - - - + - Generated886 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj index a8bba762fc0..83af57422ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest887/Generated887.ilproj @@ -1,29 +1,13 @@ - - - + - Generated887 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj index f1c107d9de6..d62c74b5f01 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest888/Generated888.ilproj @@ -1,29 +1,13 @@ - - - + - Generated888 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj index c4f50ad6b67..ccf9560527d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest889/Generated889.ilproj @@ -1,29 +1,13 @@ - - - + - Generated889 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj index 92ef607f265..96451886e41 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest89/Generated89.ilproj @@ -1,29 +1,13 @@ - - - + - Generated89 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj index bce1d2f5a65..9fd996ee824 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest890/Generated890.ilproj @@ -1,29 +1,13 @@ - - - + - Generated890 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj index e2f618b9680..3b04878ffcb 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest891/Generated891.ilproj @@ -1,29 +1,13 @@ - - - + - Generated891 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj index 77d42328c79..a735227f664 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest892/Generated892.ilproj @@ -1,29 +1,13 @@ - - - + - Generated892 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj index 0351deac4b2..ccd1998550f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest893/Generated893.ilproj @@ -1,29 +1,13 @@ - - - + - Generated893 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj index 24f34cb392a..843432aad02 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest894/Generated894.ilproj @@ -1,29 +1,13 @@ - - - + - Generated894 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj index 4792f7a914b..cc7ed43702e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest895/Generated895.ilproj @@ -1,29 +1,13 @@ - - - + - Generated895 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj index a3bd77c4ebe..f258c57752d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest896/Generated896.ilproj @@ -1,29 +1,13 @@ - - - + - Generated896 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj index dd96b064c69..9804871c7e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest897/Generated897.ilproj @@ -1,29 +1,13 @@ - - - + - Generated897 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj index 45eaa1039fe..0210f50100f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest898/Generated898.ilproj @@ -1,29 +1,13 @@ - - - + - Generated898 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj index 2964ff1b073..d05f76a2f0a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest899/Generated899.ilproj @@ -1,29 +1,13 @@ - - - + - Generated899 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj index 4054abe2d31..94926e1ea0a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest9/Generated9.ilproj @@ -1,29 +1,13 @@ - - - + - Generated9 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj index 47e83ff9099..4ee81894dd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest90/Generated90.ilproj @@ -1,29 +1,13 @@ - - - + - Generated90 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj index aba82c1faf4..47b87a49660 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest900/Generated900.ilproj @@ -1,29 +1,13 @@ - - - + - Generated900 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj index 26a79ec4846..98e14f2496b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest901/Generated901.ilproj @@ -1,29 +1,13 @@ - - - + - Generated901 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj index f469ffe2cf9..0b30d06f44b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest902/Generated902.ilproj @@ -1,29 +1,13 @@ - - - + - Generated902 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj index 11a807d588d..57c4b217eea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest903/Generated903.ilproj @@ -1,29 +1,13 @@ - - - + - Generated903 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj index c976eb83e1b..075cd16076a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest904/Generated904.ilproj @@ -1,29 +1,13 @@ - - - + - Generated904 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj index b62e22e63b9..4778006633a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest905/Generated905.ilproj @@ -1,29 +1,13 @@ - - - + - Generated905 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj index 67693517f35..7abee78d9c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest906/Generated906.ilproj @@ -1,29 +1,13 @@ - - - + - Generated906 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj index b32180710d3..f61ac2d7e84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest907/Generated907.ilproj @@ -1,29 +1,13 @@ - - - + - Generated907 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj index e8dae940ddd..04b1a87d4c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest908/Generated908.ilproj @@ -1,29 +1,13 @@ - - - + - Generated908 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj index 8d745629fc4..31f96618ad5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest909/Generated909.ilproj @@ -1,29 +1,13 @@ - - - + - Generated909 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj index e964b19ca52..ee725e58d29 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest91/Generated91.ilproj @@ -1,29 +1,13 @@ - - - + - Generated91 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj index 84ec06a4c0d..2722565990e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest910/Generated910.ilproj @@ -1,29 +1,13 @@ - - - + - Generated910 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj index 408c43870cf..13a66fb9c5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest911/Generated911.ilproj @@ -1,29 +1,13 @@ - - - + - Generated911 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj index b03aaba3d3b..e81b6dfc67e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest912/Generated912.ilproj @@ -1,29 +1,13 @@ - - - + - Generated912 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj index 70afda43fab..77fc7ead716 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest913/Generated913.ilproj @@ -1,29 +1,13 @@ - - - + - Generated913 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj index b844739b605..f1115280ab0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest914/Generated914.ilproj @@ -1,29 +1,13 @@ - - - + - Generated914 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj index fb1bacda531..9ccd2bb8ca9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest915/Generated915.ilproj @@ -1,29 +1,13 @@ - - - + - Generated915 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj index abfee3a2824..1f22ef19496 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest916/Generated916.ilproj @@ -1,29 +1,13 @@ - - - + - Generated916 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj index 6eefe9bc611..89c9496109d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest917/Generated917.ilproj @@ -1,29 +1,13 @@ - - - + - Generated917 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj index 55bf9f332ab..f20c62ca720 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest918/Generated918.ilproj @@ -1,29 +1,13 @@ - - - + - Generated918 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj index 4b26c1bf450..f836584cf05 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest919/Generated919.ilproj @@ -1,29 +1,13 @@ - - - + - Generated919 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj index 24cfaa1a6aa..6f8fa3a4b2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest92/Generated92.ilproj @@ -1,29 +1,13 @@ - - - + - Generated92 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj index adcbb56a36b..6cf7c77974a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest920/Generated920.ilproj @@ -1,29 +1,13 @@ - - - + - Generated920 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj index 9314fc75968..b65afe96d5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest921/Generated921.ilproj @@ -1,29 +1,13 @@ - - - + - Generated921 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj index 8fad3b1406c..a45f742e422 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest922/Generated922.ilproj @@ -1,29 +1,13 @@ - - - + - Generated922 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj index 0e27c10c574..f4262e96822 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest923/Generated923.ilproj @@ -1,29 +1,13 @@ - - - + - Generated923 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj index fa8793d441e..b3ca5c23faa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest924/Generated924.ilproj @@ -1,29 +1,13 @@ - - - + - Generated924 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj index db89af97768..0e7a91ae426 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest925/Generated925.ilproj @@ -1,29 +1,13 @@ - - - + - Generated925 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj index a16156af630..716c5722a54 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest926/Generated926.ilproj @@ -1,29 +1,13 @@ - - - + - Generated926 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj index 5a987868816..32a8438a721 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest927/Generated927.ilproj @@ -1,29 +1,13 @@ - - - + - Generated927 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj index 18ec839df3f..0f1788490fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.ilproj @@ -1,29 +1,13 @@ - - - + - Generated928 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj index f10c1da76e8..c627930ffe2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest929/Generated929.ilproj @@ -1,29 +1,13 @@ - - - + - Generated929 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj index b6a2a9f6111..b75b395743a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest93/Generated93.ilproj @@ -1,29 +1,13 @@ - - - + - Generated93 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj index 4c7f8b76cc8..2a335944d63 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest930/Generated930.ilproj @@ -1,29 +1,13 @@ - - - + - Generated930 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj index c6377beb398..3344f08df4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest931/Generated931.ilproj @@ -1,29 +1,13 @@ - - - + - Generated931 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj index 5627d0c9287..bdeeb04856f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest932/Generated932.ilproj @@ -1,29 +1,13 @@ - - - + - Generated932 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj index e2e06f618e4..7e64bdccea2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest933/Generated933.ilproj @@ -1,29 +1,13 @@ - - - + - Generated933 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj index 17a797e8d36..22891174122 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest934/Generated934.ilproj @@ -1,29 +1,13 @@ - - - + - Generated934 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj index cd37468089b..61263e7f3da 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest935/Generated935.ilproj @@ -1,29 +1,13 @@ - - - + - Generated935 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj index 12653bfb78f..f849ac6fcc4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest936/Generated936.ilproj @@ -1,29 +1,13 @@ - - - + - Generated936 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj index 002102d5719..52a55a3e355 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest937/Generated937.ilproj @@ -1,29 +1,13 @@ - - - + - Generated937 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj index 00bd3d78a62..31af7450ec0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest938/Generated938.ilproj @@ -1,29 +1,13 @@ - - - + - Generated938 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj index 8cd385dd283..11c50580273 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest939/Generated939.ilproj @@ -1,29 +1,13 @@ - - - + - Generated939 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj index d7c63a16d7b..f44156ead6c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest94/Generated94.ilproj @@ -1,29 +1,13 @@ - - - + - Generated94 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj index fc1a2470496..74c57d52bbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest940/Generated940.ilproj @@ -1,29 +1,13 @@ - - - + - Generated940 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj index 90a0d5d5cfe..d9249a36684 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest941/Generated941.ilproj @@ -1,29 +1,13 @@ - - - + - Generated941 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj index 0121764c25e..3f8badcccba 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest942/Generated942.ilproj @@ -1,29 +1,13 @@ - - - + - Generated942 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj index abf84dc57e9..49995aeb995 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest943/Generated943.ilproj @@ -1,29 +1,13 @@ - - - + - Generated943 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj index 1721105530f..5d51e8e70fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest944/Generated944.ilproj @@ -1,29 +1,13 @@ - - - + - Generated944 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj index b54dab8580a..4c3c656509e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest945/Generated945.ilproj @@ -1,29 +1,13 @@ - - - + - Generated945 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj index f9ce08e74d7..ea4a832997d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest946/Generated946.ilproj @@ -1,29 +1,13 @@ - - - + - Generated946 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj index ce7e15c7cc3..50ffb952f98 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest947/Generated947.ilproj @@ -1,29 +1,13 @@ - - - + - Generated947 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj index 9d01ca5d6ac..83c43d474ab 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest948/Generated948.ilproj @@ -1,29 +1,13 @@ - - - + - Generated948 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj index 44318ad3357..ea02dc09eea 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest949/Generated949.ilproj @@ -1,29 +1,13 @@ - - - + - Generated949 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj index 7c397908b15..bfa2f3267a8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest95/Generated95.ilproj @@ -1,29 +1,13 @@ - - - + - Generated95 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj index a0eb3c6227d..6a51d850b75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest950/Generated950.ilproj @@ -1,29 +1,13 @@ - - - + - Generated950 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj index a886c2496d0..55a2d1247c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest951/Generated951.ilproj @@ -1,29 +1,13 @@ - - - + - Generated951 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj index 03d1c932bd7..cbfd5c01104 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest952/Generated952.ilproj @@ -1,29 +1,13 @@ - - - + - Generated952 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj index 7d3c777545b..447b5e5bb9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest953/Generated953.ilproj @@ -1,29 +1,13 @@ - - - + - Generated953 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj index 2dd59be21ef..1503c73c6c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest954/Generated954.ilproj @@ -1,29 +1,13 @@ - - - + - Generated954 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj index 11757a0ccd3..13e452fb665 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest955/Generated955.ilproj @@ -1,29 +1,13 @@ - - - + - Generated955 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj index f5c3e6a1f83..912035ca8ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest956/Generated956.ilproj @@ -1,29 +1,13 @@ - - - + - Generated956 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj index 58d85a60278..3ed914b8c77 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest957/Generated957.ilproj @@ -1,29 +1,13 @@ - - - + - Generated957 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj index f3fc8e6b33b..4250a8d656f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest958/Generated958.ilproj @@ -1,29 +1,13 @@ - - - + - Generated958 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj index d7d5fe2d867..eb7258f675d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest959/Generated959.ilproj @@ -1,29 +1,13 @@ - - - + - Generated959 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj index a0283efba6a..33aabe621e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest96/Generated96.ilproj @@ -1,29 +1,13 @@ - - - + - Generated96 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj index d54f9019647..5aae21b15ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest960/Generated960.ilproj @@ -1,29 +1,13 @@ - - - + - Generated960 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj index 079a6dc94eb..0647ce28318 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest961/Generated961.ilproj @@ -1,29 +1,13 @@ - - - + - Generated961 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj index 2e016e9951e..a8c93c4bb1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest962/Generated962.ilproj @@ -1,29 +1,13 @@ - - - + - Generated962 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj index 29b9cca7308..ac45635426f 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest963/Generated963.ilproj @@ -1,29 +1,13 @@ - - - + - Generated963 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj index 493d780b130..bf647478f20 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest964/Generated964.ilproj @@ -1,29 +1,13 @@ - - - + - Generated964 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj index 984bce29415..ac2c14546b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest965/Generated965.ilproj @@ -1,29 +1,13 @@ - - - + - Generated965 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj index 4cbba2833a7..f678addcadf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest966/Generated966.ilproj @@ -1,29 +1,13 @@ - - - + - Generated966 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj index 1923f7e38f1..1fbabf902f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest967/Generated967.ilproj @@ -1,29 +1,13 @@ - - - + - Generated967 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj index 28eb8b1e0ba..fa30c4bd081 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest968/Generated968.ilproj @@ -1,29 +1,13 @@ - - - + - Generated968 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj index 12073547a9a..06352dbfdb1 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest969/Generated969.ilproj @@ -1,29 +1,13 @@ - - - + - Generated969 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj index 06b1d4e369e..abbdfd194ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest97/Generated97.ilproj @@ -1,29 +1,13 @@ - - - + - Generated97 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj index 42d18e295ed..aed70656bfc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest970/Generated970.ilproj @@ -1,29 +1,13 @@ - - - + - Generated970 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj index de4bbebe242..bed39f50525 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest971/Generated971.ilproj @@ -1,29 +1,13 @@ - - - + - Generated971 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj index 1765b9445c5..35c6f033ef8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest972/Generated972.ilproj @@ -1,29 +1,13 @@ - - - + - Generated972 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj index 5dcac0747a4..a4575922067 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest973/Generated973.ilproj @@ -1,29 +1,13 @@ - - - + - Generated973 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj index b3a4f5bd19e..86cfce1dd75 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest974/Generated974.ilproj @@ -1,29 +1,13 @@ - - - + - Generated974 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj index 70db43f93af..519383def09 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest975/Generated975.ilproj @@ -1,29 +1,13 @@ - - - + - Generated975 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj index c5bb8916a52..698b4284b3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest976/Generated976.ilproj @@ -1,29 +1,13 @@ - - - + - Generated976 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj index 6e71be55dfd..4c05fb27546 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest977/Generated977.ilproj @@ -1,29 +1,13 @@ - - - + - Generated977 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj index e04cacf67d7..e8cffba001c 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest978/Generated978.ilproj @@ -1,29 +1,13 @@ - - - + - Generated978 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj index b5334bc1c09..17b9bd308d6 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest979/Generated979.ilproj @@ -1,29 +1,13 @@ - - - + - Generated979 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj index 1cb7df98d77..52731ef9a1e 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest98/Generated98.ilproj @@ -1,29 +1,13 @@ - - - + - Generated98 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj index b4431e92e9b..172f15b34af 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest980/Generated980.ilproj @@ -1,29 +1,13 @@ - - - + - Generated980 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj index 13b5904af9d..fa644441f26 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest981/Generated981.ilproj @@ -1,29 +1,13 @@ - - - + - Generated981 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj index dd3292543d9..7aad0df51e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest982/Generated982.ilproj @@ -1,29 +1,13 @@ - - - + - Generated982 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj index ecb8eae0e62..42550080088 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest983/Generated983.ilproj @@ -1,29 +1,13 @@ - - - + - Generated983 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj index 05d7f10a967..a07686251cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest984/Generated984.ilproj @@ -1,29 +1,13 @@ - - - + - Generated984 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj index 3495c0428a0..df794a12234 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest985/Generated985.ilproj @@ -1,29 +1,13 @@ - - - + - Generated985 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj index 0c7c0deccab..934ba17bf87 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest986/Generated986.ilproj @@ -1,29 +1,13 @@ - - - + - Generated986 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj index 43d01291be1..33f51f97691 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest987/Generated987.ilproj @@ -1,29 +1,13 @@ - - - + - Generated987 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj index 33e84e54aee..c1f320334a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest988/Generated988.ilproj @@ -1,29 +1,13 @@ - - - + - Generated988 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj index d126cc06639..df1ceb36697 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest989/Generated989.ilproj @@ -1,29 +1,13 @@ - - - + - Generated989 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj index 1025f7b432c..a105246abac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest99/Generated99.ilproj @@ -1,29 +1,13 @@ - - - + - Generated99 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj index f14fac7a708..17d49ffa22a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest990/Generated990.ilproj @@ -1,29 +1,13 @@ - - - + - Generated990 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj index 0f58f141557..cfba60bcb69 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest991/Generated991.ilproj @@ -1,29 +1,13 @@ - - - + - Generated991 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj index 23d8eb075d8..5a1e755a21a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest992/Generated992.ilproj @@ -1,29 +1,13 @@ - - - + - Generated992 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj index 5ae969435eb..7676f024ca8 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest993/Generated993.ilproj @@ -1,29 +1,13 @@ - - - + - Generated993 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj index 34eba65be24..ef70aa07dbe 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest994/Generated994.ilproj @@ -1,29 +1,13 @@ - - - + - Generated994 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj index cec8b4f6524..38e27d9cfac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest995/Generated995.ilproj @@ -1,29 +1,13 @@ - - - + - Generated995 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj index 3ce6eaa5ed0..36698fd3aac 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest996/Generated996.ilproj @@ -1,29 +1,13 @@ - - - + - Generated996 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj index 5cb5f74f130..6b7ff2d066d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest997/Generated997.ilproj @@ -1,29 +1,13 @@ - - - + - Generated997 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj index 459e991a0b8..c1dca509abf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest998/Generated998.ilproj @@ -1,29 +1,13 @@ - - - + - Generated998 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj index 700ec5f3a0e..bf4f80eba3a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest999/Generated999.ilproj @@ -1,29 +1,13 @@ - - - + - Generated999 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe BuildAndRun 1 - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj index 94d88d91367..32eb1eae7a2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorOpenFile.csproj @@ -1,28 +1,11 @@ - - - + - CctorOpenFile - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj index c1406025a81..22c16939b6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowInlinedStatic.csproj @@ -1,32 +1,11 @@ - - - + - CctorThrowInlinedStatic - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj index 56c821b7bb4..78876837fd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowLDFTNStaticMethod.ilproj @@ -1,32 +1,11 @@ - - - + - CctorThrowLDFTNStaticMethod - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj index 8edd25a073e..8ef0dfb2b1b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowMethodAccess.csproj @@ -1,32 +1,11 @@ - - - + - CctorThrowMethodAccess - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj index b02f73654f1..cdc4a072e43 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.csproj @@ -1,32 +1,11 @@ - - - + - CctorThrowStaticField - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj index 8485ded6672..2f17d28ba84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticFieldBFI.ilproj @@ -1,32 +1,11 @@ - - - + - CctorThrowStaticFieldBFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj index 9d659346f2f..7b9f55268ca 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/ResetGlobalFields.ilproj @@ -1,28 +1,11 @@ - - - + - ResetGlobalFields - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj index 0d0aa14d2e4..55c533069ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcep.csproj @@ -1,32 +1,11 @@ - - - + - TypeLoadInitExcep - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj index 5c5d9cbc025..d03de2cfae0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/TypeLoadInitExcepBFI.ilproj @@ -1,32 +1,11 @@ - - - + - TypeLoadInitExcepBFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj index 784b46214a0..efa468cf528 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/UntrustedCodeBFI.ilproj @@ -1,32 +1,11 @@ - - - + - UntrustedCodeBFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj index 440b1b1c4c4..60e98f79331 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreads.csproj @@ -1,28 +1,11 @@ - - - + - CircularCctorFourThreads - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj index 03f8f168827..f9683825eaf 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorFourThreadsBFI.ilproj @@ -1,32 +1,11 @@ - - - + - CircularCctorFourThreadsBFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj index 3b5cc3654f6..4617305d599 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01.csproj @@ -1,28 +1,11 @@ - - - + - CircularCctorThreeThreads01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj index 69cae2c321e..62e1311f457 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads01BFI.ilproj @@ -1,28 +1,11 @@ - - - + - CircularCctorThreeThreads01BFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj index af97c1853a8..8bc200934e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02.csproj @@ -1,28 +1,11 @@ - - - + - CircularCctorThreeThreads02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj index 94670cd9e2d..73caf4673e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads02BFI.ilproj @@ -1,28 +1,11 @@ - - - + - CircularCctorThreeThreads02BFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj index 0d5cc8c03bf..75e093a369b 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03.csproj @@ -1,28 +1,11 @@ - - - + - CircularCctorThreeThreads03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj index 7a08c0f3521..30ee2233d99 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CircularCctors/CircularCctorThreeThreads03BFI.ilproj @@ -1,28 +1,11 @@ - - - + - CircularCctorThreeThreads03BFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj index 8485ded6672..2f17d28ba84 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CctorThrowStaticFieldBFI.ilproj @@ -1,32 +1,11 @@ - - - + - CctorThrowStaticFieldBFI - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj index 720ade18e1e..54d768a6afd 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/CoreCLR/CircularCctorThreeThreads03.csproj @@ -1,32 +1,11 @@ - - - + - CircularCctorThreeThreads03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj index 98d5d27c571..5dd17a67aed 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined.csproj @@ -1,28 +1,11 @@ - - - + - GenMethInlined - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj index 0e14bc9d7b7..4a0be498583 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenMethInlined_Multinested.csproj @@ -1,28 +1,11 @@ - - - + - GenMethInlined_Multinested - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj index c1adc3fe693..57d8b934cf2 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined.csproj @@ -1,28 +1,11 @@ - - - + - GenTypeInlined - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj index aaa7719905d..41f944aa408 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/GenTypeInlined_Multinested.csproj @@ -1,28 +1,11 @@ - - - + - GenTypeInlined_Multinested - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj index 1a9aac100da..357172304a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined.csproj @@ -1,28 +1,11 @@ - - - + - Inlined - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj index 968d8cff422..8ececd9ee66 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/Inlining/Inlined_Multinested.csproj @@ -1,28 +1,11 @@ - - - + - Inlined_Multinested - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj index b4ddee2551b..9d0ea5dc962 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal01.csproj @@ -1,28 +1,11 @@ - - - + - CctorZeroVal01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj index 03ef854a6cc..2c204b283fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal02.csproj @@ -1,28 +1,11 @@ - - - + - CctorZeroVal02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj index 549fa70dcb0..77df4922288 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/CctorZeroVal03.csproj @@ -1,28 +1,11 @@ - - - + - CctorZeroVal03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj index 862ed8b7648..6c1e6dbae3d 100644 --- a/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/TypeInitialization/backpatching/test1.csproj @@ -1,28 +1,11 @@ - - - + - test1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj index f471e58fe4d..40f8dda4760 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/298006/explicitStruct_oddSize.csproj @@ -1,28 +1,11 @@ - - - + - explicitStruct_oddSize - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj index 3b0db22e4da..d236cc6cb03 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/369794/repro369794.csproj @@ -1,28 +1,11 @@ - - - + - repro369794 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj index 546b56e0800..012d08647b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/bigdat.ilproj @@ -1,28 +1,11 @@ - - - + - bigdat - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj index 331c8681631..0a776a045df 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test10.ilproj @@ -1,28 +1,11 @@ - - - + - test10 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj index 6c6cee1a32e..35ada0999e8 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test11.ilproj @@ -1,28 +1,11 @@ - - - + - test11 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj index 1d638e57914..b39506ad3ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test13.ilproj @@ -1,32 +1,11 @@ - - - + - test13 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj index 21131c1378e..4488cd8e580 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test14.ilproj @@ -1,28 +1,11 @@ - - - + - test14 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj index c7553a4646e..d12b19703eb 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test15.ilproj @@ -1,28 +1,11 @@ - - - + - test15 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj index 0f1a259dcb0..25363db6a3e 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test16.ilproj @@ -1,28 +1,11 @@ - - - + - test16 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj index c36e9253b1d..3f1b2daa37b 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test2.ilproj @@ -1,28 +1,11 @@ - - - + - test2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj index 9c12624d97f..679e1b59d21 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test21.ilproj @@ -1,28 +1,11 @@ - - - + - test21 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj index ad1658d6567..18600b76b27 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test23.ilproj @@ -1,28 +1,11 @@ - - - + - test23 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj index 9eb12728ff7..305db46737f 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test24.ilproj @@ -1,28 +1,11 @@ - - - + - test24 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj index fd9d8e38fa5..d326e144adb 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test3.ilproj @@ -1,32 +1,11 @@ - - - + - test3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj index d87cb30d9c9..a7915977d7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/Regressions/ASURT/ASURT150271/test9.ilproj @@ -1,28 +1,11 @@ - - - + - test9 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj index e4f9090b9b4..4f5a4f84298 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/case10.csproj @@ -1,28 +1,11 @@ - - - + - case10 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj index da93d206940..79f3fef100c 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj @@ -1,28 +1,11 @@ - - - + - derivedExplicitClass - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj index c2042218a6b..5fb07af8162 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case1.csproj @@ -1,32 +1,11 @@ - - - + - case1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj index 781643deb83..6cc79ea92b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case11.csproj @@ -1,32 +1,11 @@ - - - + - case11 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj index 185f95b5bb5..533bb7d70a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case12.csproj @@ -1,32 +1,11 @@ - - - + - case12 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj index 1bdfdde1eda..8499bcd7319 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case14.csproj @@ -1,32 +1,11 @@ - - - + - case14 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj index 7f91f8c119c..0259a2a22a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case15.csproj @@ -1,32 +1,11 @@ - - - + - case15 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj index 630c10eda1b..e04c84bdcda 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case2.csproj @@ -1,32 +1,11 @@ - - - + - case2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj index ea4c1ab3363..1d742a41143 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case3.csproj @@ -1,32 +1,11 @@ - - - + - case3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj index 11cb5f75d3e..0cb07e6c98e 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case4.csproj @@ -1,32 +1,11 @@ - - - + - case4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj index d6b93716070..e367481e197 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case5.csproj @@ -1,32 +1,11 @@ - - - + - case5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj index 305c7f203c5..a892c1ad760 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case6.csproj @@ -1,32 +1,11 @@ - - - + - case6 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj index 8b51596d368..9ef39762ee1 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case7.csproj @@ -1,32 +1,11 @@ - - - + - case7 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj index c762b709508..7f9d12e3e15 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case8.csproj @@ -1,32 +1,11 @@ - - - + - case8 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj index 7bf26c65965..4b091e2b1d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj +++ b/src/coreclr/tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case9.csproj @@ -1,32 +1,11 @@ - - - + - case9 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj index fb90490c89b..4d4ffe4aeb7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/General/ManyGenConstraints.csproj @@ -1,28 +1,11 @@ - - - + - ManyGenConstraints - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj index ab84304a485..12ce0209185 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Recursion/RecursiveConstraints.csproj @@ -1,28 +1,11 @@ - - - + - RecursiveConstraints - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj index 26347a5ce87..1027a4dad2d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/532403/VSW532403.csproj @@ -1,28 +1,11 @@ - - - + - VSW532403 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj index 2a2e5e906e3..e3f9c69b42e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/bug62403.csproj @@ -1,28 +1,11 @@ - - - + - bug62403 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj index 9bab0687728..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/dev10_512868.csproj @@ -1,28 +1,11 @@ - - - + - dev10_512868 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj index 5fa4a90c522..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/vsw609874.csproj @@ -1,28 +1,11 @@ - - - + - vsw609874 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj index 139b63da062..11dbaf27dc5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VSW491668.csproj @@ -1,32 +1,11 @@ - - - + - VSW491668 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj index 039be37dc98..9d32afe5974 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/VarargTypes.ilproj @@ -1,32 +1,11 @@ - - - + - VarargTypes - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj index dab96575b2d..9610e997dfa 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/arity01.ilproj @@ -1,28 +1,11 @@ - - - + - arity01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj index 965ee0448c7..a03492b3ea8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001.csproj @@ -1,28 +1,11 @@ - - - + - method001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj index 070caecf743..6d267c3ae47 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001a.csproj @@ -1,28 +1,11 @@ - - - + - method001a - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj index dcdb4162d53..8845f4d9154 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001b.csproj @@ -1,28 +1,11 @@ - - - + - method001b - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj index 4c64b7e016a..f0906f47f53 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001c.csproj @@ -1,28 +1,11 @@ - - - + - method001c - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj index aee85e2993a..fdd7f53247b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001d.csproj @@ -1,28 +1,11 @@ - - - + - method001d - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj index a53069d8056..8dc88763e06 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001e.csproj @@ -1,28 +1,11 @@ - - - + - method001e - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj index 72e0374795d..6f8ca4f8527 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001f.csproj @@ -1,28 +1,11 @@ - - - + - method001f - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj index 1bfac52dc9f..98a28164674 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001g.csproj @@ -1,28 +1,11 @@ - - - + - method001g - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj index 8c83e433bb1..31bf115ddba 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001h.csproj @@ -1,28 +1,11 @@ - - - + - method001h - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj index 3dda2bc693d..3617690df48 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001i.csproj @@ -1,28 +1,11 @@ - - - + - method001i - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj index 6d92f07a1a9..93e8de8a21a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method001j.csproj @@ -1,28 +1,11 @@ - - - + - method001j - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj index 99937448f6e..1142136d775 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method002.csproj @@ -1,28 +1,11 @@ - - - + - method002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj index a1554886856..ab25987a4fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method003.csproj @@ -1,28 +1,11 @@ - - - + - method003 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj index 452031750b4..7c35c6d1ba5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method004.csproj @@ -1,28 +1,11 @@ - - - + - method004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj index 4228bbc71fc..3acecdf00ec 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method005.csproj @@ -1,28 +1,11 @@ - - - + - method005 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj index 2cdad929e31..eeb139f4834 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method006.csproj @@ -1,28 +1,11 @@ - - - + - method006 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj index 0e127be5ab7..31a7f490b0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method007.csproj @@ -1,28 +1,11 @@ - - - + - method007 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj index 7b6b87fcb36..d050ec8d08b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method008.csproj @@ -1,28 +1,11 @@ - - - + - method008 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj index 72c6bcb0c91..18bd7614260 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method009.csproj @@ -1,28 +1,11 @@ - - - + - method009 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj index 309f41be8ab..17507ef26e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method010.csproj @@ -1,28 +1,11 @@ - - - + - method010 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj index 3ccc69ba9d0..f24de7e82c4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method011.csproj @@ -1,28 +1,11 @@ - - - + - method011 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj index 16b85c4d11e..da5ea289cf9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method012.csproj @@ -1,28 +1,11 @@ - - - + - method012 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj index 7e245964885..95a6866d5ce 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method013.csproj @@ -1,28 +1,11 @@ - - - + - method013 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj index 760bf71c994..d64d386846c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method014.ilproj @@ -1,28 +1,11 @@ - - - + - method014 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj index f3db5678207..ff302e14075 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method015.csproj @@ -1,28 +1,11 @@ - - - + - method015 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj index ed63a2b92fc..1064027f77e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/GenericMethods/method016.ilproj @@ -1,28 +1,11 @@ - - - + - method016 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj index 99d98c67af7..488212cb7e3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/T_Types.ilproj @@ -1,32 +1,11 @@ - - - + - T_Types - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj index ed18e905bca..0c9e80bd3a5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/Type_ofT_Inherit_FromT.ilproj @@ -1,28 +1,11 @@ - - - + - Type_ofT_Inherit_FromT - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj index 1c1a36cc869..811be4ef0d5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract01.ilproj @@ -1,32 +1,11 @@ - - - + - abstract01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj index 9d181764e43..647c4ed3c0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract02.ilproj @@ -1,28 +1,11 @@ - - - + - abstract02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj index 359600e24b5..5be0671644f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract03.ilproj @@ -1,28 +1,11 @@ - - - + - abstract03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj index 3efecb20ec5..8bbe668cd1f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract04.ilproj @@ -1,28 +1,11 @@ - - - + - abstract04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj index c51a4a6b4be..d53e15445ac 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract05.ilproj @@ -1,28 +1,11 @@ - - - + - abstract05 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj index 87f3128513b..5999d3775b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract06.ilproj @@ -1,28 +1,11 @@ - - - + - abstract06 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj index 6ada719b818..608a41e00f9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract07.ilproj @@ -1,28 +1,11 @@ - - - + - abstract07 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj index 9074dc7543a..6bc0d06cfc1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract08.ilproj @@ -1,28 +1,11 @@ - - - + - abstract08 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj index d347eca3d6b..a9286016995 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract09.ilproj @@ -1,28 +1,11 @@ - - - + - abstract09 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj index f0bce16fc70..679e17d1b48 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/abstract10.ilproj @@ -1,28 +1,11 @@ - - - + - abstract10 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj index 4265d154367..6e68c122e84 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param01.ilproj @@ -1,28 +1,11 @@ - - - + - param01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj index f1fa36f353a..690ddbd2599 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param02.ilproj @@ -1,28 +1,11 @@ - - - + - param02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj index 0df4c9838bc..40ff68f5cae 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param03.ilproj @@ -1,28 +1,11 @@ - - - + - param03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj index 2953c81eba1..8e767d17e62 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param04.ilproj @@ -1,28 +1,11 @@ - - - + - param04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj index 79fe29655ba..bd90ee31979 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param05.ilproj @@ -1,28 +1,11 @@ - - - + - param05 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj index fde07b3e437..a40527112f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param06.ilproj @@ -1,28 +1,11 @@ - - - + - param06 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj index a2a24d3ddd3..6b4dea27919 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param07.ilproj @@ -1,28 +1,11 @@ - - - + - param07 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj index 43384e14555..2463eb086d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Negative/param08.ilproj @@ -1,28 +1,11 @@ - - - + - param08 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj index aff76cd3274..7fc02936a48 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericClasses.csproj @@ -1,31 +1,13 @@ - - - + - NestedGenericClasses - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - true - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj index c608d69e592..38aa1fdf1ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericStructs.csproj @@ -1,31 +1,13 @@ - - - + - NestedGenericStructs - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - true - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj index 80996680049..ea5854a7cb2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Nesting/NestedGenericTypesMix.csproj @@ -1,36 +1,13 @@ - - - + - NestedGenericTypesMix - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - true - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj index 9260a4792b4..b4680d52820 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase01.csproj @@ -1,32 +1,11 @@ - - - + - AbstractBase01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj index ea6687fb6c0..9ed0acdd49f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase02.csproj @@ -1,32 +1,11 @@ - - - + - AbstractBase02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj index 894a0438aaa..cdc4e72d227 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase03.csproj @@ -1,32 +1,11 @@ - - - + - AbstractBase03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj index 138ab646ed1..46f2c5009ba 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase04.csproj @@ -1,28 +1,11 @@ - - - + - AbstractBase04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj index 8808c14dcdc..2101f02f401 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase05.csproj @@ -1,32 +1,11 @@ - - - + - AbstractBase05 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj index 9b1b2815c30..f8a4f548751 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase06.csproj @@ -1,32 +1,11 @@ - - - + - AbstractBase06 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj index 7112d691f27..fc6f4c0d6d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/AbstractBase07.csproj @@ -1,32 +1,11 @@ - - - + - AbstractBase07 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj index 82a5eb9bed0..5cf97e6de55 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface01.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj index 1624b62432a..8faf63663f5 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface02.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj index dd177d9baa3..354a5cf0531 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface03.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj index e0d0882dea7..6371c1b3394 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface04.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj index a512a4c481f..88847046b32 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface05.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface05 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj index f21e815e472..e4609141561 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface06.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface06 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj index a76c7f25a9b..38da0863f10 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface07.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface07 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj index 87805bd19d7..595ddc45c94 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface08.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface08 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj index 12f74d6507f..2990a1b4df9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface09.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface09 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj index c6cd53840b9..e7dbee5c7d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface10.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface10 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj index 90b9326a521..ce03f991521 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface11.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface11 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj index b083d82abba..f5e9da2b5fd 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface12.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface12 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj index 2bdf00ebebb..16704b2d070 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface13.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface13 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj index e1ee7c48b2b..7a9a00fa5cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.csproj @@ -1,28 +1,11 @@ - - - + - MultipleInterface14 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj index 9bfa694fab6..0a62b505bdc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass01.csproj @@ -1,32 +1,11 @@ - - - + - NestedBaseClass01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj index 810c9a0ef56..c5b831c466d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass02.csproj @@ -1,32 +1,11 @@ - - - + - NestedBaseClass02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj index a4a5565595e..de31fe7e674 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass03.csproj @@ -1,32 +1,11 @@ - - - + - NestedBaseClass03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj index 3344254f961..1f12d665872 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass04.csproj @@ -1,32 +1,11 @@ - - - + - NestedBaseClass04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj index fec947ec64c..86080f2273d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass05.csproj @@ -1,32 +1,11 @@ - - - + - NestedBaseClass05 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj index eb2a03ac144..11faec67d09 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedBaseClass06.csproj @@ -1,32 +1,11 @@ - - - + - NestedBaseClass06 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj index 3a799f46b90..73d16f17fe6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass01.csproj @@ -1,32 +1,11 @@ - - - + - NestedClass01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj index cabccec88e1..97e8a04b795 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass02.csproj @@ -1,28 +1,11 @@ - - - + - NestedClass02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj index 210096d2323..f6101fd524c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass03.csproj @@ -1,32 +1,11 @@ - - - + - NestedClass03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj index f4563e19069..96e74a48c9e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedClass04.csproj @@ -1,28 +1,11 @@ - - - + - NestedClass04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj index eaa9b6b1707..a54a97e3b43 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface01.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj index a849a20d1f6..eaa7cb73a20 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface02.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj index 9df770a3175..48ec27261a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface03.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj index 7aa13fc159f..71df98c0132 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface04.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj index 23919023a3d..78dbf1f190a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface05.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface05 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj index 25ab157e935..2b4fb6d62e4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface06.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface06 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj index a711649389d..6e4789de8bb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface07.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface07 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj index 6591a5c9f8a..6721dc5a8f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedInterface08.csproj @@ -1,32 +1,11 @@ - - - + - NestedInterface08 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj index 02dd9533c4e..480175dbb57 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct01.csproj @@ -1,32 +1,11 @@ - - - + - NestedStruct01 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj index cd8d308ab7d..9305aad383e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct02.csproj @@ -1,28 +1,11 @@ - - - + - NestedStruct02 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj index 6f23a86c1b8..7e3ec2c1dd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct03.csproj @@ -1,32 +1,11 @@ - - - + - NestedStruct03 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj index 27f38518911..252beac7122 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/NestedStruct04.csproj @@ -1,28 +1,11 @@ - - - + - NestedStruct04 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj index fe5422b8dc8..05c259d5e0f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Positive/Types.ilproj @@ -1,32 +1,11 @@ - - - + - Types - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj index 44644cac13c..46c498ee7ee 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/GenTypeItself.csproj @@ -1,28 +1,11 @@ - - - + - GenTypeItself - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj index 2199c5a5cd6..d6a05593600 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/RecursiveInheritance.csproj @@ -1,32 +1,11 @@ - - - + - RecursiveInheritance - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj index 9fff4931756..bc22febfda7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/Struct_ImplementMscorlibGenInterface.csproj @@ -1,28 +1,11 @@ - - - + - Struct_ImplementMscorlibGenInterface - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj index df741349a5e..8b7fb7d81b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Recursion/genrecur.csproj @@ -1,28 +1,11 @@ - - - + - genrecur - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj index f1e29309114..b5d7e3a095e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/DevDiv607.csproj @@ -1,31 +1,14 @@ - - - + - DevDiv607 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj index 4bc2a9d8bc5..2b304477855 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Instantiation/Regressions/607/check2.ilproj @@ -1,32 +1,11 @@ - - - + - check2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj index a2f43c9e408..e558244bf34 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto.csproj @@ -1,28 +1,11 @@ - - - + - Base01a_auto - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj index 3401fc06adf..2b010916200 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base01a_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj index 6d3d8185efe..ddaa52ff336 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq.csproj @@ -1,28 +1,11 @@ - - - + - Base01a_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj index 35effd14ca8..05258afb67d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01a_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base01a_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj index 42d300628e9..85508a55646 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base01b_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj index fa88b623675..b2f637256a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq.csproj @@ -1,28 +1,11 @@ - - - + - Base01b_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj index 9afe761f479..ac03a12cf6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01b_seq_ser.csproj @@ -1,32 +1,11 @@ - - - + - Base01b_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj index 0e50e861e8a..4979efd83d7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01c_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base01c_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj index c0031ac7162..b9e4762b096 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base01d_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base01d_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj index ca2f2f809f3..5f9916d7ff2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto.csproj @@ -1,28 +1,11 @@ - - - + - Base02a_auto - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj index 2350975f7d0..77eadc8b421 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base02a_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj index 72e9317edf8..5dcc7f59d92 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq.csproj @@ -1,28 +1,11 @@ - - - + - Base02a_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj index fab83e5f4ff..f1fb6df64f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02a_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base02a_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj index 1ef8baecb14..8b711060bfe 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base02b_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj index b97585f6e70..be4dddd85f1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq.csproj @@ -1,28 +1,11 @@ - - - + - Base02b_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj index a120d494dde..949b6895ea7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02b_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base02b_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj index 1c25c840951..7759f0bb699 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02c_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base02c_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj index c678ceda2bb..88bbba201f3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/Base02d_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - Base02d_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj index 434281665a4..95ddda7cec3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto.csproj @@ -1,28 +1,11 @@ - - - + - class01_auto - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj index ec2172d5ecc..98301821642 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - class01_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj index 462cca69838..322a0fe4e2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq.csproj @@ -1,28 +1,11 @@ - - - + - class01_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj index 686550024fb..e2a22d21c31 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class01_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - class01_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj index 7b3441109f3..e93be8aea6a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto.csproj @@ -1,28 +1,11 @@ - - - + - class02_auto - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj index e658c113055..14ae76335cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - class02_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj index 0804c35a4f0..0e99d48ee2f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/class02_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - class02_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj index b6faf13be03..fb7f2876c81 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto.csproj @@ -1,28 +1,11 @@ - - - + - struct01_auto - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj index 84a5d803367..0ec600cb554 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - struct01_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj index 293704c317c..2a134371955 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq.csproj @@ -1,28 +1,11 @@ - - - + - struct01_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj index efe873653ff..ab41f653abc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct01_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - struct01_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj index 8c2644b82b1..cb013e9c074 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto.csproj @@ -1,28 +1,11 @@ - - - + - struct02_auto - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj index dfa0bb13ccb..6ef8059b775 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_auto_ser.csproj @@ -1,28 +1,11 @@ - - - + - struct02_auto_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj index cd4d88be7f4..df087a3bb28 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq.csproj @@ -1,28 +1,11 @@ - - - + - struct02_seq - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj index fb7b9eceeb5..9d75fa428a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/General/struct02_seq_ser.csproj @@ -1,28 +1,11 @@ - - - + - struct02_seq_ser - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj index c766cc201a4..1ad2ea1d9d2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative002.csproj @@ -1,28 +1,11 @@ - - - + - Negative002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj index 50687c1f7e0..336ba991bf9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative004.csproj @@ -1,28 +1,11 @@ - - - + - Negative004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj index b71cfc8ad97..95158a37680 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Negative_ExplicitGen.csproj @@ -1,28 +1,11 @@ - - - + - Negative_ExplicitGen - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj index e1b288a3be1..1fceff4372e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive007.csproj @@ -1,28 +1,11 @@ - - - + - Positive007 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj index 34e3407c727..78b54959a6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive008.csproj @@ -1,28 +1,11 @@ - - - + - Positive008 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj index edebe01bceb..71f0bbeb00b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive009.csproj @@ -1,28 +1,11 @@ - - - + - Positive009 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj index c21c3deb822..55a8995f2fe 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Layout/Specific/Positive010.csproj @@ -1,28 +1,11 @@ - - - + - Positive010 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.csproj index 1a56137623a..7d4de93c68e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/Classes.csproj @@ -1,32 +1,11 @@ - - - + - Classes - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj index 016f9e967fa..35104b3b9b3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/ConstraintsAndInheritance.csproj @@ -1,28 +1,11 @@ - - - + - ConstraintsAndInheritance - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj index 49221e6200e..c5732cc4bfc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Misc/TestWithManyParams.csproj @@ -1,28 +1,11 @@ - - - + - TestWithManyParams - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj index a9cf9bfe79e..d5dac1b939d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem1.csproj @@ -1,28 +1,11 @@ - - - + - StaticsProblem1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj index 40d30461d31..7f80cacd4b2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem2.csproj @@ -1,28 +1,11 @@ - - - + - StaticsProblem2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj index 6764a447cd5..4a9ed701be1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem3.csproj @@ -1,28 +1,11 @@ - - - + - StaticsProblem3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj index b098ca3bd28..da8f7596f40 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem4.csproj @@ -1,28 +1,11 @@ - - - + - StaticsProblem4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj index 12e7e55e7c8..f5bb115cb5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Statics/Regressions/524571/StaticsProblem5.csproj @@ -1,28 +1,11 @@ - - - + - StaticsProblem5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj index fd5876eee35..4228beb358d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual.csproj @@ -1,31 +1,14 @@ - - - + - Class2_ImplicitOverrideVirtual - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj index 9ea3f992367..f972a356008 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot.csproj @@ -1,31 +1,14 @@ - - - + - Class2_ImplicitOverrideVirtualNewslot - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj index 6223e77ef76..aebc2c82b22 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtualNewslot_Interface.csproj @@ -1,31 +1,14 @@ - - - + - Class2_ImplicitOverrideVirtualNewslot_Interface - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj index 9f530c2d7fa..fe7fabb713c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class2_ImplicitOverrideVirtual_Interface.csproj @@ -1,31 +1,14 @@ - - - + - Class2_ImplicitOverrideVirtual_Interface - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj index be513ce0169..297bc209b4f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslot.ilproj @@ -1,28 +1,11 @@ - - - + - Class_ExplicitOverrideVirtualNewslot - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj index db79e4dd502..857d56cddba 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ExplicitOverrideVirtualNewslotFinal.csproj @@ -1,28 +1,11 @@ - - - + - Class_ExplicitOverrideVirtualNewslotFinal - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj index 985fbb646fc..8b0e595b35b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslot.csproj @@ -1,28 +1,11 @@ - - - + - Class_ImplicitOverrideVirtualNewslot - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj index 30a5cb3050c..9163c420671 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Class_ImplicitOverrideVirtualNewslotFinal.csproj @@ -1,28 +1,11 @@ - - - + - Class_ImplicitOverrideVirtualNewslotFinal - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj index e81fe96ccfe..7efd0164286 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslot.ilproj @@ -1,28 +1,11 @@ - - - + - Struct_ExplicitOverrideVirtualNewslot - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj index cab33ffcc3c..84369f0a2d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ExplicitOverrideVirtualNewslotFinal.csproj @@ -1,28 +1,11 @@ - - - + - Struct_ExplicitOverrideVirtualNewslotFinal - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj index 0d159d352e0..080c9816e52 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslot.ilproj @@ -1,28 +1,11 @@ - - - + - Struct_ImplicitOverrideVirtualNewslot - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj index 69d8768be3e..d4ce734df65 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/VSD/Struct_ImplicitOverrideVirtualNewslotFinal.csproj @@ -1,28 +1,11 @@ - - - + - Struct_ImplicitOverrideVirtualNewslotFinal - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj index 60adcf3dc47..fe2a4d6ee4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib.ilproj @@ -1,32 +1,11 @@ - - - + - Lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj index b836ac3e2ef..50d760a509b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Lib2.ilproj @@ -1,32 +1,11 @@ - - - + - Lib2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj index ab5793de8b2..d203dd5c6c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method001.csproj @@ -1,31 +1,14 @@ - - - + - Method001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj index c7acf65d48f..6f4847b3e26 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/CoreCLR/Method003.csproj @@ -1,31 +1,14 @@ - - - + - Method003 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj index 9c12afaff9b..68d46bea69c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates001.csproj @@ -1,31 +1,14 @@ - - - + - Delegates001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj index cf74d01d500..77f5cb04251 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Delegates002.csproj @@ -1,31 +1,14 @@ - - - + - Delegates002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj index 60adcf3dc47..fe2a4d6ee4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Delegates/Lib.ilproj @@ -1,32 +1,11 @@ - - - + - Lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj index 8aabe507d89..cda002eeb82 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass001.csproj @@ -1,31 +1,14 @@ - - - + - CastClass001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj index 4ad45ee954b..f10b80ecdf8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/CastClass004.csproj @@ -1,31 +1,14 @@ - - - + - CastClass004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj index d09b0b88538..8c5c6f0a982 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/InterfaceInheritanceTest2.csproj @@ -1,31 +1,14 @@ - - - + - InterfaceInheritanceTest2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj index bea2671865e..0ab403c0f7e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst001.csproj @@ -1,31 +1,14 @@ - - - + - IsInst001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj index 6c20df6f967..3139216012f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst002.csproj @@ -1,31 +1,14 @@ - - - + - IsInst002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj index 544c3a928c6..c873e85ff2a 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst003.csproj @@ -1,31 +1,14 @@ - - - + - IsInst003 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj index 6ed3e83ad12..d78a98250f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst004.csproj @@ -1,31 +1,14 @@ - - - + - IsInst004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj index 7178913ebf5..16a22561672 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst005.csproj @@ -1,31 +1,14 @@ - - - + - IsInst005 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj index 38c7ba7bdda..d678aa17ff2 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/IsInst006.csproj @@ -1,31 +1,14 @@ - - - + - IsInst006 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj index 60adcf3dc47..fe2a4d6ee4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Lib.ilproj @@ -1,32 +1,11 @@ - - - + - Lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj index 747578bcc60..63a246f0ab1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox001.csproj @@ -1,31 +1,14 @@ - - - + - Unbox001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj index f83d730cbbb..6570b3a67c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox002.csproj @@ -1,36 +1,14 @@ - - - + - Unbox002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj index 46e9cd8f806..d8a8ed597cd 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox003.csproj @@ -1,36 +1,14 @@ - - - + - Unbox003 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj index 292ff1b34f3..eb225903341 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox004.csproj @@ -1,31 +1,14 @@ - - - + - Unbox004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj index b64980f94c6..d22c9cef388 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox005.csproj @@ -1,36 +1,14 @@ - - - + - Unbox005 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj index 6b65e4cafa1..a4f7cf2bbcb 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/Unbox006.csproj @@ -1,36 +1,14 @@ - - - + - Unbox006 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj index f1c9a3499bb..2706dda6012 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib.ilproj @@ -1,32 +1,11 @@ - - - + - VarInterfaceLib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj index 6d050448551..0edc1ac9891 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/VarInterfaceLib2.ilproj @@ -1,32 +1,11 @@ - - - + - VarInterfaceLib2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj index f42102b51eb..9e1e7e35d16 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/varlib.ilproj @@ -1,32 +1,11 @@ - - - + - varlib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj index 8e1c575affb..5ff403a3837 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/IL/vsw543506.csproj @@ -1,36 +1,14 @@ - - - + - vsw543506 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj index 0b50f1bda2a..e58203fafe9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces001.csproj @@ -1,31 +1,14 @@ - - - + - Interfaces001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj index ed20db8937c..ed42d218f3c 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Interfaces002.csproj @@ -1,31 +1,14 @@ - - - + - Interfaces002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj index 60adcf3dc47..fe2a4d6ee4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Interfaces/Lib.ilproj @@ -1,32 +1,11 @@ - - - + - Lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj index 60adcf3dc47..fe2a4d6ee4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib.ilproj @@ -1,32 +1,11 @@ - - - + - Lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj index b836ac3e2ef..50d760a509b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Lib2.ilproj @@ -1,32 +1,11 @@ - - - + - Lib2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj index ab5793de8b2..d203dd5c6c1 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method001.csproj @@ -1,31 +1,14 @@ - - - + - Method001 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj index c39dc130caa..ed3eca2c61f 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method002.csproj @@ -1,31 +1,14 @@ - - - + - Method002 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj index c7acf65d48f..6f4847b3e26 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method003.csproj @@ -1,31 +1,14 @@ - - - + - Method003 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj index 40e6160baf7..dc9a91c3c4b 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Methods/Method004.csproj @@ -1,31 +1,14 @@ - - - + - Method004 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj index b9c9acef5cb..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Variance/Regressions/dev10_468712/dev10_468712.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_468712 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj index 6fcd822ba91..8fe5054a3c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/A_Types.ilproj @@ -1,32 +1,11 @@ - - - + - A_Types - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj index 6a1a95c7778..7e8f2130fba 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/Visibility/B_Types.ilproj @@ -1,32 +1,11 @@ - - - + - B_Types - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj index 0b57fd628da..7d18d1e034e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/109968/test.ilproj @@ -1,28 +1,11 @@ - - - + - test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj index b075d2b5df2..b7c993eab87 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/123712/repro123712.csproj @@ -1,28 +1,11 @@ - - - + - repro123712 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj index 64466e769bc..71b7f2b41c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/137310/test137310.csproj @@ -1,28 +1,11 @@ - - - + - test137310 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj index 78dd0836815..70b7e4b21aa 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/188892/test188892.csproj @@ -1,28 +1,11 @@ - - - + - test188892 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj index 54941ce4016..4c3ec8ed050 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/237932/repro237932.csproj @@ -1,28 +1,11 @@ - - - + - repro237932 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj index 55a141faeb6..29df152ed66 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/334376/b334376.csproj @@ -1,28 +1,11 @@ - - - + - b334376 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj index 4e9f3f0ebce..9c5f2be2c90 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/341477/Test.csproj @@ -1,28 +1,11 @@ - - - + - Test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj index b7002bd469e..b71834cb2fc 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride.csproj @@ -1,28 +1,11 @@ - - - + - testExplicitOverride - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj index 20971d3bb3a..e01b9770d5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/395780/testExplicitOverride2.ilproj @@ -1,28 +1,11 @@ - - - + - testExplicitOverride2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj index e5d178a525d..b59ae95d20e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/433497/vsw433497.csproj @@ -1,28 +1,11 @@ - - - + - vsw433497 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj index 06667095807..c64af31cc4d 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/448208/b448208.csproj @@ -1,28 +1,11 @@ - - - + - b448208 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj index 6afde5bbfbb..608dcc21262 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/515341/vsw515341.csproj @@ -1,28 +1,11 @@ - - - + - vsw515341 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj index 237ec921c1d..cfbf6f65ab9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/536564/vsw536564.csproj @@ -1,28 +1,11 @@ - - - + - vsw536564 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj index 4e9f3f0ebce..9c5f2be2c90 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/DD117522/Test.csproj @@ -1,28 +1,11 @@ - - - + - Test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj index 9bb01d99d56..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dd95372/dd95372.csproj @@ -1,28 +1,11 @@ - - - + - dd95372 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj index 67ecf9abcba..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/ddb3422/ddb3422.csproj @@ -1,28 +1,11 @@ - - - + - ddb3422 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj index 8c7c166cc1c..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_393447/dev10_393447.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_393447 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj index a4441ff3e92..1ac4577b9e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/dev10_531793/dev10_531793.ilproj @@ -1,32 +1,11 @@ - - - + - dev10_531793 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj index 54941ce4016..4c3ec8ed050 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw237932/repro237932.csproj @@ -1,28 +1,11 @@ - - - + - repro237932 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj index 20971d3bb3a..e01b9770d5e 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw395780/testExplicitOverride2.ilproj @@ -1,28 +1,11 @@ - - - + - testExplicitOverride2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj index 2381641829f..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw514968/vsw514968.csproj @@ -1,28 +1,11 @@ - - - + - vsw514968 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj index ebfb481f5bf..fe366793b61 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj @@ -1,28 +1,11 @@ - - - + - StaticsProblem5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj index 0cd980ab50a..be160633c71 100644 --- a/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj +++ b/src/coreclr/tests/src/Loader/classloader/generics/regressions/vsw578898/vsw578898.csproj @@ -1,32 +1,11 @@ - - - + - vsw578898 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj index 0f191d122f9..2c154c30f07 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/549411/exploit.csproj @@ -1,32 +1,11 @@ - - - + - exploit - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj index d3917ca57c9..c6d61ada118 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj @@ -1,31 +1,14 @@ - - - + - VSW576621 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj index 8b29873be58..592fa5f3c1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/576621/test.ilproj @@ -1,32 +1,11 @@ - - - + - test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj index 9de1c3d4310..d943fad3be8 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj @@ -1,28 +1,11 @@ - - - + - vsw577403 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj index 8b29873be58..592fa5f3c1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/592026/test.ilproj @@ -1,32 +1,11 @@ - - - + - test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj index a6b78ccd0ec..2cdff8bad6b 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj @@ -1,28 +1,11 @@ - - - + - vsw593884 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj index 430b08de07f..d390726f7f4 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj @@ -1,33 +1,16 @@ - - - + - dev10_432038 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - - - - + - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj index 42fdb64b73d..f992b5c710c 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo1.csproj @@ -1,32 +1,11 @@ - - - + - foo1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj index d276b09b342..e860eff6443 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/foo2.csproj @@ -1,36 +1,14 @@ - - - + - foo2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj index f4cfbd6e203..0a3d6c8442e 100644 --- a/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj +++ b/src/coreclr/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/interface.csproj @@ -1,32 +1,11 @@ - - - + - interface - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj index 016c432317f..f834c4130c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/Library.csproj @@ -1,32 +1,11 @@ - - - + - Library - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj index d7746308711..8d6d586a859 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Regressions/dev10_602978/MainApp.csproj @@ -1,31 +1,14 @@ - - - + - MainApp - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj index 0afdecce6e3..5aa50f982cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting4.ilproj @@ -1,28 +1,11 @@ - - - + - nesting4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj index 842da1e53e4..5d231e68cd6 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting63.ilproj @@ -1,28 +1,11 @@ - - - + - nesting63 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj index 218e790c52e..ab880aa8789 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting7.ilproj @@ -1,28 +1,11 @@ - - - + - nesting7 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj index cdfa93cf76d..5cb3060fe31 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/Tests/nesting88.ilproj @@ -1,32 +1,11 @@ - - - + - nesting88 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj index ddb5ed9d29f..b7cd30dc4bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj @@ -1,28 +1,11 @@ - - - + - VSW491577 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj index a971a46ba0b..96451f2d53e 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec16.ilproj @@ -1,31 +1,14 @@ - - - + - exec16 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj index a8f314c396d..2b1071f478a 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/exec3.ilproj @@ -1,31 +1,14 @@ - - - + - exec3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj index e491bd91f51..cb2ff304290 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting16.ilproj @@ -1,32 +1,11 @@ - - - + - nesting16 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj index 1623cdf2699..9cc44cbf2e6 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting18.ilproj @@ -1,28 +1,11 @@ - - - + - nesting18 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj index 5fa8ebf63d3..7389563d988 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting3.ilproj @@ -1,32 +1,11 @@ - - - + - nesting3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj index 956342efeda..7e5f665fa84 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting31.ilproj @@ -1,28 +1,11 @@ - - - + - nesting31 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj index 0afdecce6e3..5aa50f982cc 100644 --- a/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/nesting/coreclr/nesting4.ilproj @@ -1,28 +1,11 @@ - - - + - nesting4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.csproj index c47dae7b979..5746eb3f044 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/101682/lib.csproj @@ -1,32 +1,11 @@ - - - + - lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.csproj index e3d4b755ff0..9bfb2921eed 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/101904/test.csproj @@ -1,28 +1,11 @@ - - - + - test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.csproj index c47dae7b979..5746eb3f044 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/106647/lib.csproj @@ -1,32 +1,11 @@ - - - + - lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.csproj index 1f12056c911..bb3db345a53 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/111021/main.csproj @@ -1,28 +1,11 @@ - - - + - main - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.csproj index 32e6bf15597..895c87956dd 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/123413/ilib.csproj @@ -1,32 +1,11 @@ - - - + - ilib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.csproj index c47dae7b979..5746eb3f044 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/123413/lib.csproj @@ -1,32 +1,11 @@ - - - + - lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.ilproj index 649c352fae4..eb7c898813d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/139056/Foo.ilproj @@ -1,28 +1,11 @@ - - - + - Foo - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj index 539462a913f..28810fd1ffb 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/144257/vsw144257.csproj @@ -1,28 +1,11 @@ - - - + - vsw144257 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj index bf78213af20..9ad37265ec2 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/14610/TestObjectGetTypeVirtual.csproj @@ -1,28 +1,11 @@ - - - + - TestObjectGetTypeVirtual - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj index e63ac0d7bdb..0c2ec7a64da 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/163172/MethodImplFinal.ilproj @@ -1,28 +1,11 @@ - - - + - MethodImplFinal - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.ilproj index f2c15c501cf..816b85d9423 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/181424/test5.ilproj @@ -1,28 +1,11 @@ - - - + - test5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.csproj index e603e331a84..356fa974a9a 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/208900/bug.csproj @@ -1,28 +1,11 @@ - - - + - bug - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.ilproj index 020bed311dd..ed232170c82 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/226741/test3.ilproj @@ -1,28 +1,11 @@ - - - + - test3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj index d9123e0f909..9de41446b5c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/245191/nullenum1000.csproj @@ -1,28 +1,11 @@ - - - + - nullenum1000 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj index c0fe7c071b4..4e90394d38f 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/307137/vsw307137.csproj @@ -1,28 +1,11 @@ - - - + - vsw307137 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.csproj index 0b916ca5dcf..ded6caea078 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/347422/b347422.csproj @@ -1,32 +1,11 @@ - - - + - b347422 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj index e7337ec0082..bd7c9ac137c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/348842/A.csproj @@ -1,32 +1,11 @@ - - - + - A - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.csproj index c120e13ec62..faeaab91ba0 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/359519/test359519.csproj @@ -1,28 +1,11 @@ - - - + - test359519 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj index 8120c50bf55..3bf33172f91 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/405223/vsw405223.csproj @@ -1,28 +1,11 @@ - - - + - vsw405223 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj index 8e135924b6e..266d75975d9 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/RefX1.ilproj @@ -1,32 +1,11 @@ - - - + - RefX1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.ilproj index 24fef30aa3b..07e886cf1d3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/Test.ilproj @@ -1,23 +1,10 @@ - - - + - Test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - @@ -25,8 +12,4 @@ - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj index 68451a8dd21..ffe427704c0 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/421439/ValX1.ilproj @@ -1,32 +1,11 @@ - - - + - ValX1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj index 65c4fc19067..56dae151c9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/BarImpl.ilproj @@ -1,36 +1,14 @@ - - - + - BarImpl - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.ilproj index 547690cb638..0d45c6014b9 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/CMain.ilproj @@ -1,23 +1,10 @@ - - - + - CMain - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - @@ -25,8 +12,4 @@ - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj index 13b79ce58e9..5d01ebbeb99 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/429802/MyBar.ilproj @@ -1,32 +1,11 @@ - - - + - MyBar - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj index 79b70c0fac6..391cc9cb427 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj @@ -1,32 +1,11 @@ - - - + - b434481_GenericRecurInit - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.ilproj index c72e45d6016..03f337bae78 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Bar.ilproj @@ -1,32 +1,11 @@ - - - + - Bar - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.ilproj index ac7029908e7..e5c038e263b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Foo.ilproj @@ -1,36 +1,14 @@ - - - + - Foo - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.ilproj index 54b9a2b3ff4..a2324556d17 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/440935/Test.ilproj @@ -1,23 +1,10 @@ - - - + - Test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - @@ -25,8 +12,4 @@ - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.csproj index 233cffb7ab3..816d66438fa 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/451034/LoadType.csproj @@ -1,31 +1,14 @@ - - - + - LoadType - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.ilproj index 8a540ac6921..d8ae2581f0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/451034/Type.ilproj @@ -1,32 +1,11 @@ - - - + - Type - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj index 9c97ce7de29..37a31351687 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/452434/vsw452434.ilproj @@ -1,32 +1,11 @@ - - - + - vsw452434 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.ilproj index 09a71807b3e..d7673c802da 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/452707/b452707.ilproj @@ -1,28 +1,11 @@ - - - + - b452707 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj index da50fca4453..f3272f0c105 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/523654/test532654_b.csproj @@ -1,32 +1,11 @@ - - - + - test532654_b - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj index e1fe756d5c9..824cbc72cd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/moduleCctorThrow.ilproj @@ -1,32 +1,11 @@ - - - + - moduleCctorThrow - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj index ed9cbdf1096..d99b246ded5 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206ModuleCctor.csproj @@ -1,36 +1,14 @@ - - - + - vsw529206ModuleCctor - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj index 50f399870e4..ccb830559b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/529206/vsw529206StaticCctor.csproj @@ -1,32 +1,11 @@ - - - + - vsw529206StaticCctor - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj index c321099d179..f1043cc7cba 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/583649/Type_Class42.ilproj @@ -1,32 +1,11 @@ - - - + - Type_Class42 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj index b8f133f380b..f2c117c99b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/583649/vsw583649.csproj @@ -1,31 +1,14 @@ - - - + - vsw583649 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj index dd9c4f001fd..fedf08945df 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/91888/pumpFromCctor.csproj @@ -1,28 +1,11 @@ - - - + - pumpFromCctor - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj index c54b307336d..224749c4e53 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/Dev12_518401/dev12_518401.csproj @@ -1,28 +1,11 @@ - - - + - dev12_518401 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj index deca7f13efc..17f30f03068 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_11371/Negative_ByRefLikeType.ilproj @@ -1,13 +1,5 @@ - - - + - Negative_ByRefLikeType - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun @@ -16,8 +8,4 @@ - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj index 56f0fbbc8c9..da17932d72c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/GitHub_23317/LdVirtFtnOnAbstractMethod.csproj @@ -1,28 +1,11 @@ - - - + - LdVirtFtnOnAbstractMethod - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj index ad1658d6567..18600b76b27 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test23.ilproj @@ -1,28 +1,11 @@ - - - + - test23 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj index fd9d8e38fa5..d326e144adb 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/asurt150271/test3.ilproj @@ -1,32 +1,11 @@ - - - + - test3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj index 5b4794b3892..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd116295/dd116295.csproj @@ -1,28 +1,11 @@ - - - + - dd116295 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/dd52.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/dd52.csproj index 06dcdd04200..03d5939f7a7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/dd52.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/dd52.csproj @@ -1,31 +1,14 @@ - - - + - dd52 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.ilproj index 8b29873be58..592fa5f3c1d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dd52/test.ilproj @@ -1,32 +1,11 @@ - - - + - test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj index aa941ed3333..47585a6569d 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/dev10_398410.csproj @@ -1,31 +1,14 @@ - - - + - dev10_398410 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - - - - + - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj index 354c3fd2fae..0c78a759761 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_398410/utility.csproj @@ -1,32 +1,11 @@ - - - + - utility - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj index 2dced905c43..73c7c316ab2 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/dev10_403582.ilproj @@ -1,32 +1,15 @@ - - - + - dev10_403582 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - - - - + - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj index 5c1a1196609..413c3091193 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/genmeth.ilproj @@ -1,32 +1,11 @@ - - - + - genmeth - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj index 327a619722b..be79a8f6734 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_403582/gentype.ilproj @@ -1,32 +1,11 @@ - - - + - gentype - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj index f9f55fbba6c..1ac4577b9e9 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_443322/dev10_443322.ilproj @@ -1,32 +1,11 @@ - - - + - dev10_443322 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj index 8d691c7e2a1..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_493135/dev10_493135.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_493135 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj index 3c307844cfd..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_526434/dev10_526434.csproj @@ -1,28 +1,11 @@ - - - + - dev10_526434 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj index 4d9f807d8f2..2dd0abb2f76 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/ConstrainedMethods.csproj @@ -1,28 +1,11 @@ - - - + - ConstrainedMethods - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj index 4699d1db8c6..543cf2cb813 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/MethodCalls.ilproj @@ -1,28 +1,11 @@ - - - + - MethodCalls - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj index 2979d2dbe84..a3f1b04271c 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/RecursiveGen.ilproj @@ -1,28 +1,11 @@ - - - + - RecursiveGen - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj index 6bff3359dc4..1535f1f733b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/SealedTypes.ilproj @@ -1,28 +1,11 @@ - - - + - SealedTypes - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj index 0e7dd726234..01974d371e0 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance1.ilproj @@ -1,28 +1,11 @@ - - - + - Variance1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj index cb435c2c57c..3fa0307e192 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/Variance2.ilproj @@ -1,28 +1,11 @@ - - - + - Variance2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj index 20a1503fc16..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_630250/dev10_630250.csproj @@ -1,28 +1,11 @@ - - - + - dev10_630250 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj index 484466b2527..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_710121/dev10_710121.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_710121 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj index e6b70fb2208..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_715437/dev10_715437.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_715437 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj index e0e7aeec30c..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_720779/dev10_720779.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_720779 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj index b5ffe0d3d1d..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_724989/dev10_724989.csproj @@ -1,28 +1,11 @@ - - - + - dev10_724989 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj index 7ccada174a1..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_788724/dev10_788724.ilproj @@ -1,28 +1,11 @@ - - - + - dev10_788724 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj index 7d6a6f30536..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_794943/dev10_794943.csproj @@ -1,28 +1,11 @@ - - - + - dev10_794943 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj index cd86218f7a8..95c27d8afbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case1.csproj @@ -1,31 +1,14 @@ - - - + - Case1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj index c6bb9d8cf59..73e62ca3b6e 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case2.csproj @@ -1,31 +1,14 @@ - - - + - Case2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj index b86107f3149..0acee30f1f6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case3.csproj @@ -1,31 +1,14 @@ - - - + - Case3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj index 159f1e381e6..19ffdaa11a1 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Case4.csproj @@ -1,31 +1,14 @@ - - - + - Case4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj index b7a9f307901..c4b89ae9943 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library1.csproj @@ -1,32 +1,11 @@ - - - + - Library1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj index 7b3e54131b8..678ed41b7f7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_813331/Library2.csproj @@ -1,32 +1,11 @@ - - - + - Library2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj index 1e3bcf2c9e7..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_851479/dev10_851479.csproj @@ -1,28 +1,11 @@ - - - + - dev10_851479 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj index b6d351076c7..aab61d4e449 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_889822/dev10_889822.csproj @@ -1,32 +1,11 @@ - - - + - dev10_889822 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - False - + - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj index 8bbbf52fb22..744115c8f72 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/Test.ilproj @@ -1,32 +1,11 @@ - - - + - Test - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj index 95c0bd37b1d..a57a35574b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev10_897464/dev10_897464.csproj @@ -1,31 +1,14 @@ - - - + - dev10_897464 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - - - - + - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj index 2280b84a33e..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_11333/dev11_11333.ilproj @@ -1,28 +1,11 @@ - - - + - dev11_11333 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj index e0f314ab7f4..f15d09f6a5b 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/Library.ilproj @@ -1,32 +1,11 @@ - - - + - Library - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj index ab101565ad3..fa1d7b06fe3 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_221340/TestLib.ilproj @@ -1,32 +1,11 @@ - - - + - TestLib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj index 016c432317f..f834c4130c8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_256384/Library.csproj @@ -1,32 +1,11 @@ - - - + - Library - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj index da708df6a87..5d1e2e106cf 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_38348/Lib.csproj @@ -1,32 +1,11 @@ - - - + - Lib - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj index cf4e0edcb9a..2f2488d9bd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/LibraryThatImplementsStruct.csproj @@ -1,32 +1,11 @@ - - - + - LibraryThatImplementsStruct - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj index d7a8e5a085f..2f2488d9bd7 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_383846/TypeForwarderLibrary.csproj @@ -1,32 +1,11 @@ - - - + - TypeForwarderLibrary - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj index 4f037c20700..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/dev11_95728/dev11_95728.csproj @@ -1,28 +1,11 @@ - - - + - dev11_95728 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.csproj index 1f12056c911..bb3db345a53 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw111021/main.csproj @@ -1,28 +1,11 @@ - - - + - main - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj index 7ddbc70f9ed..366b0b41c54 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw188290/vsw188290.ilproj @@ -1,28 +1,11 @@ - - - + - vsw188290 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj index a53f14a821b..d63f693bcfd 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw305955/GenericAssertin.ilproj @@ -1,28 +1,11 @@ - - - + - GenericAssertin - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj index c0fe7c071b4..a57478d7fa6 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw307137/vsw307137.csproj @@ -1,28 +1,11 @@ - - - + - vsw307137 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - False - + - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj index e1fe756d5c9..824cbc72cd8 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/moduleCctorThrow.ilproj @@ -1,32 +1,11 @@ - - - + - moduleCctorThrow - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj index ed9cbdf1096..d99b246ded5 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw529206/vsw529206ModuleCctor.csproj @@ -1,36 +1,14 @@ - - - + - vsw529206ModuleCctor - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj b/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj index c69b331c121..3bb9f63a8ef 100644 --- a/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj +++ b/src/coreclr/tests/src/Loader/classloader/regressions/vsw531159/vsw531159.csproj @@ -1,28 +1,11 @@ - - - + - vsw531159 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj index 644588bdd16..d22e78d0f7c 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-11-6-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-11-6-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj index 9cd46b1b2d5..a119f936014 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-15-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-15-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj index bcbfec79893..91179972b34 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-22-three.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-22-three - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj index 4ed48a09628..208e213e27f 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-25-five.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-25-five - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj index 6f408fa65f9..80b10ea107e 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-26-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-26-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj index 70366efe79b..2a4d3243393 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-40a-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-40a-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj index 73b88d6bd74..fdd94555867 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41a-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-41a-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj index a61310f41fe..0d801b478b8 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-41g-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-41g-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj index 9bbf53e734c..9e8f4f90ef4 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-6b-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-6b-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj index 6f13eac61c8..5b1b87f5eca 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-13-7-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-13-7-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj index 4340b6820e4..82cac959b99 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-15-12b.ilproj @@ -1,32 +1,11 @@ - - - + - RMV-2-15-12b - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj index 60b39f87e9a..d663a041749 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-25-9-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-25-9-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj index 26c1129e642..9c63e3a2872 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-5-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-5-5-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj index bad96b35674..e3c7fdd113a 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-5-8-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-5-8-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj index 6b4a27cbe51..1cd05d127bd 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-one.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-20-one - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj index b633cf3e842..c3685c85411 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-20-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-20-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj index 16025126529..d0ff1ef5437 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-28-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-28-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj index bfd240943f4..2cb20a4fd69 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-3-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-3-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj index 97674b7506c..51a0fea7c80 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-30-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-30-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj index ad1c945bb02..079b273009f 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-31-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-31-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj index 87e1ee9f58e..f7f84683388 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-33-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-33-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj index e855eeab4c6..b27c84b6b43 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-39g-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-39g-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj index b8792ba6a10..d4dca2fdbe4 100644 --- a/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/rmv/il/RMV-2-8-7-two.ilproj @@ -1,28 +1,11 @@ - - - + - RMV-2-8-7-two - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj index 9ea73c16c46..e07efc09602 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-1-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj index 9e083a5dabc..01ac7fbf658 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-1-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj index 086277a221c..1c61f5926d4 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-1-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj index 1206181c014..cdc4a29cea9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-1-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-1-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj index 5413f52ae12..4f27e8b1038 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-10-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj index a986e9d293b..78992e93fbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-10-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj index 1f5487b718e..da8e43acc52 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-10-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj index 2d9ba1b205e..dc743c5df2e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-10-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-10-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj index 92129f3ad6f..d7c1d1ad285 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-11-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj index 51a83784b50..b0a6cbfc368 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-11-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj index 713127e579c..e86bbdcf324 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-11-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj index 5a6888e7c1a..66c4b420752 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-11-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-11-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj index 67054c518bd..68dad5b0972 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-12-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj index e9c3805d9f2..fa723c9d05c 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-12-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj index b0e55dfb359..447436fa53e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-12-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj index 66e29e2ed93..a54732a4161 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-12-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-12-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj index c8650ea4896..288c062205f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-2-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj index 03d800ea4e6..71fb26b1475 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-2-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj index 0141d041a16..f3c6da72fb9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-2-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj index 81dab823e0e..25f6152c549 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-2-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-2-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj index 80a64a98e90..d424ebb6d0c 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-3-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-3-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj index bcc88671e71..287105ef291 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-4-1.csproj @@ -1,32 +1,11 @@ - - - + - L-1-4-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj index cd0035ed8b8..aff92304106 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-5-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj index 1155b1a5062..f7808eed66a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-5-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj index 4c08803487b..1f42ae18ca7 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-5-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj index c488c2a8c2e..acfefb046bf 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-5-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-5-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj index dde14ca1982..b6ac0311c16 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-6-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj index 0d91d2efe39..33c9de48880 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-6-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj index 6f64155e68c..97301855282 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-6-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj index 74bc69a233d..058f4be2a61 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-6-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-6-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj index 14011677e83..db8a05af934 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-7-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj index 75861f5fee0..74d559ae649 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-7-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj index 68829a89ded..0e07b04dd19 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-7-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj index 391bd14bd62..16b7ec1af5f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-7-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-7-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj index fc1ea289e08..073a106f0b4 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-8-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj index d61c6aa0e8a..edfbfd30ff4 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-8-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj index 184ee109479..4ef73e5591f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-8-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj index d4596ab9aba..f878810f64f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-8-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-8-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj index 1fb63cf4bd5..b72f709b800 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-1.csproj @@ -1,28 +1,11 @@ - - - + - L-1-9-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj index b66a0cddb26..d882aa5bda2 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-2.csproj @@ -1,32 +1,11 @@ - - - + - L-1-9-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj index cf3735e8cb7..34c3a0655f0 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3.csproj @@ -1,31 +1,14 @@ - - - + - L-1-9-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj index b85dd56e6b5..c48314399ff 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-1-9-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-1-9-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj index 728aa052101..aa0edb8841d 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-10-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj index 30c602a87fd..69b6e18aaae 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-2.csproj @@ -1,32 +1,11 @@ - - - + - L-2-10-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj index 414fe407e61..6e2e63b8f0e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3.csproj @@ -1,31 +1,14 @@ - - - + - L-2-10-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj index 51a3fb12b4b..6cbac41e085 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-10-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-2-10-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj index e77ca59cbed..fa50ce90363 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-11-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj index dade74cddef..b0a6cbfc368 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-2.csproj @@ -1,32 +1,11 @@ - - - + - L-2-11-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj index f936dbd5082..4d4b826dd75 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3.csproj @@ -1,31 +1,14 @@ - - - + - L-2-11-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj index 82d2f63f021..41f33f6f516 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-11-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-2-11-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj index ee294604a92..0c81773b8a6 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-12-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj index 97ea5ce5bd8..a79bf6cffcc 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-2.csproj @@ -1,32 +1,11 @@ - - - + - L-2-12-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj index a4025384a06..8801d5ce42d 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3.csproj @@ -1,31 +1,14 @@ - - - + - L-2-12-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj index 03fb43781e6..4662dfa577b 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-12-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-2-12-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj index 4f3b242c0a4..9acbd385740 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-3-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-3-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj index dee00fb80a4..544f8cba3c9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-4-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-4-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj index f0623c7a9fe..c83bf097d69 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-5-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj index c68c3d934a8..7e9fa2ecd30 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-2.csproj @@ -1,32 +1,11 @@ - - - + - L-2-5-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj index 6c906b536f8..760f9acd700 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3.csproj @@ -1,31 +1,14 @@ - - - + - L-2-5-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj index 5b45f83a4e4..6600655dc63 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-5-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-2-5-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj index 5d1509cb003..114db427d78 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-6-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj index d79863cb439..7f4b70a64c6 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-2.csproj @@ -1,32 +1,11 @@ - - - + - L-2-6-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj index 3bf61be3eae..2799737abcb 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3.csproj @@ -1,31 +1,14 @@ - - - + - L-2-6-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj index 7b6946bf26a..38fd8cc5c36 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-6-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-2-6-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj index 6716f64f6b0..e266f444cf9 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-1.csproj @@ -1,28 +1,11 @@ - - - + - L-2-9-1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj index 18f398d217b..0807fc41449 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-2.csproj @@ -1,32 +1,11 @@ - - - + - L-2-9-2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj index 40c6446f67d..940c2a0ca97 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3.csproj @@ -1,31 +1,14 @@ - - - + - L-2-9-3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj index 2e1ee6ffb86..4f03b821165 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/L-2-9-3D.csproj @@ -1,32 +1,11 @@ - - - + - L-2-9-3D - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj index ff728e7c94c..1f0374568ed 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case1.csproj @@ -1,28 +1,11 @@ - - - + - Case1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj index f9e5806e19f..e6479b8d077 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case2.csproj @@ -1,28 +1,11 @@ - - - + - Case2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj index 1c49f0d65f3..665beba4770 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case3.csproj @@ -1,28 +1,11 @@ - - - + - Case3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj index d21ebe8f5c2..961aec1ee81 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Acceptance/Case4.csproj @@ -1,28 +1,11 @@ - - - + - Case4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj b/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj index 0ec3ee4f71b..ee63f5e99ad 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/M10/Relocation/IL/IL_DLL.ilproj @@ -1,32 +1,11 @@ - - - + - IL_DLL - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj index ad2d7154f5a..330eabf6c9c 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL1.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL1 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj index 19f71deb672..af18628bdda 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL10.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL10 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj index f221ae0ac56..43e1346b10f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL11.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL11 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj index 045d089c319..5ec93e2f485 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL12.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL12 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj index d9573bac2bd..1c44f3e2b87 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL13.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL13 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj index 613b452a9dd..ecbddb80e7f 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL14.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL14 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj index 1c62ebf7a2c..e6769655dbc 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL15.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL15 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj index cc459275e5f..4e9a69cfc7a 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL16.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL16 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj index 589054cdea3..bb6b53ac808 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL17.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL17 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj index ff9891db03c..1b148ae0f0b 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL18.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL18 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj index d88b1d7785e..7e5bf4db53e 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL19.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL19 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj index d200b56064a..ea5a3a47301 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL2.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL2 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj index 0a4534adef5..2f215f32fc8 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL3.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL3 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj index 2d42c222bfc..c47d723b96c 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL4.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL4 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj index a2ed64219aa..5566aea49c7 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL5.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL5 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj index 58af7873ad7..cac2e786cae 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL6.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL6 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj index e78a12a1246..2f741bf05a3 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL7.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL7 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj index 7bb339c5d8e..d66d770a6be 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL8.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL8 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj index 801e214a10f..10ffdc5ab90 100644 --- a/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj +++ b/src/coreclr/tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/CLStressADLL9.csproj @@ -1,32 +1,11 @@ - - - + - CLStressADLL9 - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Loader/lowlevel/regress/105736/Exception.csproj b/src/coreclr/tests/src/Loader/lowlevel/regress/105736/Exception.csproj index d949b69eabf..d820a8da81a 100644 --- a/src/coreclr/tests/src/Loader/lowlevel/regress/105736/Exception.csproj +++ b/src/coreclr/tests/src/Loader/lowlevel/regress/105736/Exception.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj b/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj index eb676aee57f..70556406614 100644 --- a/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj +++ b/src/coreclr/tests/src/Loader/multimodule/DontUseNetmodule.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.csproj b/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.csproj index e46a44ce528..0474212965a 100644 --- a/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.csproj +++ b/src/coreclr/tests/src/Loader/regressions/GitHub_15544/main.csproj @@ -1,31 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {AC75380E-F196-4F32-9BCF-F0589AF864E6} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj b/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj index bd4c0b860ed..978b089608f 100644 --- a/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj +++ b/src/coreclr/tests/src/Loader/regressions/classloader/main.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {D2BE451D-2E46-4899-BA3F-244E8CBDBD35} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj b/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj index 60dee797cbe..4e01b0fad42 100644 --- a/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj +++ b/src/coreclr/tests/src/Loader/regressions/classloader/vsw307137.csproj @@ -1,30 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {C1CC49D1-A6E0-4AC8-858C-6BFD733A29C5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj b/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj index c91452bff44..86f0ce9da51 100644 --- a/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj +++ b/src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj @@ -1,34 +1,13 @@ - - - + - Debug - AnyCPU - Polyrec - 2.0 - {B50A2D18-32B1-4051-A3E4-B004A6BBBF4D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 4 50 1 true - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj b/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj index 835c0a7a866..7e17d423d62 100644 --- a/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj +++ b/src/coreclr/tests/src/Loader/versioning/coverage/AssemblyAttrs.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj b/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj index 9055cacf482..a525d96c2b7 100644 --- a/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj +++ b/src/coreclr/tests/src/Regressions/assemblyref/assem.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {946AE2D9-F656-4771-81DB-6D02EEEEFFCB} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ SharedLibrary $(DefineConstants);STATIC - - - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/assemblyref/test.csproj b/src/coreclr/tests/src/Regressions/assemblyref/test.csproj index fdb95c16935..f9a331ce05c 100644 --- a/src/coreclr/tests/src/Regressions/assemblyref/test.csproj +++ b/src/coreclr/tests/src/Regressions/assemblyref/test.csproj @@ -1,26 +1,9 @@ - - - + - Debug - AnyCPU - test - 2.0 - {CDA666E1-9A22-4795-9FBD-3B3FAEB759A4} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC 1 - - - - - - False - - @@ -30,8 +13,4 @@ assem - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj b/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj index 70b3d743597..4f071470fa9 100644 --- a/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj +++ b/src/coreclr/tests/src/Regressions/common/AboveStackLimit.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj b/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj index 8d098887c07..805df41f4d2 100644 --- a/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj +++ b/src/coreclr/tests/src/Regressions/common/ArrayCopy.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/CompEx.csproj b/src/coreclr/tests/src/Regressions/common/CompEx.csproj index 478ec6c18fd..50ab8b852f0 100644 --- a/src/coreclr/tests/src/Regressions/common/CompEx.csproj +++ b/src/coreclr/tests/src/Regressions/common/CompEx.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj b/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj index 1c2b5f66635..12ad84199a0 100644 --- a/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj +++ b/src/coreclr/tests/src/Regressions/common/DisableTransparencyEnforcement.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/Marshal.csproj b/src/coreclr/tests/src/Regressions/common/Marshal.csproj index 2ce947ad185..c3e36f78e81 100644 --- a/src/coreclr/tests/src/Regressions/common/Marshal.csproj +++ b/src/coreclr/tests/src/Regressions/common/Marshal.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun true - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj b/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj index 9fbfd87d563..cbe76228890 100644 --- a/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj +++ b/src/coreclr/tests/src/Regressions/common/ThreadCulture.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/ToLower.csproj b/src/coreclr/tests/src/Regressions/common/ToLower.csproj index 508f842b342..f06a889fd6e 100644 --- a/src/coreclr/tests/src/Regressions/common/ToLower.csproj +++ b/src/coreclr/tests/src/Regressions/common/ToLower.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/Unsafe.csproj b/src/coreclr/tests/src/Regressions/common/Unsafe.csproj index f38d1445ccd..c3fe7676564 100644 --- a/src/coreclr/tests/src/Regressions/common/Unsafe.csproj +++ b/src/coreclr/tests/src/Regressions/common/Unsafe.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun true - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/avtest.csproj b/src/coreclr/tests/src/Regressions/common/avtest.csproj index 7d3511c27a9..24eccc7b5df 100644 --- a/src/coreclr/tests/src/Regressions/common/avtest.csproj +++ b/src/coreclr/tests/src/Regressions/common/avtest.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/interlock.csproj b/src/coreclr/tests/src/Regressions/common/interlock.csproj index 1a1414b046c..0db5fe3be51 100644 --- a/src/coreclr/tests/src/Regressions/common/interlock.csproj +++ b/src/coreclr/tests/src/Regressions/common/interlock.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/pow3.csproj b/src/coreclr/tests/src/Regressions/common/pow3.csproj index f9ea76cc335..f9db91e642d 100644 --- a/src/coreclr/tests/src/Regressions/common/pow3.csproj +++ b/src/coreclr/tests/src/Regressions/common/pow3.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun - - - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/test1307.csproj b/src/coreclr/tests/src/Regressions/common/test1307.csproj index 87264ba825d..2f3620d4784 100644 --- a/src/coreclr/tests/src/Regressions/common/test1307.csproj +++ b/src/coreclr/tests/src/Regressions/common/test1307.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/testClass.csproj b/src/coreclr/tests/src/Regressions/common/testClass.csproj index 35f25c92876..95eadd9a231 100644 --- a/src/coreclr/tests/src/Regressions/common/testClass.csproj +++ b/src/coreclr/tests/src/Regressions/common/testClass.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/common/testInterface.csproj b/src/coreclr/tests/src/Regressions/common/testInterface.csproj index 2eb64349c12..46b48e1b35a 100644 --- a/src/coreclr/tests/src/Regressions/common/testInterface.csproj +++ b/src/coreclr/tests/src/Regressions/common/testInterface.csproj @@ -1,36 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - False - - - - - - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - + - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj b/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj index a9d4304fb60..9be7292c0cb 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0014/avtest.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 0 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj b/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj index e01afdb72f3..f253a83ba8e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0018/ArrayCopy.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj b/src/coreclr/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj index c7f330c6107..c3f1f176b77 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0028/thread08-simplified.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.csproj b/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.csproj index fa250f15ff4..d861b8f8f5f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0041/expl_double_1.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj b/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj index 778227dca63..2919135693f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0044/nullable.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj b/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj index 143724a4c20..8d737830193 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0046/istype.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj b/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj index a452aaf21af..ad8d8e195b1 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0075/LargeArrayTest.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj b/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj index ad635a65698..1308e32af53 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0077/interlock.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj b/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj index 6e11257ed6b..23853d6ce73 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0080/delete_next_card_table.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun true true 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj b/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj index c6aad883ec3..46e3ab300d2 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0099/AboveStackLimit.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj b/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj index ec0a34f31a6..04e0b8e2dc3 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0138/pow3.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj b/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj index a6931e9b441..3563e780a47 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0149/SampleAssembly.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj b/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj index 373730ea81a..f43ca1eb00c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0198/CompEx.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj b/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj index 4ad0876633b..c11f2343b44 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0202/ThreadCulture.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj b/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj index 78260fe1e16..220a50e86a6 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0211/genrecur.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj b/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj index 5b35562a353..0980483f6db 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0275/Marshal.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj b/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj index e4517fe5cf9..3603d5f14f8 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0308/ToLower.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj b/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj index 4d0a0f2ae6c..4dfdc8ecd69 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0341/PlatformCode.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj b/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj index 5ae8c0a2350..f0958567e97 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0341/UserCode.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj b/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj index eac2297214d..238ae19f0ae 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0342/unsafe.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj b/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj index 075bb2c5b42..b9879e9dc18 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0416/hello.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj b/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj index dcd69ebfeea..a1a17b326dd 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0433/assem.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj b/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj index 797d7de8fd0..3d6c0c5f7f9 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0433/test.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj b/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj index 487d45a192d..a5ba656a8c0 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0487/test.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj b/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj index 225a1b6c768..01b26e2c4bf 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0570/Test570.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj b/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj index da0ea2abd41..b90adb4f884 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0576/Test0576.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj b/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj index c0bc3c1d14a..4790db1844a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0582/csgen.1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj b/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj index b93d06b3e82..88b00c80e98 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0583/Test583.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj b/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj index 431ef3283df..746a5c7938a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0584/Test584.csproj @@ -1,43 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - true true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj b/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj index 56b3d15b5c3..bb5ae8221d3 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0694/CriticalCode.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj b/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj index c1c190985e3..3ea99891aec 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0792/Test0792.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj b/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj index 26fa58303d5..86bc0f76f2f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0828/Test0828.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj b/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj index ff0110f4d3e..6d1f0e214f7 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0829/Test0829.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj b/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj index 9bbb02a9b3d..f781a2fbe6d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0857/override.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj b/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj index 976a2b1334d..3573cbda43f 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0939/test0939.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj b/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj index 9431a4618be..ea62e47b679 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/0968/Test968.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj b/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj index ae738164c34..38a1c0a19d2 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1307/test1307.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj b/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj index 70ed0d02ebd..61bb3c50f78 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1333/testClass.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj b/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj index 63d0f0abbb9..77680aed108 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1333/testInterface.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj b/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj index d20a10fcc3b..a12ee31291d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1337/Test1337.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj b/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj index 7ea920ef704..e6abdcab87d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1380/forwarder1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj b/src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj index 745db740f37..7733878d08c 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1386/Co1727ctor_OO.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj b/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj index deff6d0d2f2..fd85ce0fc12 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1402/Test1402.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj b/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj index baabd44e38f..53895957b10 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1514/InterlockExchange.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/15241/genericcontext.ilproj b/src/coreclr/tests/src/Regressions/coreclr/15241/genericcontext.ilproj index ea2fd35bfc2..7606695ad76 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15241/genericcontext.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/15241/genericcontext.ilproj @@ -1,35 +1,12 @@ - - - + - genericcontext - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj b/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj index 764205e9e87..33ea90fe674 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1534/Test1534.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj b/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj index bd76ac90858..90610898ac5 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1535/Test1535.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj b/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj index 04ec375625b..f6f2650cfec 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/1549/Test1549.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.ilproj b/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.ilproj index f18d2a563f8..e57bb017a39 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/15647/interfacestatics.ilproj @@ -1,35 +1,12 @@ - - - + - interfacestatics - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.ilproj b/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.ilproj index 4b6d609eb3a..4b5f2764733 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/15650/interfacecctor.ilproj @@ -1,35 +1,12 @@ - - - + - interfacecctor - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.ilproj b/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.ilproj index ade9cb7b4ac..db8e8cabc0e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/15827/nonvirtualcall.ilproj @@ -1,35 +1,12 @@ - - - + - nonvirtualcall - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.ilproj index 32da0588af2..fac9314bd6e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16064/methodimpl.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.ilproj index 86c222a4da1..4148c094919 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16123/ambiguousconstraint.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj index 79d5309397f..966d9502d65 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16354/notimplemented.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/16355/boring.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16355/boring.ilproj index 6bf3f70e6ff..c1aecdc02f1 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16355/boring.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16355/boring.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/16355/variance.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16355/variance.ilproj index 60513c7004b..749ece45a24 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16355/variance.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16355/variance.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.csproj b/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.csproj index 756d1d381d0..f691a918589 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16371/ptrarray.csproj @@ -1,31 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {CBD0D777-3583-49CC-8538-DD84447F6522} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 None False - - - - - False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj b/src/coreclr/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj index 7521917db5c..7e9bef5bc59 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/16775/sharedinterfacemethod.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj b/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj index a34dedab730..b3f06199551 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/20452/twopassvariance.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/20616/UnicodeBug.ilproj b/src/coreclr/tests/src/Regressions/coreclr/20616/UnicodeBug.ilproj index c0b034d297d..9e78b1fde84 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/20616/UnicodeBug.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/20616/UnicodeBug.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.ilproj b/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.ilproj index a21902128d9..584cec72016 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/22021/consumer.ilproj @@ -1,38 +1,15 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/22021/provider.ilproj b/src/coreclr/tests/src/Regressions/coreclr/22021/provider.ilproj index 919182beb58..a10e6d25b0e 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22021/provider.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/22021/provider.ilproj @@ -1,36 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.ilproj b/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.ilproj index eb245e5e150..d9440ebafb7 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/22386/debug3.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.ilproj b/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.ilproj index e3a3853c75b..13f4d332e18 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/22407/abstractcalls.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.ilproj b/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.ilproj index d218608b542..52c895adb24 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/22728/createdelegate.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.ilproj b/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.ilproj index 442a59cc4ed..62662dd3f56 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/22728/debug15.ilproj @@ -1,35 +1,12 @@ - - - + - $(MSBuildProjectName) - Debug - AnyCPU - 2.0 - {85DFC527-4DB1-595E-A7D7-E94EE1F8140D} - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 7a9bfb7d true true Exe BuildAndRun 0 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/Regressions/coreclr/25057/byref.csproj b/src/coreclr/tests/src/Regressions/coreclr/25057/byref.csproj index 3494cc8b766..8961430865a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/25057/byref.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/25057/byref.csproj @@ -1,31 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {CBD0D777-3583-49CC-8538-DD84447F6522} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 None False - - - - - False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj b/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj index 891c3695288..58342926e5a 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/72162/Test72162.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.csproj b/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.csproj index 9d96dc4cba7..da5832a5aeb 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/9414/readonlyPrefix.csproj @@ -1,29 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {CBD0D777-3583-49CC-8538-DD84447F6522} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/Test11611.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/Test11611.csproj index 3c7b39f172b..658841d4222 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/Test11611.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_11611/Test11611.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E55A6F8B-B9E3-45CE-88F4-22AE70F606CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj index b3066bb4694..4eff6b6dcf6 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_12224/Test12224.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {9CBB2BDE-E9EF-4F0A-840C-0F80380D4513} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/Test16833.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/Test16833.csproj index 10ccb295090..4e45a373f0d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/Test16833.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_16833/Test16833.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {D1303490-9864-4CC7-9FC0-964B371C7D8C} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.csproj index 53d0e2ed213..9d6aed35cbd 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_17398/test17398.csproj @@ -1,41 +1,17 @@ - - - + - Debug - AnyCPU - 2.0 - {E55A6F8B-B9E3-45CE-88F4-22AE70F606CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun - - - - - - - - False - - - + True - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/Test22348.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/Test22348.csproj index 2fefb9c7af0..c5cb1b6c158 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/Test22348.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22348/Test22348.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E55A6F8B-B9E3-45CE-88F4-22AE70F606CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs index c94f8141003..57bce044efe 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.cs @@ -27,7 +27,7 @@ public class Test22888 alcWeakRef = new WeakReference(alc); Assembly a = alc.LoadFromAssemblyPath(assemblyPath); - Stream resourceStream = a.GetManifestResourceStream("test22888.resources"); + Stream resourceStream = a.GetManifestResourceStream($"{Path.GetFileNameWithoutExtension(assemblyPath)}.test22888.resources"); alc.Unload(); return resourceStream; @@ -67,7 +67,7 @@ public class Test22888 public static int Main() { string currentAssemblyDirectory = Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath); - string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "test22888resources.exe"); + string testAssemblyFullPath = Path.Combine(currentAssemblyDirectory, "test22888resources.dll"); WeakReference alcWeakRef; bool success = LoadAndUnload(testAssemblyFullPath, out alcWeakRef); diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.csproj index 3e5b3ed28ae..4388a9ecae4 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {9D87696F-8C3A-49B8-86AD-A26D850B5A14} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 0 - - - - - - - - False - - - - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.csproj index 72d4f78715c..40a6c35b301 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_22888/test22888resources.csproj @@ -1,30 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {558D34B5-6EC1-4F30-8A15-B94F7EC74DA9} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildOnly 0 - - - - - - - - False - - - @@ -33,12 +14,6 @@ - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.ilproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.ilproj index b90dee93187..66261617564 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.ilproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24524/test24524.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {8C26D5B9-74A1-4EE2-926E-59CF0EC5CD43} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.csproj index 4eec517e75a..8d7bbfb5904 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_24701/test24701.csproj @@ -1,31 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {CBD0D777-3583-49CC-8538-DD84447F6522} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 None False - - - - - False - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj b/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj index 26b1ea2a23d..a2b253e1c9d 100644 --- a/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj +++ b/src/coreclr/tests/src/Regressions/coreclr/GitHub_7685/Test7685.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {E55A6F8B-B9E3-45CE-88F4-22AE70F606CB} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj b/src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj index c335def7428..2c56f9af79d 100644 --- a/src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj +++ b/src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj @@ -1,30 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 1 - - - - - - False - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.csproj b/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.csproj index dc65a66b04c..94d162502b4 100644 --- a/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.csproj +++ b/src/coreclr/tests/src/baseservices/TieredCompilation/TieredVtableMethodTests.csproj @@ -1,21 +1,10 @@ - - - + - Debug - AnyCPU - {DF8B8A76-BC07-4A5F-BD74-1B5D79B94E92} Exe true 0 - - - - - - diff --git a/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj b/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj index ec1071b3760..5acba44cf9d 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/FixedAddressValueType/FixedAddressValueType.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun true true @@ -16,24 +8,10 @@ true - - - - - False - - - - - - - - + - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj index 56bfa03467d..e816533d2cf 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeFeature/DefaultImplementationsOfInterfaces.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {A8E3EED5-E6C0-4976-AC7E-70691EA00C52} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 0 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj index 59ee4d926c2..2e8010d058d 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeHelpers/ExecuteCodeWithGuaranteedCleanup.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj index 98b4a35d160..f958a09403d 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/RuntimeWrappedException.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun - - - - - - - - False - - - - + - - - - + - - - diff --git a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj index 125fb1c1ac7..d16d855aa32 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/RuntimeWrappedException/StringThrower.ilproj @@ -1,36 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj index cb838e5cf59..e92ce15e439 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/Dev10_535767.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj index 2e4149bca49..33866514747 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestAPIs.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj index 2f4edb9ca37..6c72d47e6ae 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestGC.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj index da987091ca5..dd790b93140 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/TestOverrides.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj index d70ecf18152..831c0a87058 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/dynamicobjectproperties/test448035.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj b/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj index 72084cddc98..9b614c7ab4e 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/modulector/moduleCctor.ilproj @@ -1,36 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj b/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj index 1b1ece1cf12..fc25e2bd04b 100644 --- a/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj +++ b/src/coreclr/tests/src/baseservices/compilerservices/modulector/runmoduleconstructor.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj index 33474029070..5a79176edad 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj index 33474029070..2d965585d92 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj index 809da2b8246..ee6faaa4258 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/AccessViolationException/AVException03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj b/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj index fc29ee09e36..f1ad71adc79 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/StackTracePreserve/StackTracePreserveTests.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj b/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj index 293cd870aef..8fa27cda445 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj @@ -1,38 +1,14 @@ - - - + - Debug - AnyCPU - WindowsEventLog - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC WINDOWS true - - - - - true - - False - - - - - - - + - diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj index b40e52c4d5a..24887e02360 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj index 9779959c0fa..53eb0abdc34 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj index dd9ce48fb8d..94e5a3fe1af 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj index ca50d9b69a4..5fcf11d108d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj index 2a01715e455..5dbf4ccff73 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj index 77c2be2cf19..b34d5ea2438 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj index 157c8c2cc27..6b917758595 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj index 43cc32219f7..a92a57fa0f2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj index 30acc8b4464..d55c1cb789d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/GenericExceptions08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj index 46d0fc91e31..f7a19ef4d72 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter001.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj index ced412b6e4b..3922384e2d5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter002.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj index 2d82f51f4e2..d1aeeb88270 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter003.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj index 85261f02f09..e8a5605dc9d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter004.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj index efe559e86e0..546470c9fd5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter005.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj index 7f1707c1201..d74df0324b5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter006.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj index 4c7ebac7ef6..1995ffd1c99 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter007.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj index 87924d6de0c..7fe66ed8b2c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter008.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj index 08a0685caf8..7543c20f053 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter009.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj index bf7b89b490b..d6402fa50d8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter010.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj index a2a6b8d19c6..8b1539abca5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter011.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj index aae5e23fed6..739aebe47d6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter012.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj index 4d4b385ea8d..21aba2ce0a7 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter013.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj index c5e5b05c659..b79a86f687c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter014.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj index ed857fba1bb..95d9258b733 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter015.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj index d1cb0bb5474..19cde13eb82 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter016.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj index f71086bde1c..b5643f8d9b6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter017.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj index f7351111041..0c69d7c8378 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/TypeParameter018.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.csproj index e75f7fa45d7..b0385cc131d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.csproj index 4fa23c4c19f..e15effc5f94 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.csproj index dbeb97026ed..9bdddaedc7a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.csproj index c54b737387c..1df2c02bd51 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.csproj index a10dad19af8..166d780b5e7 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.csproj index 4657da95cfe..0a86950c58b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.csproj index e1a0dfa6195..87a8cb41de8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.csproj index 51f76906995..8ca9e7f295a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.csproj index 72af2f5eb5e..9921b16468e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.csproj index 9131a5d803b..00f0ff2b730 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/nested-try-catch10.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.csproj index 29ae23d305e..27cd92dcc9a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.csproj index 3cfcd0dbb8d..6996c9f9cb3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.csproj index 13feaffbd91..7e84adb1cb1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally-struct03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.csproj index 903e32bdeb2..1fcc58dedf1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.csproj index 83e96155104..a0c46a3adf8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.csproj index ef4aa32a7a1..40a0bb7c7eb 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-finally03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.csproj index b94a6537f30..6ead6f4b96b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.csproj index 6ae5e33e419..b60fcca2969 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.csproj index 53bcbf69414..e084e56953f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.csproj index b1dca833859..73d2bf0c0e0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.csproj index b443a9d6b02..4007d0ca99f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.csproj index 1141e07ac9f..300931ea625 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.csproj index f63a670d716..89b2424e7bf 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.csproj index 8074cf61656..ab708819c47 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.csproj index cac92ae1efb..3c63d4fc8e6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch-struct09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.csproj index 64844c72098..0de01cdf755 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.csproj index 4c445b13bcf..b1a348561d5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.csproj index 079917a4f9d..6ea9dc7678e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.csproj index bc53a043788..2f6ed7d91f2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.csproj index 3f0ee2ff5e7..1e6bd5f1e8d 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.csproj index 188ebacf31c..ec747d7d305 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.csproj index debe4f6b817..34cdc081b0a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.csproj index ac0ba1194d9..b161e7cc42a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.csproj index ede0d4228d5..ac652877937 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-catch09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.ilproj index cf354c19e8d..503308ffba9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct01.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.ilproj index 2777951d42d..18874d5df85 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct02.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.ilproj index bbf4762d4f1..1ce08bd5cb2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault-struct03.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.ilproj index d7cf77ea464..a45d40350f5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault01.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.ilproj index a21ad07d09b..df6ca23b9f6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault02.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.ilproj index 9c980fb3045..039289312b9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-fault03.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.ilproj index 2319d7de8de..e0fdaa0fc71 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally01.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.ilproj index c78728a281c..3a3eaff3d15 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-finally02.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.ilproj index 76299d4efc1..9794ee7975a 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter-struct02.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.ilproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.ilproj index a3b0e9e1a3f..2fe4ca94266 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-filter02.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.csproj index d06c6a30640..dd7d39a0ce1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.csproj index c6f545eb847..6251a816881 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.csproj index 1bfbdf0b7fe..7b5268f51c5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally-struct03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.csproj index 98ce988b1c3..7eb0534f683 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.csproj index 6257bc35ed7..f883b5d201c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.csproj b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.csproj index 7ecca29890f..450c88a0a1b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/generics/try-finally03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj index 32601ab2790..1237ed0da1b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/147911/test147911.csproj @@ -1,42 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj index 2c305ee3556..439711d110c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/Dev11/154243/dynamicmethodliveness.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj index ac6fbf983b7..378f4f6555f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/finally.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj index 647367797b3..35ddf93e0d2 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/rethrow.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj index d83da2efab8..d5f417719d6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/ExternalException.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 @@ -16,24 +8,7 @@ true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj index 24653a7132d..8a366b8485c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/HandlerException.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj index b12a5beaa52..55bf3bd5c90 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/MultipleException.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj index e2819474d3a..5db50b85545 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj index d4b482c539d..96b39845de0 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedEx2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj index 8484c97f396..036916842bc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NestedException.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - + true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj index 8fcbbd0f036..97d3d16f911 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/NormalException.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj index 6163210930b..bcc51d99f98 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/RecursiveException.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj index 03ddf99329d..c055a768021 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatch.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj index 2bfb3ecf673..341735b4f48 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/TryCatchFinally.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj index ab5530e3d4f..e754bebf8b9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UnmanagedToManaged.csproj @@ -1,42 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj index 277501f99ae..3fffcf2bc59 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserException.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj index 9ae185c937b..49c1cecc102 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/UserExceptionThread.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj index dddbb6259ab..5862a301df8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Except.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj index aa9fd322379..ed19838af85 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltCatch.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj index 18828d7ffb1..d3ca4a0759f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/FiltFallThru.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj index 4a97b270fd3..62a45ffedab 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Filter.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj index 6cdfa78ce71..0ab51284c15 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/Finally.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj index 9254b37e8f5..ebb44c6fd9c 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedExcept.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj index fa26d55c52f..adfc90a61d3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/asm/NestedFilt.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj index c2647cb0b68..c97eef8c91e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/Exceptions.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.ilproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.ilproj index d5bb496c968..bc6429b1af3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/15266.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.csproj index 89363a70d37..4150c7c3bd8 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v1.0/19896.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other.csproj index c88225cc399..2992b13d379 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/other.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj index 2a4d7e53c49..d014a4b8d95 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/v4.0/640474/test640474.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj index d6b3f70c47b..4e824a6f46b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeyM3.2/151232.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj index 43f69aec6be..6f4363d9ce3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/349379.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj index 7e92212531e..6f4363d9ce3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/106011.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/ReproTrusted.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/ReproTrusted.csproj index bc87357dfbf..52243f8f506 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/ReproTrusted.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/ReproTrusted.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj index 7f9c39952a5..53fe3a0648b 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/302680.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.csproj b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.csproj index 35ba4c761fd..4df494b75bc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/data.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj b/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj index 64b9d5826f4..0d02ed852de 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/OOMException01.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 -trustedexe - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj b/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj index 5a69dda1870..547c95c1526 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ArrayInit.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj b/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj index 64e8a1b22bf..82a611b1516 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/HardwareEh.csproj @@ -1,40 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj index 117e027b0e7..5ed5ee1de70 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/ILHelper.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ SharedLibrary 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj b/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj index dfbb37aba74..05ae94f64f3 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/VT.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ SharedLibrary 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj b/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj index 644034be91f..bc46eba24ae 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/fault.ilproj @@ -1,38 +1,10 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 1 - - - - - - - - - False - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj b/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj index 1d594c51765..2c9c8835380 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/simple/finally.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.csproj b/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.csproj index 818a17b569e..83cd219165e 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/stacktrace/Tier1StackTrace.csproj @@ -1,10 +1,5 @@ - - - + - Debug - AnyCPU - {8758BFAC-7D36-4244-8A36-4C464C0AFA6D} Exe true true @@ -13,13 +8,7 @@ TestRunner.ExecuteAssemblyEntryPoint and System.Reflection.RuntimeMethodInfo.Invoke --> true - - - - - - diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj index 23ce7634f89..54e76d5a3e4 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Baadbaad.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj index ec6051a323a..e56cf21fc47 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/BaseClass.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj index 71203518d8f..ed1c41d30a6 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/CollidedUnwind.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj index 554fe514ac5..eb2554629fc 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/EHPatternTests.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj index 8807b971cd4..ad7875f4750 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryManagedPresent.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj index aefbdbbe63c..edde89a2937 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/GoryNativePast.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj index 3b2710227b8..ad203d8f2d1 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinally.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj index cb8d54df817..208bb0021fd 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/InnerFinallyAndCatch.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj index ffa52cdb619..e388cfc3229 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Pending.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj index 33ce90973a4..f9951b945d9 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/Recurse.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj index 83ab5f7ae44..461d593c2ca 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveRethrow.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj index b2466eef010..65f739f9e89 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RecursiveThrowNew.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj index cb2afb97fbd..ceafcbc9fba 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/RethrowAndFinally.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj index ee9b1a85f88..5d38fd6c6bb 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ReturnFromCatch.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj index d15eb95b801..a9447329164 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/StrSwitchFinally.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj index e170b93497c..ca088940699 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInCatch.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj index f08fa65e54c..f6fd8a461b5 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinally.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj index 7a61f1bb2c4..88d5d58f498 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/ThrowInFinallyNestedInTry.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj b/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj index 5b5581a006b..9fe91a9721f 100644 --- a/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj +++ b/src/coreclr/tests/src/baseservices/exceptions/unittests/TryCatchInFinally.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj b/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj index 0187686980b..933e291531e 100644 --- a/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj +++ b/src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj b/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj index 0187686980b..933e291531e 100644 --- a/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj +++ b/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.csproj b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.csproj index 5923c9d56d4..7feab8793cb 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.csproj +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/dd130885/xlib.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.csproj b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.csproj index 4a37c74226d..eef9ade3a35 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.csproj +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/267905.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.csproj b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.csproj index b3ffc78ae97..a2a898da64b 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.csproj +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/305155.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.csproj b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.csproj index 5a81ede1bcc..474cef0713a 100644 --- a/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.csproj +++ b/src/coreclr/tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/395914.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj b/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj index f82f2379b8e..210291b359b 100644 --- a/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj +++ b/src/coreclr/tests/src/baseservices/multidimmarray/enum.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.ilproj b/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.ilproj index e11b2fc4523..3e0b1815704 100644 --- a/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.ilproj +++ b/src/coreclr/tests/src/baseservices/multidimmarray/rank1array.ilproj @@ -1,28 +1,11 @@ - - - + - rank1array - Debug - AnyCPU - 2.0 - {405DB174-DAB1-4095-BC2D-B64E38E94B8B} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.csproj b/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.csproj index b9c27581a92..af97362e626 100644 --- a/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.csproj +++ b/src/coreclr/tests/src/baseservices/threading/DeadThreads/DeadThreads.csproj @@ -1,20 +1,9 @@ - - - + - Debug - AnyCPU - DeadThreads - {649A239B-AB4B-4E20-BDCA-3BA736E8B790} Exe - - - - - - + - diff --git a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj index d3142735ff6..87b17609982 100644 --- a/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj +++ b/src/coreclr/tests/src/baseservices/threading/commitstackonlyasneeded/DefaultStackCommit.csproj @@ -1,41 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {c485e164-f82c-4a4f-a02e-bc711827e5be} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj index a543a8e8495..8f9748e14e1 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_ARENullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj index 0a64b1aadcd..29702c3f7d1 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MRENullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj index bd7330c0a25..30079d9eded 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_MutexNullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj index db9b44930b9..99f908ca59c 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_RWHNullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj index 92bd71f9129..4251a6972bf 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_SLENullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj index 7c1e4d99571..65613ac5f68 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TSNullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj index b74fce44b9d..cdf7ff2df51 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_TimerNullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj index 26a2083920d..40acf6490b1 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/Nullref/CS_WHNullRefEx.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/coverage/OSThreadId/osthreadid.csproj b/src/coreclr/tests/src/baseservices/threading/coverage/OSThreadId/osthreadid.csproj index 6d263047e1e..347485bb1d1 100644 --- a/src/coreclr/tests/src/baseservices/threading/coverage/OSThreadId/osthreadid.csproj +++ b/src/coreclr/tests/src/baseservices/threading/coverage/OSThreadId/osthreadid.csproj @@ -1,31 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 - - - - - - - - False - - - diff --git a/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj b/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj index 6f8902e8fee..2d4b51db53d 100644 --- a/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj +++ b/src/coreclr/tests/src/baseservices/threading/currentculture/CultureChangeSecurity.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj b/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj index a778c1bbb1c..aaf30133fa3 100644 --- a/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj +++ b/src/coreclr/tests/src/baseservices/threading/delegate/BeginInvokeEndInvoke.csproj @@ -1,35 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {c485e164-f82c-4a4f-a02e-bc711827e5be} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj index 3afe94122fc..f4d179f3582 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructFalse.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {1de36f31-ddef-43ff-a8e8-e09f11711c13} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj index c2351233721..71e6a7ecaae 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/AutoResetEvent/ConstructTrue.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {1de36f31-ddef-43ff-a8e8-e09f11711c13} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj index ed4fff0d947..cf85dc1140a 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj index 6c8c78eb786..9dc987b4407 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCast2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj index 1d29063970a..36cb073e5c1 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj index 9783c95083e..10a9265c6d4 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/AutoResetCtor2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj index 7fbb31bdaaa..df94e20abf1 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj index 315e80e2746..1793e36add6 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCast2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj index 1d46d13ebf8..aaf7caf341d 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj index d70bf900154..0110639cc99 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/ManualResetCtor2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj index ebd161ce3c3..0a263463c90 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructFalse.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj index e10f96e7fe4..db7b4bccfe1 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/AutoConstructTrue.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj index 279492ecd23..439afa83e24 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructFalse.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj index 6e781623357..faea9aa6931 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/EventWaitHandle/unit/ManualConstructTrue.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {7e4cd64f-c8d1-491c-bf2e-72f841ec6813} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj index b47d5afb368..f4d179f3582 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructFalse.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {717a283b-e0af-4ef2-b072-0378decb2d96} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj index ad58bb20fb2..71e6a7ecaae 100644 --- a/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj +++ b/src/coreclr/tests/src/baseservices/threading/events/ManualResetEvent/ConstructTrue.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {717a283b-e0af-4ef2-b072-0378decb2d96} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.csproj index eb87a5ba80a..1db74ad80d5 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit01.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.csproj index 22eabb7e195..c45aea1d19f 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit02.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.csproj index 4b1bc4c78cc..766243be88e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit03.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.csproj index d7e6905f726..14d579f521a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit04.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.csproj index 903813de49c..8adaf5e46e4 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit05.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.csproj index 18f1b18cc3d..378d5b7005a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit06.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.csproj index d18e156936f..f8deb8d55ab 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit07.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.csproj index da5dc976286..84c19ae5bc4 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit08.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.csproj index 03604bdff5b..284c3f64e59 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit09.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.csproj index df111eddce7..8a8b60c456b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit10.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.csproj index f724d65cd54..a60ed5afff4 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit11.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.csproj index 79221799d9f..1b41fe0e69c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit12.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.csproj index 182a5390434..b6a68a9a261 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit13.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.csproj index d5000068583..6cc6e55fbca 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/EnterExit14.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.csproj index 09b4717408c..99f8b102b40 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter01.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.csproj index f3dee0a61e0..45d97610aff 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter03.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.csproj index d6114730dc1..c33c8895c56 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter04.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.csproj index 00fb5580c9b..503be9cef8c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter05.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.csproj b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.csproj index c123242ffba..688b9df1678 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/Monitor/TryEnter06.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.csproj index 35ceaab3d25..9afc9284c54 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.csproj index 0fede4d4762..7039a1fc278 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.csproj index dc6641f8049..6d393b46a18 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.csproj index 415edd9f432..fbd8420678b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.csproj index a9cb26d6b42..d262ea3740a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.csproj index d7a5f097b6a..220ca2cd0fe 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.csproj index 3b8463cbf02..dae58a466ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.csproj index 83ff9164ddf..b35e2243bad 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.csproj index f445eefddc6..d45b340f4ac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.csproj index 14fc2225022..ea3d08533f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread10.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.csproj index 0644fe123e1..f1cb27a2b46 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread11.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.csproj index 93b22199e58..82a1a5b4aaf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread12.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.csproj index 8a4d0befd2f..df9d7a3162b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread13.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.csproj index 684ad69863a..60ccf6f5488 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread14.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.csproj index 983324d423a..9818f104523 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread15.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.csproj index 0ec2fc92632..0137529148b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread16.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.csproj index af836f7b6cd..0bd5e069c70 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread17.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.csproj index 7252b78a525..c410f491aac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread18.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.csproj index f1f3f2b502e..3492eaf905d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread19.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.csproj index 90980b5b96a..4e04a7775e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread20.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.csproj index 10cc510e187..1cb08922e93 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread21.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.csproj index 0a7b420c5df..3c06c1eb3cd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread22.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.csproj index a0cf724a9b7..1cb1676b509 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread23.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.csproj index c8b0ebf68a4..eb342399f4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread24.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.csproj index 9d3d1437c70..bd5cc8f973c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread25.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.csproj index 975ad21bdd5..86b758dcc4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread26.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.csproj index 3197a0df572..054bf542448 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread27.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.csproj index 5bc87a9615e..8be82b87239 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread28.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.csproj index f68e40ed9ef..11e5f69af5c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread29.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.csproj index 90681452bee..d6fa13971f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/thread30.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj index 60f05b225aa..3e25821badc 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/TimerCallback/tighttimercallback.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.csproj index 35ceaab3d25..9afc9284c54 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.csproj index 0fede4d4762..7039a1fc278 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.csproj index dc6641f8049..6d393b46a18 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.csproj index 415edd9f432..fbd8420678b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.csproj index a9cb26d6b42..d262ea3740a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.csproj index d7a5f097b6a..220ca2cd0fe 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.csproj index 3b8463cbf02..dae58a466ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.csproj index 83ff9164ddf..b35e2243bad 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.csproj index f445eefddc6..d45b340f4ac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.csproj index 14fc2225022..ea3d08533f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread10.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.csproj index 0644fe123e1..f1cb27a2b46 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread11.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.csproj index 93b22199e58..82a1a5b4aaf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread12.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.csproj index 8a4d0befd2f..df9d7a3162b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread13.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.csproj index 684ad69863a..60ccf6f5488 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread14.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.csproj index 983324d423a..9818f104523 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread15.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.csproj index 0ec2fc92632..0137529148b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread16.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.csproj index af836f7b6cd..0bd5e069c70 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread17.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.csproj index 7252b78a525..c410f491aac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread18.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.csproj index f1f3f2b502e..3492eaf905d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread19.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.csproj index 90980b5b96a..4e04a7775e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread20.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.csproj index 10cc510e187..1cb08922e93 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread21.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.csproj index 0a7b420c5df..3c06c1eb3cd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread22.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.csproj index a0cf724a9b7..1cb1676b509 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread23.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.csproj index c8b0ebf68a4..eb342399f4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread24.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.csproj index 9d3d1437c70..bd5cc8f973c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread25.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.csproj index 975ad21bdd5..86b758dcc4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread26.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.csproj index 3197a0df572..054bf542448 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread27.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.csproj index 5bc87a9615e..8be82b87239 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread28.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.csproj index f68e40ed9ef..11e5f69af5c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread29.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.csproj b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.csproj index 90681452bee..d6fa13971f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/WaitCallback/thread30.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {a1f1c234-d043-412e-bae9-36a26936dab5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread01.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread01.csproj index f703215c65b..9afc9284c54 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread02.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread02.csproj index 46f63ca7aa8..7039a1fc278 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread03.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread03.csproj index eda06d3b447..6d393b46a18 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread04.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread04.csproj index ef03037c5fb..fbd8420678b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread05.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread05.csproj index e71499aeafe..d262ea3740a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread06.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread06.csproj index fac17c22055..220ca2cd0fe 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread07.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread07.csproj index f16815362c2..dae58a466ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread08.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread08.csproj index c25eb1b4052..b35e2243bad 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread09.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread09.csproj index d0d732342c5..d45b340f4ac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread10.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread10.csproj index 68d013716b5..ea3d08533f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread10.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread11.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread11.csproj index 222759b89e4..f1cb27a2b46 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread11.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread12.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread12.csproj index 59694cb634e..82a1a5b4aaf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread12.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread13.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread13.csproj index a672a20334c..df9d7a3162b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread13.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread14.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread14.csproj index 197f297b2bf..60ccf6f5488 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread14.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread15.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread15.csproj index 81126e2ed6b..9818f104523 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread15.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread16.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread16.csproj index 053f72b284f..0137529148b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread16.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread17.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread17.csproj index 08967dc801f..0bd5e069c70 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread17.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread18.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread18.csproj index 4d46c4567f7..c410f491aac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread18.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread19.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread19.csproj index 1f56b47e6f2..3492eaf905d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread19.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread20.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread20.csproj index 80624618d00..4e04a7775e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread20.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread21.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread21.csproj index 7e617b2b9e2..1cb08922e93 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread21.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread22.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread22.csproj index e0fd15ed18f..3c06c1eb3cd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread22.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread23.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread23.csproj index 8867961da97..1cb1676b509 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread23.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread24.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread24.csproj index 8f07268f0ce..eb342399f4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread24.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread25.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread25.csproj index e1dc2329818..bd5cc8f973c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread25.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread26.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread26.csproj index 01480ce69b9..86b758dcc4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread26.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread27.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread27.csproj index 3c56af09e10..054bf542448 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread27.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread28.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread28.csproj index 3393f96c66b..8be82b87239 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread28.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread29.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread29.csproj index bcc4b17c050..11e5f69af5c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread29.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread30.csproj b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread30.csproj index f0594290d54..d6fa13971f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/syncdelegate/GThread30.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread01.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread01.csproj index f703215c65b..9afc9284c54 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread02.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread02.csproj index 46f63ca7aa8..7039a1fc278 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread03.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread03.csproj index eda06d3b447..6d393b46a18 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread04.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread04.csproj index ef03037c5fb..fbd8420678b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread04.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread04.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread05.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread05.csproj index e71499aeafe..d262ea3740a 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread06.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread06.csproj index fac17c22055..220ca2cd0fe 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread07.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread07.csproj index f16815362c2..dae58a466ce 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread07.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread08.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread08.csproj index c25eb1b4052..b35e2243bad 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread08.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread08.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread09.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread09.csproj index d0d732342c5..d45b340f4ac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread09.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread09.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread10.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread10.csproj index 68d013716b5..ea3d08533f2 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread10.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread10.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread11.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread11.csproj index 222759b89e4..f1cb27a2b46 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread11.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread11.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread12.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread12.csproj index 59694cb634e..82a1a5b4aaf 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread12.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread12.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread13.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread13.csproj index a672a20334c..df9d7a3162b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread13.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread13.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread14.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread14.csproj index 197f297b2bf..60ccf6f5488 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread14.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread14.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread15.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread15.csproj index 81126e2ed6b..9818f104523 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread15.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread15.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread16.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread16.csproj index 053f72b284f..0137529148b 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread16.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread16.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread17.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread17.csproj index 08967dc801f..0bd5e069c70 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread17.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread17.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread18.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread18.csproj index 4d46c4567f7..c410f491aac 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread18.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread18.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread19.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread19.csproj index 1f56b47e6f2..3492eaf905d 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread19.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread19.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread20.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread20.csproj index 80624618d00..4e04a7775e9 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread20.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread20.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread21.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread21.csproj index 7e617b2b9e2..1cb08922e93 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread21.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread21.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread22.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread22.csproj index e0fd15ed18f..3c06c1eb3cd 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread22.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread22.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread23.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread23.csproj index 8867961da97..1cb1676b509 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread23.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread23.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread24.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread24.csproj index 8f07268f0ce..eb342399f4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread24.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread24.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread25.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread25.csproj index e1dc2329818..bd5cc8f973c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread25.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread25.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread26.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread26.csproj index 01480ce69b9..86b758dcc4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread26.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread26.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread27.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread27.csproj index 3c56af09e10..054bf542448 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread27.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread27.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread28.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread28.csproj index 3393f96c66b..8be82b87239 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread28.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread28.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread29.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread29.csproj index bcc4b17c050..11e5f69af5c 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread29.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread29.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread30.csproj b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread30.csproj index f0594290d54..d6fa13971f6 100644 --- a/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread30.csproj +++ b/src/coreclr/tests/src/baseservices/threading/generics/threadstart/GThread30.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj index d9028a87fa0..67c17cebbcc 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true /start:2147483647 /add:100 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj index 6e50e76726c..7cc5772286b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddInt_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 CheckAddInt.csproj /start:0 /add:100 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj index 7268113f1b5..a1c07487f8a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true /start:922337203685477 /add:100 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj index 583a38e08ae..3e8705b8b92 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/CheckAddLong_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 CheckAddLong.csproj /start:-922337203685477 /add:100 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj index 991891e5743..438961f60d1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true /loops:100 /addVal:-214748 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj index 223af1a4e89..71a5567c16f 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 InterlockedAddInt.csproj /loops:100 /addVal:0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj index 43826ca6f87..62efc5cfa8b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 InterlockedAddInt.csproj /loops:100 /addVal:100 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj index 38e2d79ddc4..8b1895d43be 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddInt_3.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 InterlockedAddInt.csproj /loops:100 /addVal:214748 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj index 3100c6efe63..d32d4df584d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true /loops:100 /addVal:100 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj index 7d096c17bdc..aeabc773c04 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLongWithSubtract.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 /loops:10000 /addVal:1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj index bc5651d7cdd..51a4333f410 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 InterlockedAddLong.csproj /loops:100 /addVal:922337203685477 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj index 4e40eec4287..53e826d1b75 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/InterlockedAddLong_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 InterlockedAddLong.csproj /loops:100 /addVal:-922337203685477 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.csproj index 80c619ec5e8..20447c6494d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/add.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.csproj index ea4c813d617..deb4a19495f 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/add/interlockedaddintwithsubtract.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /loops:10000 /addVal:1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.csproj index 4d67ec5f517..d0177914328 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intdeccheckreturn.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.csproj index 792f7c241cd..3cc30a8fa82 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/intinccheckreturn.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.csproj index f5375b48ef8..4cd11f39f3a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longdeccheckreturn.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.csproj index ad22b6ef435..2189ffe2360 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/checkreturn/longinccheckreturn.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj index b6b970e9e9a..f1dcfaf2123 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true /loops:100 /addVar:-922337203685477 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj index 2791b5b9aca..61acee1fdd4 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 CompareExchangeLong.csproj /loops:100 /addVar:-1 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj index 9665e993a7c..f4aada41a28 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 CompareExchangeLong.csproj /loops:100 /addVar:12345 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj index 793826479ea..8e58390479f 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeLong_3.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 CompareExchangeLong.csproj /loops:100 /addVar:922337203685477 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj index 3b30552d0cf..7f54ccb0e86 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true "" 1 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj index 50cdc0b5171..9d5b4cb1f16 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTClass_1.csproj @@ -1,13 +1,5 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 @@ -15,23 +7,4 @@ "hello world" true - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj index b0cb6f0e20e..8d5a9b6f9be 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/CompareExchangeTString.csproj @@ -1,37 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 "hello" - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.csproj index cf07acd4d5f..ca3037eb8b9 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange1_cti.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj index ebc9c4b6b77..fb945bc6419 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange2.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj index fe4d76872cb..76a930e37eb 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange3.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj index 613805b3edc..11a85ccb5b5 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange4.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.csproj index bfc0d14e381..833448ad55a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchange5_cti.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.csproj index 473aaedac1b..0116bd73f3d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangedouble.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /loops:100 /addVal:1.79769313486232E+304 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.csproj index b897669aa5d..3fd8845893b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangefloat.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.csproj index 36356239262..4c67e4ed8fd 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeint.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.csproj index 4ed9ffe8c66..e0057c9cade 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeintptr.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.csproj index 98eef154871..200fa2a93a0 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchangeobject.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.csproj index 37a41e58cf2..fffe11babb5 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/compareexchange/compareexchanget.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj index 02a4e23f820..20447c6494d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/ctorchk/ctorchk.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.csproj index 0a598fc7267..5ff0237fb64 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/intdec.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.csproj index 5826d2c6e9a..f9bd987ed2b 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/decrement/longdec.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeInt.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeInt.csproj index a07c9fe5b64..811b7857536 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeInt.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeLong.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeLong.csproj index e2c1a57ffba..d80234f83b1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeLong.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj index 32ac3130282..1a701010c34 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTClass.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj index f40d7796af8..002bcf33794 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj index 5909d1c7b7d..c5c34d0f46a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_1.csproj @@ -1,13 +1,5 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 @@ -15,23 +7,4 @@ empty "This is a long string that I am trying to test to be sure that the Exchange can handle this long of a string. If it can not then that is bad and we will have to fix it." true - - - - - - - - False - - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj index ede760b4a7a..8b92c1c4976 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/ExchangeTString_2.csproj @@ -1,13 +1,5 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 @@ -15,23 +7,4 @@ null "This is a string" true - - - - - - - - False - - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.csproj index 4d72718e2c9..2567b0ad2fb 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange1_cti.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj index e0eb73415ec..c53bef323a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange2.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj index 548d3f57d57..6574d2610a4 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange3.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj index b09e7614527..db6234abaf5 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.csproj index 2bfeac6225f..c4cfcda9fb8 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange4_cti.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.csproj index ca831e0c71b..1bac626a981 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchange5_cti.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.csproj index 0d08660d904..14cc1506b2a 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangedouble.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.csproj index aa3be561b76..31e2196a002 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangefloat.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.csproj index 6a8a3ce028c..413de8a0b54 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchangeobject.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.csproj index 8ee1ccdd067..83e0ae524b3 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/exchange/exchanget.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.csproj index ad0bc637d14..6d24169bb9c 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/intinc.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.csproj index da59bacaf5d..4a7539c774d 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/increment/longinc.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.csproj index 6a9ba4d3e34..0f5b396e9e1 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/read/interlockedread.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.csproj b/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.csproj index a8dd83af191..01b2da9babc 100644 --- a/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.csproj +++ b/src/coreclr/tests/src/baseservices/threading/interlocked/read/readthreads.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj index 02a4e23f820..20447c6494d 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/ctorchk/ctorchk.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj index 1fb052b42ee..9ae6d21df69 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/enter/EnterNull.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj index 1f01e3c0d85..48c1f94e461 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/enter/monitorenter.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj index 47f6b565d91..0891d2fd457 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/exit/ExitNull.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj index 41fa74714c8..e1406eb4f42 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/isentered/monitorisentered.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj index f0215046e68..66c07cee2f7 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/pulse/PulseNull.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj index 07916dd95d0..b01e88bb75b 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/pulseall/PulseAllNull.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj index 5d02ac05503..2634604abd2 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/tryenter/longtimeout.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj index 5415673c6bd..81bf70b7e1d 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/EnterExitExit.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj index 05eed02c98e..21fcebca0bf 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterNewObject.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj index 60f7cb325b5..f6da5ef4bb5 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterObject.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj index 3c740ff2c97..8d36eda7709 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/unownedlock/NoEnterValType.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.csproj b/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.csproj index c57ccd8b5ef..41ee3d17b89 100644 --- a/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/monitor/wait/waitnull.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj index f87e0252a47..d4da171b325 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor1.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj index 66c93473099..19b214c26d5 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/mutexctor2.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj index 3a03da27f2d..268fe2f9e61 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone1.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj index 11dcff3f059..2e982d5922e 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/misc/waitone2.csproj @@ -1,41 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.csproj index 3998bd00140..2be5c0bfe01 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg1.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.csproj index f91785574c6..071a7e57ae9 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg2.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.csproj index e626463cb96..236fc99b368 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg3.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.csproj index 1bc0e8c6653..67e638928cb 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg4.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.csproj index fe01bb8bdc8..7d1a60ba39d 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg5.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.csproj index 7810ed57811..3ed2b4f0483 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg6.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.csproj index 14de86a7fc7..c111473fe87 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg7.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.csproj index fc86ed5d29b..502541c522e 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexneg8.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.csproj index eb655b6f128..dc73370ef44 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos1.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.csproj index 2e7db2880ec..f99e5b0e855 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos2.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.csproj index 40e11361171..7846d5952d3 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos3.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.csproj b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.csproj index beecf83af5f..603fb4b1c21 100644 --- a/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/mutex/openexisting/openmutexpos4.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj index b903279d715..458b3bc8a09 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true false - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj index b88974c6e2f..4aea533c241 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartBool_1.csproj @@ -1,35 +1,8 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly ThreadStartBool.csproj true - - - - - - - - False - - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj index 29a2b8d921a..fd59162c0d6 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true max 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj index 6efbe716289..1ab60b89326 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartByte.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj index 344e482b7c6..0a4f86a863e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartByte_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartByte.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj index 6f5f88d96cb..e986ef8162a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj index 6cec4d0e409..a77dae66c1d 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartCast.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj index c993097d82e..09d31c13aad 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartCast_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartCast.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj index 9618185386b..3215b0defe1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true min 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj index 9ecc3b73ef1..11b8933686a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartChar.csproj k - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj index e3a9c582ee3..de14999e71a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartChar.csproj 1234 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj index 73f92a03ef3..49c517c990c 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartChar_3.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartChar.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj index 427949f6007..5825b9573ae 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj index e78bbb0ece1..5d8bad80270 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartDecimal.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj index 89e140084ba..068f5367846 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDecimal_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartDecimal.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj index ba081fbd26a..16ce1483f6a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj index f68b3ac0f62..d981a617cc8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartDelegate.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj index 264ccb1ccfc..97a7c34c2d1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDelegate_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartDelegate.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj index 1d5b734b23f..2383cea69ec 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true min 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj index 9528b50a7f1..de30bb5eb02 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartDouble.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj index c5c434630d1..6a3dbd6abb9 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartDouble_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartDouble.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj index aa53e851d60..c0f3067c247 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true max 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj index e38e0b40577..901e2c5c5aa 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartFloat.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj index a396bf65fb1..1c50d55c850 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartFloat_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartFloat.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj index 0a8d8362583..4384bc06752 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true min 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj index 9201466f420..a1520755e50 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartGenerics.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj index 9e21526018b..e9641327366 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartGenerics_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartGenerics.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj index 73340d7b1a9..c10f8fb9b09 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj index b6ce9d5a4f7..b97fab344d8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartInt.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj index 9be5efce264..02d1fdfe097 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartInt_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartInt.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj index 8cdb1437a9a..660259c0f53 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true min 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj index f1ec54e83f5..8c1b8ddfb4c 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartLong.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj index 26d0c46f991..1a6532d6c14 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartLong_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartLong.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj index 8b55713c764..9ce93ee1228 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj index 6c3d3468c33..2173e633d0a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg3.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj index 72923932e07..26f591070a1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNeg4.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj index 31433a3eeac..57313486916 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj index 8f65334a565..b1d5a20b47d 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartNull2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj index b68d0038053..cc624348f88 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true "" 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj index 96968213b32..4f0b3fed984 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartObject.csproj MyObject - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj index 0ba71365fc6..2e1c40e4bb2 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartObject_2.csproj @@ -1,35 +1,8 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartObject.csproj - - - - - - - - False - - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj index 7b6a0a551f3..58c9dbdbc6a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj index fd4c16beebc..99754a77753 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartOperations.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj index f1c9938d8fc..a6e1bbaa020 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartOperations_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartOperations.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj index f9373a26bc5..c20ed3c0158 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true min 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj index b8937fbec5b..d8a5f354e7f 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartSByte.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj index fc25ebc8acc..86e04f13c4e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartSByte_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartSByte.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj index bbf3cc9f2cb..0a509d29bc3 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj index d85aff83f89..0735433f3b6 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartShort.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj index a49b7a19b08..830c8fd8dde 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartShort_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartShort.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj index 22238072ddf..2e1512f50f1 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true MyStringHere 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj index 7b29c9822ed..b07c9b44e02 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartString.csproj " " - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj index cb33f924d86..9e6d5ed59fa 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartString.csproj "" - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj index 1390cf9ab2c..34b7e34d5c8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartString_3.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartString.csproj null - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj index ae9025c2a7a..2dd9cc70dfa 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 0 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj index 6ef5727521e..36958817ff8 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartUInt.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj index 83982aa66c6..b86663243de 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUInt_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartUInt.csproj max - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj index 427cc3728e8..2c23c66bba4 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true max 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj index f6e0c209489..70d566e65ae 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartULong.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj index 2d5a496da02..42eb9d63924 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartULong_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartULong.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj index 18fc6cedcb8..db2239ef7be 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true max 1 - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj index 05e6144e403..ce6b35155a9 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_1.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartUShort.csproj min - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj index 667c9f3d501..bf43d16797a 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/ThreadStartUShort_2.csproj @@ -1,36 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true RunOnly 1 ThreadStartUShort.csproj 0 - - - - - - - - False - - - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj index 2d5f103bc32..c1f7515530e 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartarray.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj index c81f2c41b6d..24d082d0764 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartclass.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj index e6826b16d68..bb8d73fe7b2 100644 --- a/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj +++ b/src/coreclr/tests/src/baseservices/threading/paramthreadstart/threadstartstruct.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.csproj index 7e3741768f9..bef07383c37 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-a.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.csproj index e446ca49dfe..b96e49100c3 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-b.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-simple.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-simple.csproj index dea8efd5b58..e172ab23541 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-simple.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/13662/13662-simple.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/17360/AVHelper.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/17360/AVHelper.csproj index 6d67b4f9c20..d35b593d994 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/17360/AVHelper.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/17360/AVHelper.csproj @@ -1,37 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj index a37c1434e1d..4fcdae12156 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/269336/objmonhelper.csproj @@ -1,27 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.csproj index 87eb20ae790..20447c6494d 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/30032/30032.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.csproj index 1539a0ba52f..c9e4e496320 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/576463/576463.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 true - - - - - - - - False - - - - + - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/6906/6906.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/6906/6906.csproj index 092e2051d3a..468fc9abf33 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/6906/6906.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/6906/6906.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.csproj index 71772b96321..9f75b2cba55 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta1/347011.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 240 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj index 95ccddf628c..716b572402f 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437017.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.csproj index 2fdda7016dd..c47746c5c2a 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/beta2/437044.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.csproj index 55452ce5087..dda86d35df4 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/devdiv489437/test489437.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.csproj b/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.csproj index 44114682a64..b70032270e6 100644 --- a/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.csproj +++ b/src/coreclr/tests/src/baseservices/threading/regressions/whidbey_m3/200176.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.csproj index 6fd83d90538..2b8000749ef 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector1.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:2147483647 /mCount:2147483647 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.csproj index cdb3297c654..a770e0bedf1 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector2.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:0 /mCount:1 /semName:MySemaphoreName - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.csproj index 0494fecc4a9..015b7316a8e 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector3.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:10 /mCount:10 /semname:abcdefghijklmnopqrstuvwxyz - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.csproj index 14a554d1cbc..fb27e2917ff 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector4.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:3 /mCount:5 /iRandom:260 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.csproj index 760e56c86e0..8a99dc4d65d 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorector5.csproj @@ -1,40 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:2147483647 /mCount:2147483647 /iRandom:220 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.csproj index 49b47681c9d..1efe8e16079 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg1.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:-2147483647 /mCount:2147483647 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.csproj index 1710153ff26..b91b08794fc 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg2.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:-1 /mCount:3 /semName:" " - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.csproj index 7f8c05cfc58..90e75d560a1 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphorectorneg3.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 /iCount:-2147483647 /mCount:-2147483647 /semName:null - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.csproj index 6bf5930fe43..1935a0623ac 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg1.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.csproj index 955e8e8ae4f..6412431f45b 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg2.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.csproj index 07e35cf868a..abc20792cdd 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg3.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.csproj index 8ab7a32c520..085974dd783 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg4.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.csproj index 34ba4e327f0..c179b3df4e1 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg5.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.csproj index 5f401a226b5..e03da6578a3 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg6.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.csproj index b2e5f253198..caf5118b30d 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/ctoropen/semaphoreopenneg7.csproj @@ -1,39 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.csproj index cfc83f91562..264ea588f2e 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semdemo.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.csproj b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.csproj index 91a6ffd110a..6dda20672db 100644 --- a/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.csproj +++ b/src/coreclr/tests/src/baseservices/threading/semaphore/unit/semtest.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/Stack.csproj b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/Stack.csproj index 1de5c2094ce..bf1e57df3b0 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/Stack.csproj +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/Stack.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj index ed3314860e4..ae3655734c5 100644 --- a/src/coreclr/tests/src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj +++ b/src/coreclr/tests/src/baseservices/threading/stress/sudoku/SudokuInterfaces.csproj @@ -1,38 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.csproj index b76a4e48619..919ba1c7dcb 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandle1.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.csproj index 18ff388c352..3cf5f9ac875 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.csproj index e0df2548632..5ac85ad6abb 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid3.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.csproj index 2c5d161c1ed..a790b436765 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid4.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.csproj index bf9bd985b2a..821399b7476 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid5.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.csproj index d5ddd04bd24..8476ad44259 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandleinvalid6.csproj @@ -1,38 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - true true - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.csproj index 4cf5c959c15..81aa96afe22 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/bindhandle/bindhandlenull.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj index 02a4e23f820..20447c6494d 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/ctorchk/ctorchk.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.csproj index a1830b28b76..f639a63d1e0 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/regression_749068.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.csproj index 8cfe6142598..15afeb7cbd6 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister01.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.csproj b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.csproj index e89a72a31cc..5495539780e 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadpool/unregister/unregister03.csproj @@ -1,35 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj index e5ea00ce5e6..c863181e4ed 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic01.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj index 47048f3dc9e..ef69f8cdbb1 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic02.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj index cd03d64a594..c878623b76b 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic03.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj index ace96945fdb..39b5af41f8f 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic04Helper.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj index ef6a8049b6c..45891655496 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic05.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj index bb193a56eef..1b3c2a6f656 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/ThreadStatic06.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj index 62581be7923..0414055aad7 100644 --- a/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj +++ b/src/coreclr/tests/src/baseservices/threading/threadstatic/threadstatic07.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj index ab3839593c6..054faaeb62f 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandledispose2.csproj @@ -1,40 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj index b9e9150e947..8d71b0b7950 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/misc/waithandlewaitone1.csproj @@ -1,41 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 true - - - - - - - - False - - - - + - - - {8ffe99c0-22f8-4462-b839-970eac1b3472} - coreclr - - - - - diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.csproj index 6d90a209ea4..cfb99b0740e 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/nullarraymember.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallemptyarray.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallemptyarray.csproj index d88669755c4..d8f30554d4d 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallemptyarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallemptyarray.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallnullarray.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallnullarray.csproj index e3a5de9eb2e..0012b6620cc 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallnullarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitall/waitallnullarray.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymemberwaitany.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymemberwaitany.csproj index 6d90a209ea4..cfb99b0740e 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymemberwaitany.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/nullarraymemberwaitany.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyemptyarray.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyemptyarray.csproj index d88669755c4..d8f30554d4d 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyemptyarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanyemptyarray.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanynullarray.csproj b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanynullarray.csproj index e3a5de9eb2e..0012b6620cc 100644 --- a/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanynullarray.csproj +++ b/src/coreclr/tests/src/baseservices/threading/waithandle/waitany/waitanynullarray.csproj @@ -1,34 +1,9 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/typeequivalence/contracts/TypeContracts.csproj b/src/coreclr/tests/src/baseservices/typeequivalence/contracts/TypeContracts.csproj index f68fd750136..e94269f09f6 100644 --- a/src/coreclr/tests/src/baseservices/typeequivalence/contracts/TypeContracts.csproj +++ b/src/coreclr/tests/src/baseservices/typeequivalence/contracts/TypeContracts.csproj @@ -1,20 +1,9 @@ - - - + - - Debug - AnyCPU - {96F0C27B-5EA5-4962-8CA9-D89868BBCB1B} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/typeequivalence/impl/TypeImpl.csproj b/src/coreclr/tests/src/baseservices/typeequivalence/impl/TypeImpl.csproj index 22b178223ef..4bc2aa01a87 100644 --- a/src/coreclr/tests/src/baseservices/typeequivalence/impl/TypeImpl.csproj +++ b/src/coreclr/tests/src/baseservices/typeequivalence/impl/TypeImpl.csproj @@ -1,28 +1,16 @@ - - - + - - Debug - AnyCPU - {AB991158-9DCA-4E17-9848-A6A574C68003} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library - - false true - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.csproj b/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.csproj index f6c341af36e..0fb662a383d 100644 --- a/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.csproj +++ b/src/coreclr/tests/src/baseservices/typeequivalence/simple/Simple.csproj @@ -1,30 +1,18 @@ - - - + - - Debug - AnyCPU - {486B2CA1-41A9-4552-A2CE-C691CC25DC2A} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Exe - - false true - + - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj b/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj index 10b0011d8c8..aa8a12e3192 100644 --- a/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj +++ b/src/coreclr/tests/src/baseservices/varargs/varargsupport.ilproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - Full - - - - - - diff --git a/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj b/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj index 574ad7b76db..6a144ab0828 100644 --- a/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj +++ b/src/coreclr/tests/src/baseservices/varargs/varargsupport_r.ilproj @@ -1,33 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - False - - - - - - - - diff --git a/src/coreclr/tests/src/baseservices/visibility/Target.csproj b/src/coreclr/tests/src/baseservices/visibility/Target.csproj index 2267bee3e7a..0806e62828f 100644 --- a/src/coreclr/tests/src/baseservices/visibility/Target.csproj +++ b/src/coreclr/tests/src/baseservices/visibility/Target.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/dir.props b/src/coreclr/tests/src/dir.props index c61035fcde3..ed480ea5045 100644 --- a/src/coreclr/tests/src/dir.props +++ b/src/coreclr/tests/src/dir.props @@ -28,15 +28,6 @@ $(DefineConstants);DEBUG;TRACE;XUNIT_PERF - - - 64 - 64 - 32 - 32 - 32 - - $(ProjectDir)..\bin\tests @@ -66,6 +57,10 @@ false true Test + false + false + false + false @@ -131,11 +126,6 @@ IL - - - true - - true diff --git a/src/coreclr/tests/src/dir.targets b/src/coreclr/tests/src/dir.targets index 2dfd91436be..24c0abe100d 100644 --- a/src/coreclr/tests/src/dir.targets +++ b/src/coreclr/tests/src/dir.targets @@ -5,11 +5,6 @@ BuildAndRun 0 - - - - .exe - + diff --git a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj index 02af378b294..844c42f4ba4 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/Delegates.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj index 18bf637af29..b73c030208c 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCases.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj index 7b371b55d74..ef5eb5d9323 100644 --- a/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj +++ b/src/coreclr/tests/src/hosting/coreclr/activation/sxshost/UserCode.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/samples/hosting/usercode/UserCode.csproj b/src/coreclr/tests/src/hosting/samples/hosting/usercode/UserCode.csproj index 7b371b55d74..ef5eb5d9323 100644 --- a/src/coreclr/tests/src/hosting/samples/hosting/usercode/UserCode.csproj +++ b/src/coreclr/tests/src/hosting/samples/hosting/usercode/UserCode.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj b/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj index d3d18f70d14..af54d54ecba 100644 --- a/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj +++ b/src/coreclr/tests/src/hosting/samples/resolveevent/usercodedependency/UserCodeDependency.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj b/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj index c0bc3c1d14a..4790db1844a 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj +++ b/src/coreclr/tests/src/hosting/stress/testset1/csgen.1.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj b/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj index b628f1afbc4..285566b4014 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj +++ b/src/coreclr/tests/src/hosting/stress/testset1/csgen.2.csproj @@ -1,39 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj b/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj index 332759d1b74..fa67791de7f 100644 --- a/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj +++ b/src/coreclr/tests/src/hosting/stress/testset1/simple1.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.csproj b/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.csproj index 1d23bc3f4ed..af3f8f7f99c 100644 --- a/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.csproj +++ b/src/coreclr/tests/src/ilasm/System/Runtime/CompilerServices/MethodImplOptionsTests.csproj @@ -1,17 +1,7 @@ - - - + - Debug - AnyCPU - {1AFDD005-7AB9-48E0-B6D4-4DE0560C936D} Exe - - - - - @@ -20,5 +10,4 @@ Always - diff --git a/src/coreclr/tests/src/managed/Compilation/Compilation.csproj b/src/coreclr/tests/src/managed/Compilation/Compilation.csproj index e0c369e9c6e..5ce5d0b1b0b 100644 --- a/src/coreclr/tests/src/managed/Compilation/Compilation.csproj +++ b/src/coreclr/tests/src/managed/Compilation/Compilation.csproj @@ -1,43 +1,18 @@ - - - + - Debug - AnyCPU - Compilation - 2.0 - {39DD9A75-2535-4EBD-94A4-C7DF7EF12CF5} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - $(DefineConstants);STATIC true - true true - - - - - - - - False - - - + Always - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.csproj b/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.csproj index c59c217f9e0..2e7ffa53a2a 100644 --- a/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.csproj +++ b/src/coreclr/tests/src/readytorun/DynamicMethodGCStress/DynamicMethodGCStress.csproj @@ -1,37 +1,26 @@ - - - + - Debug - AnyCPU - {8884AF49-72DA-44EC-B3E0-9FC8F9BCC1F9} Exe true true true - - - - - - + - - - + diff --git a/src/coreclr/tests/src/readytorun/r2rdump/R2RDumpTest.csproj b/src/coreclr/tests/src/readytorun/r2rdump/R2RDumpTest.csproj index 9732d51e1fc..00c9dfb9c8d 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/R2RDumpTest.csproj +++ b/src/coreclr/tests/src/readytorun/r2rdump/R2RDumpTest.csproj @@ -1,14 +1,7 @@ - - - + - Debug - AnyCPU - R2RDumpTest - 2.0 Exe false - ..\..\ ..\..\..\..\..\..\ $(CoreClrDir)bin\Product\$(BuildOS).$(BuildArch).$(BuildType)\netcoreapp2.0\R2RDump.dll $(CoreClrDir).dotnet\dotnet @@ -16,23 +9,15 @@ $(BashCoreClrDir)bin/Product/$(BuildOS).$(BuildArch).$(BuildType)/netcoreapp2.0/R2RDump.dll $(CoreClrDir).dotnet/dotnet $(CoreClrDir)tests\src\readytorun\r2rdump\files\$(BuildOS).$(BuildArch).$(BuildType)\ - true true - - - - - - true - @@ -43,7 +28,6 @@ - - - - diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.csproj b/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.csproj index 8aaa695cc7a..61d4a3e694e 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.csproj +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.csproj @@ -1,22 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 library - ..\..\..\ $(DefineConstants);STATIC;CORECLR SharedLibrary - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.csproj b/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.csproj index 34f8d12e491..95de59029fa 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.csproj +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.csproj @@ -1,22 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 library - ..\..\..\ $(DefineConstants);STATIC;CORECLR SharedLibrary - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.csproj b/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.csproj index 9659cad279f..a83b1c9b32a 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.csproj +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.csproj @@ -1,22 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 library - ..\..\..\ $(DefineConstants);STATIC;CORECLR SharedLibrary - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.csproj b/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.csproj index 42d3ce5284e..1103114c2b8 100644 --- a/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.csproj +++ b/src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.csproj @@ -1,22 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 library - ..\..\..\ $(DefineConstants);STATIC;CORECLR SharedLibrary - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/fieldgetter.ilproj b/src/coreclr/tests/src/readytorun/tests/fieldgetter.ilproj index b3f2aa9e139..45d63e135ee 100644 --- a/src/coreclr/tests/src/readytorun/tests/fieldgetter.ilproj +++ b/src/coreclr/tests/src/readytorun/tests/fieldgetter.ilproj @@ -1,30 +1,9 @@ - - - + - fieldgetter - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Library SharedLibrary - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj b/src/coreclr/tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj index 48a10eda2b1..004898cfa7c 100644 --- a/src/coreclr/tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj +++ b/src/coreclr/tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj @@ -1,37 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC;CORECLR 0 PdbOnly True - - - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/generics.csproj b/src/coreclr/tests/src/readytorun/tests/generics.csproj index 29f2350508b..9c29914af29 100644 --- a/src/coreclr/tests/src/readytorun/tests/generics.csproj +++ b/src/coreclr/tests/src/readytorun/tests/generics.csproj @@ -1,28 +1,11 @@ - - - + - generics - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj b/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj index 73bbd3ac019..eb4dd105feb 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj @@ -1,27 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC;CORECLR 1 1 - - - - - - False - - {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} @@ -30,9 +14,6 @@ - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.ilproj b/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.ilproj index 04548543af7..b6cdb8bd864 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.ilproj +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/genericslib.ilproj @@ -1,37 +1,9 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ SharedLibrary - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj b/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj index b4a8e4b55d6..acf4f8d864d 100644 --- a/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj +++ b/src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj @@ -1,27 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC;CORECLR 1 1 - - - - - - False - - {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} @@ -30,9 +14,6 @@ - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/mainv1.csproj b/src/coreclr/tests/src/readytorun/tests/mainv1.csproj index 4219444e496..c8eccf69e4e 100644 --- a/src/coreclr/tests/src/readytorun/tests/mainv1.csproj +++ b/src/coreclr/tests/src/readytorun/tests/mainv1.csproj @@ -1,41 +1,20 @@ - - - + - Debug - AnyCPU - 2.0 - {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC;CORECLR false - - - - - - - - False - - - {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} + {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} - - - - - - + diff --git a/src/coreclr/tests/src/readytorun/tests/mainv2.csproj b/src/coreclr/tests/src/readytorun/tests/mainv2.csproj index 985f7ca9ea6..c535880bc60 100644 --- a/src/coreclr/tests/src/readytorun/tests/mainv2.csproj +++ b/src/coreclr/tests/src/readytorun/tests/mainv2.csproj @@ -1,28 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {840300BB-0DD2-4BD3-A3C1-51C92DD4ADAD} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ $(DefineConstants);STATIC;CORECLR BuildAndRun false - - - - - - - - False - - @@ -31,9 +13,6 @@ - - - - - - + diff --git a/src/coreclr/tests/src/readytorun/tests/newarray.csproj b/src/coreclr/tests/src/readytorun/tests/newarray.csproj index a9568231851..b9e822d52b0 100644 --- a/src/coreclr/tests/src/readytorun/tests/newarray.csproj +++ b/src/coreclr/tests/src/readytorun/tests/newarray.csproj @@ -1,28 +1,11 @@ - - - + - newarray - Debug - AnyCPU - 2.0 - {8DDE6EB9-7CAE-4DD1-B2CC-8D756855EF78} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/testv1/test.csproj b/src/coreclr/tests/src/readytorun/tests/testv1/test.csproj index c56c53cad98..e488fc5b3d6 100644 --- a/src/coreclr/tests/src/readytorun/tests/testv1/test.csproj +++ b/src/coreclr/tests/src/readytorun/tests/testv1/test.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC;CORECLR SharedLibrary - - - - - - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/readytorun/tests/testv2/test.csproj b/src/coreclr/tests/src/readytorun/tests/testv2/test.csproj index 058a0d63462..981b5c088ed 100644 --- a/src/coreclr/tests/src/readytorun/tests/testv2/test.csproj +++ b/src/coreclr/tests/src/readytorun/tests/testv2/test.csproj @@ -1,32 +1,10 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC;CORECLR;V2 SharedLibrary - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/readytorun/tests/versionbubbles/helper.csproj b/src/coreclr/tests/src/readytorun/tests/versionbubbles/helper.csproj index a11d2b0cf7c..f93f42b954c 100644 --- a/src/coreclr/tests/src/readytorun/tests/versionbubbles/helper.csproj +++ b/src/coreclr/tests/src/readytorun/tests/versionbubbles/helper.csproj @@ -1,33 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\..\ $(DefineConstants);STATIC;CORECLR SharedLibrary True - - - - - - - - False - - - - - - diff --git a/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj b/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj index e3d0ca3fe86..b80a5b20de5 100644 --- a/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj +++ b/src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {7DECC55A-B584-4456-83BA-6C42A5B3B3CB} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC;CORECLR 1 @@ -16,26 +8,13 @@ PdbOnly True - - - - - - - - False - - - {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} + {F74F55A1-DFCF-4C7C-B462-E96E1D0BB667} - - - - + - - - + diff --git a/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.ilproj b/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.ilproj index ac335b92bff..102de7ba374 100644 --- a/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.ilproj +++ b/src/coreclr/tests/src/reflection/ActivateStructDefCtor/ActivateStructDefCtor.ilproj @@ -1,21 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - {F8D9C0E2-F86F-493F-8D18-0D19ADF6E3FD} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - - + - - - diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.csproj b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.csproj index ab272ad1f25..b03ad36f4b9 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.csproj +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/Emit.csproj @@ -1,35 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 0 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj index 9557d00f3cd..2c9f7d35622 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapConsumer.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 0 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.ilproj b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.ilproj index 513f38e5506..f09b53bac68 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.ilproj +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/GetInterfaceMapProvider.ilproj @@ -1,36 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj index d42efa5cdcb..c3a8a1f5da9 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeConsumer.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 0 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.ilproj b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.ilproj index 21573d81acd..019f8ee4d53 100644 --- a/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.ilproj +++ b/src/coreclr/tests/src/reflection/DefaultInterfaceMethods/InvokeProvider.ilproj @@ -1,36 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.ilproj b/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.ilproj index 36e54965a19..a12f3d50493 100644 --- a/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.ilproj +++ b/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeMetadata.ilproj @@ -1,35 +1,14 @@ - - - + - GenericAttributeMetadata - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - True - - - - - diff --git a/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeTests.csproj b/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeTests.csproj index 3737ee9f4fd..79cbc4a4a24 100644 --- a/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeTests.csproj +++ b/src/coreclr/tests/src/reflection/GenericAttribute/GenericAttributeTests.csproj @@ -1,31 +1,14 @@ - - - + - GenericAttributeTests - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/Modifiers/modifiers.csproj b/src/coreclr/tests/src/reflection/Modifiers/modifiers.csproj index fccbc906544..20f1d2c1838 100644 --- a/src/coreclr/tests/src/reflection/Modifiers/modifiers.csproj +++ b/src/coreclr/tests/src/reflection/Modifiers/modifiers.csproj @@ -1,31 +1,14 @@ - - - + - modifiers - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 0 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.ilproj b/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.ilproj index faacf486534..008385c589c 100644 --- a/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.ilproj +++ b/src/coreclr/tests/src/reflection/Modifiers/modifiersdata.ilproj @@ -1,30 +1,11 @@ - - - + - modifiersdata - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Library BuildOnly 0 - - - - False - - - - - - - - diff --git a/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.csproj b/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.csproj index f0fff6abdc0..132b634343f 100644 --- a/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.csproj +++ b/src/coreclr/tests/src/reflection/SetValue/TrySetReadonlyStaticField.csproj @@ -1,20 +1,9 @@ - - - + - Debug - AnyCPU - {58DB4A46-51BE-46A1-AEA1-0C32FBAF5562} Exe true - - - - - - diff --git a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.csproj b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.csproj index ac71bb0251e..80381678582 100644 --- a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.csproj +++ b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/consumer.csproj @@ -1,38 +1,16 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun 0 - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.ilproj b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.ilproj index 919182beb58..a10e6d25b0e 100644 --- a/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.ilproj +++ b/src/coreclr/tests/src/reflection/StaticInterfaceMembers/provider.ilproj @@ -1,36 +1,8 @@ - - - + - Debug - AnyCPU - $(MSBuildProjectName) - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - - - - - - - - - False - - - - - - - - - - diff --git a/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.csproj b/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.csproj index fcc11bf828e..a7eeee0ff34 100644 --- a/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.csproj +++ b/src/coreclr/tests/src/reflection/Tier1Collectible/Tier1Collectible.csproj @@ -1,21 +1,10 @@ - - - + - Debug - AnyCPU - {58DB4A46-51BE-46A1-AEA1-0C32FBAF5562} Exe true 1 - - - - - - + - diff --git a/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj b/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj index eb813c8d752..4b5a03b19e6 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj +++ b/src/coreclr/tests/src/reflection/ldtoken/byrefs.ilproj @@ -1,32 +1,11 @@ - - - + - byrefs - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj b/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj index 19cacda70c3..b3b13f3d46b 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj +++ b/src/coreclr/tests/src/reflection/ldtoken/ldtokenmember.ilproj @@ -1,28 +1,11 @@ - - - + - ldtokenmember - Debug - AnyCPU - 2.0 - {F836E0D5-A909-4E8B-A77C-06B603BEFBD9} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - False - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/ldtoken/modifiers.ilproj b/src/coreclr/tests/src/reflection/ldtoken/modifiers.ilproj index c8c03f1c404..92dc0d218ac 100644 --- a/src/coreclr/tests/src/reflection/ldtoken/modifiers.ilproj +++ b/src/coreclr/tests/src/reflection/ldtoken/modifiers.ilproj @@ -1,32 +1,11 @@ - - - + - modifiers - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true Exe BuildAndRun 1 - - - - False - - - - - - - - - diff --git a/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj b/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj index 9dd3b79326a..6fad4fc3ebb 100644 --- a/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj +++ b/src/coreclr/tests/src/reflection/regression/dev10bugs/Dev10_629953.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/regression/github_25697/25697.csproj b/src/coreclr/tests/src/reflection/regression/github_25697/25697.csproj index a2ded7e88df..22998b4c56a 100644 --- a/src/coreclr/tests/src/reflection/regression/github_25697/25697.csproj +++ b/src/coreclr/tests/src/reflection/regression/github_25697/25697.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {CE893CE4-177E-47D3-A5DA-DF4D64E76812} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.csproj b/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.csproj index d7711ba240d..1fc48f81bfd 100644 --- a/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.csproj +++ b/src/coreclr/tests/src/reflection/regression/hfa/hfaParam.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {CE893CE4-177E-47D3-A5DA-DF4D64E76812} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj b/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj index f6db30f5501..0ce05ae2f7d 100644 --- a/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj +++ b/src/coreclr/tests/src/reflection/regression/reflectionrepromasterforsl/Helper.csproj @@ -1,36 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {95DFC527-4DC1-495E-97D7-E94EE1F7140D} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true SharedLibrary 1 - - - - - - - - False - - - - - - - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/sizeondisk/Directory.Build.props b/src/coreclr/tests/src/sizeondisk/Directory.Build.props new file mode 100644 index 00000000000..66826a2b6de --- /dev/null +++ b/src/coreclr/tests/src/sizeondisk/Directory.Build.props @@ -0,0 +1,7 @@ + + + + + $(SourceDir)performance/obj/project.assets.json + + diff --git a/src/coreclr/tests/src/sizeondisk/sodbench/SoDBench.csproj b/src/coreclr/tests/src/sizeondisk/sodbench/SoDBench.csproj index debbb16ec64..6b63b65f0eb 100644 --- a/src/coreclr/tests/src/sizeondisk/sodbench/SoDBench.csproj +++ b/src/coreclr/tests/src/sizeondisk/sodbench/SoDBench.csproj @@ -1,42 +1,11 @@ - - - + - Debug - AnyCPU - SoDBench - 2.0 - {507E3CC2-5D95-414D-9F01-2A106FC177DC} exe - Properties - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ - .NETStandard,Version=v1.6 - netstandard1.6 - - - - - - .\obj + BuildOnly pdbonly true - - - False - - - - - - - - - $(SourceDir)performance/obj/project.assets.json - diff --git a/src/coreclr/tests/src/tracing/common/common.csproj b/src/coreclr/tests/src/tracing/common/common.csproj index 0de82bc6e29..a12ef45df85 100644 --- a/src/coreclr/tests/src/tracing/common/common.csproj +++ b/src/coreclr/tests/src/tracing/common/common.csproj @@ -1,29 +1,11 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildOnly $(DefineConstants);STATIC true 0 - - - - - - - - False - - @@ -32,5 +14,4 @@ - diff --git a/src/coreclr/tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj b/src/coreclr/tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj index 9ec1be2eb28..4714586ff90 100644 --- a/src/coreclr/tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj +++ b/src/coreclr/tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj @@ -1,30 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/eventcounter/eventcounter.csproj b/src/coreclr/tests/src/tracing/eventcounter/eventcounter.csproj index eb1c1f9d03d..3a3e630f59d 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/eventcounter.csproj +++ b/src/coreclr/tests/src/tracing/eventcounter/eventcounter.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true @@ -17,14 +9,8 @@ true - - - - - - + - diff --git a/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.csproj b/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.csproj index aacb55cd5c6..cf0b552de91 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.csproj +++ b/src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true @@ -17,14 +9,8 @@ true - - - - - - diff --git a/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.csproj b/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.csproj index b7cba3087d4..250bf200067 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.csproj +++ b/src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true @@ -17,14 +9,8 @@ true - - - - - - diff --git a/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.csproj b/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.csproj index a342c88199d..31252967d8f 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.csproj +++ b/src/coreclr/tests/src/tracing/eventcounter/pollingcounter.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true @@ -17,14 +9,8 @@ true - - - - - - diff --git a/src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj b/src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj index c39d10eb9b5..0b8c579a0fe 100644 --- a/src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj +++ b/src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true @@ -17,14 +9,8 @@ true - - - - - - diff --git a/src/coreclr/tests/src/tracing/eventlistener/eventlistener.csproj b/src/coreclr/tests/src/tracing/eventlistener/eventlistener.csproj index 9002d93e126..7f20253ad12 100644 --- a/src/coreclr/tests/src/tracing/eventlistener/eventlistener.csproj +++ b/src/coreclr/tests/src/tracing/eventlistener/eventlistener.csproj @@ -1,32 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 - - - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj b/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj index 978a6775fdb..af9f76ff73a 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj @@ -1,35 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - netcoreapp3.0 .NETCoreApp - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 true - - - - - - - - False - - - + - diff --git a/src/coreclr/tests/src/tracing/eventpipe/common/common.csproj b/src/coreclr/tests/src/tracing/eventpipe/common/common.csproj index 3624f90c48d..1521f6bda18 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/common/common.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/common/common.csproj @@ -1,33 +1,13 @@ - - - + - Debug - AnyCPU - 2.0 - netcoreapp3.0 .NETCoreApp - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Library - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ SharedLibrary true false - - - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj index d447a96709c..07cb036e4e1 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj @@ -1,35 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - netcoreapp3.0 .NETCoreApp - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 true - - - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCStartStop.csproj b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCStartStop.csproj index 759582ef8bf..f7d4a02731f 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCStartStop.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCStartStop.csproj @@ -1,35 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - netcoreapp3.0 .NETCoreApp - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 true - - - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj b/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj index 9a2bd722bb4..af9f76ff73a 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj @@ -1,35 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - netcoreapp3.0 .NETCoreApp - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 true - - - - - - - - False - - - + - diff --git a/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj b/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj index df7e4277023..ecf881c1a93 100644 --- a/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj +++ b/src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj @@ -1,34 +1,14 @@ - - - + - Debug - AnyCPU - 2.0 - netcoreapp3.0 .NETCoreApp - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 - - - - - - - - False - - - + - diff --git a/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/eventpipeandetw.csproj b/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/eventpipeandetw.csproj index 6962042364b..e350257d96c 100644 --- a/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/eventpipeandetw.csproj +++ b/src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/eventpipeandetw.csproj @@ -1,22 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 - true - true - - - - - - False - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj b/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj index 63add22d486..f917f93b540 100644 --- a/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj +++ b/src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun true $(DefineConstants);STATIC @@ -17,17 +9,8 @@ True - - - - - - False - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/tracing/regress/GitHub_22247/GitHub_22247.csproj b/src/coreclr/tests/src/tracing/regress/GitHub_22247/GitHub_22247.csproj index ed619f2d772..ef9d20f5ee7 100644 --- a/src/coreclr/tests/src/tracing/regress/GitHub_22247/GitHub_22247.csproj +++ b/src/coreclr/tests/src/tracing/regress/GitHub_22247/GitHub_22247.csproj @@ -1,33 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true 0 - true true - - - - - False - + - - - - diff --git a/src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj b/src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj index fdc8c891f07..65fbe73ae1e 100644 --- a/src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj +++ b/src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC true @@ -16,7 +8,6 @@ true true - true - - - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/tracecontrol/tracecontrol.csproj b/src/coreclr/tests/src/tracing/tracecontrol/tracecontrol.csproj index dca25a2e344..fd5fa3b461c 100644 --- a/src/coreclr/tests/src/tracing/tracecontrol/tracecontrol.csproj +++ b/src/coreclr/tests/src/tracing/tracecontrol/tracecontrol.csproj @@ -1,29 +1,12 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC 0 - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/inducedgc.csproj b/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/inducedgc.csproj index b1e8fb0e8a1..0f44ddb1d72 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/inducedgc.csproj +++ b/src/coreclr/tests/src/tracing/tracevalidation/inducedgc/inducedgc.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC 0 @@ -16,17 +8,8 @@ true - - - - - - False - - - - \ No newline at end of file + diff --git a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj index acd2896ed3b..d1d6ec54fdb 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj +++ b/src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC 0 @@ -16,17 +8,8 @@ true - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj b/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj index 96f237b9512..2450266e822 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj +++ b/src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj @@ -1,14 +1,6 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ BuildAndRun $(DefineConstants);STATIC 0 @@ -16,17 +8,8 @@ true - - - - - - False - - - diff --git a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj index ce15288bceb..0865ef1fb8d 100644 --- a/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj +++ b/src/coreclr/tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj @@ -1,32 +1,15 @@ - - - + - Debug - AnyCPU - 2.0 - {8E3244CB-407F-4142-BAAB-E7A55901A5FA} Exe - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - ..\..\ true BuildAndRun $(DefineConstants);STATIC true 0 - - - - - - False - - - -- 2.34.1